Commit Graph

138 Commits

Author SHA1 Message Date
Duke Leto
10ccae0d16 We do not use earlytxid so no reason to run this code 2019-10-28 08:14:19 -04:00
Duke Leto
ec3c6eaca7 Less noise and put back earlytxid stuff which was not the core issue 2019-10-28 07:58:51 -04:00
Duke Leto
4c0ac5734a Unbreak things by undoing a line accidentally deleted from LoadBlockIndex, derp 2019-10-27 10:18:06 -04:00
Duke Leto
1274fe5b1d Fix WaitForShutdown, which was broken by earlytxid stuff 2019-10-27 07:11:21 -04:00
Duke Leto
7b8fa48dba meh 2019-10-26 07:52:24 -04:00
Duke Leto
02a8da2104 yep 2019-10-25 17:40:47 -04:00
Duke Leto
b00cda1c09 Fix lots of little things that were undone by migrating Hush to KMD source code 2019-10-25 10:17:30 -04:00
Jonathan "Duke" Leto
ced4d38255 Bunch of little things 2019-10-22 19:21:23 -07:00
Artem Pikulin
89687d9041 Apply chainparams_commandline to currently selected chain params. 2019-08-28 13:06:04 +07:00
jl777
9fac123016 Don't change adaptivepow to default on: -ADAPTIVEPOW_CHANGETO_DEFAULTON 2019-08-26 02:32:24 -11:00
Mihailo Milenkovic
a7204d9f85 CC fixes for nSPV and others (#30)
- Remove adding txfee inputs for gateways claim
- FULLNODE and SUPERLITE macros
- Filter SetCCtxids with txid from oprert
- Fix for nServices of fullnode
- Use SetCCtxids_nSPV for some more CCs
- Fix addnormalinputs and add checking if utxo spent in mempool
2019-08-12 14:16:46 +03:00
jl777
1aab146063 Recall hashtarget 2019-07-30 06:55:35 -11:00
jl777
0454333ff8 Tristate KOMODO_NSPV 2019-07-30 05:11:57 -11:00
jl777
7f7b3aa11d Hardfork adaptivpow activation 2019-07-30 04:55:57 -11:00
jl777
e836664a18 Test timestamp 2019-07-30 04:53:46 -11:00
jl777
8fbb317419 Use tipdiff also 2019-07-30 04:50:27 -11:00
jl777
91ce4a99e6 Test 2019-07-30 04:47:05 -11:00
jl777
9a32570ad0 Move to init time check 2019-07-30 04:41:05 -11:00
jl777
c267dcb282 KOMODO_EARLYTXID_HEIGHT 2019-07-11 14:52:43 -11:00
jl777
3a3bb52b7f KOMODO_EARLYTXID_HEIGHT 200 2019-07-09 05:02:44 -11:00
Mihailo Milenkovic
4ff591e40d EARLYTXID fixes (#28) 2019-07-09 16:07:25 +02:00
jl777
64915ad6d2 Fix spamming 2019-07-06 03:03:01 -11:00
jl777
d0fd337b25 Revert 2019-04-12 08:44:54 -11:00
jl777
325e914ce8 Test 2019-04-12 08:38:43 -11:00
jl777
027662268d Move pricesinit 2019-04-10 21:11:27 -11:00
jl777
50f79c5d4a KOMODO_LOCALPRICE_CACHESIZE 2019-04-02 00:08:01 -11:00
jl777
3a9b149200 int32_t 2019-04-01 21:57:23 -11:00
jl777
c85b4db249 Test 2019-03-31 04:42:11 -11:00
jl777
21a8da8667 Mineropret and cbopret 2019-03-28 03:11:59 -11:00
jl777
f22c02d1fd Test 2019-01-21 00:36:06 -11:00
jl777
0ea9ae3c05 Update copyright to 2019 2018-12-31 21:41:05 -11:00
jl777
0c364cc8bc Include komodo_defs.h 2018-11-24 08:43:12 -11:00
miketout
6e2a502b0e Merge of Komodo and Verus Technologies Post Sapling, Pre-VerusPoP with Support for Time locked coinbases 2018-11-14 16:40:10 -08:00
jl777
36afeac6d8 Dont call longest chain in background loop 2018-11-11 06:53:30 -11:00
jl777
b7a556e838 -komodo_interestsum() for non-KMD 2018-11-08 19:42:44 -11:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Daniel Cousens
4519a766b6 move rpc* to rpc/ 2018-07-18 11:07:16 -06:00
Alrighttt
4ac134db0c change zcashd reference, update example conf 2018-07-18 02:34:10 -04:00
jl777
b32a9f1a5f Directly call longestchain() 2018-04-26 23:30:27 +03:00
jl777
4875678883 Fix 2018-04-26 23:21:22 +03:00
jl777
247428bdb2 Test 2018-04-25 15:47:19 +03:00
jl777
6c0b16b0a6 Display init timestamps 2018-04-17 15:11:40 +03:00
UdjinM6
c06245c1e3 Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers 2018-04-12 18:10:04 -06:00
UdjinM6
fadbbe1e04 Fix exit codes:
- `--help`, `--version` etc should exit with `0` i.e. no error ("not enough args" case should still trigger an error)
- error reading config file should exit with `1`

Slightly refactor AppInitRPC/AppInitRawTx to return standard exit codes (EXIT_FAILURE/EXIT_SUCCESS) or CONTINUE_EXECUTION (-1)
2018-04-12 18:10:04 -06:00
jl777
261c245b7b Test 2017-11-10 19:08:41 +02:00
jl777
7c130297c2 KOMODO_ASSETCHAIN_MAXLEN -> 65 2017-11-10 19:07:36 +02:00
jl777
9cb1ec9c6e WIN32 -> _WIN32 2017-10-15 02:04:29 +03:00
ca333
34017212c7 333 2017-10-09 16:18:22 +02:00
ca333
9d36579649 uni3 2017-10-09 11:45:49 +02:00
jl777
f50685fe28 Support mnzd and mnz-cli 2017-10-06 16:22:25 +03:00