Commit Graph

21127 Commits

Author SHA1 Message Date
Jonathan "Duke" Leto
85ab0bf7c1 Merge remote-tracking branch 'jl777/FSM' into duke 2019-05-01 06:15:57 -07:00
dimxy
a0aaff1371 fix unmarshal source symbol from rawproof 2019-04-29 12:55:17 +05:00
jl777
96ccb1586d Merge branch 'dev' into FSM 2019-04-28 18:42:00 -11:00
blackjok3r
cf6f647d1e fix wallet corruption fix, for staking chains, fix forced rescan for ZEX and KMD with ztx in wallet. 2019-04-29 11:25:23 +08:00
blackjok3r
3110814bae add extr print for new fix 2019-04-27 20:36:33 +08:00
jl777
8eba1ba72a Merge branch 'dev' into FSM 2019-04-26 22:52:40 -11:00
blackjok3r
a19e283715 add dpow to BEER, fix crashed node not being able to sync due to future checkpoints. 2019-04-27 17:48:06 +08:00
Jonathan "Duke" Leto
7b67ea9058 Merge remote-tracking branch 'jl777/FSM' into duke 2019-04-24 11:50:17 -07:00
Mihailo Milenkovic
8a574b9623 Corrected ChannelsCC validation. 2019-04-24 17:30:21 +02:00
Mihailo Milenkovic
a0053d8ef0 Defragmenting utxos in Gateways deposit address (#24)
- adding up to 3 more utxos when doing withdraw for defragmentation
- corrected gateways validation
2019-04-24 13:02:08 +02:00
Jonathan "Duke" Leto
93c9349cf1 Merge remote-tracking branch 'jl777/FSM' into duke 2019-04-23 15:11:47 -07:00
jl777
84e4635be2 Merge pull request #1451 from radix42/FSM
Add support for importing and exporting sapling ivk
2019-04-22 18:14:14 -11:00
Bartlomiej Lisiecki
191fc2e152 Add support for importing and exporting sapling ivk 2019-04-22 17:22:31 -07:00
jl777
49f9276e8a Merge pull request #1449 from DeckerSU/patch-curl
[Linux] fix libcurl HTTPS connections
2019-04-22 07:01:55 -11:00
Jonathan "Duke" Leto
74b2563334 Reduce unnecessary warnings to STDOUT 2019-04-21 07:58:05 -07:00
Jonathan "Duke" Leto
e4ce048b8e Comment out this warning which will spam stdout for unconfirmed xtns 2019-04-21 07:52:06 -07:00
Jonathan "Duke" Leto
d927688838 Merge remote-tracking branch 'jl777/jl777' into duke 2019-04-21 07:12:40 -07:00
Jonathan "Duke" Leto
cc6b990bdb Revert "Attempt to fix coredump found by TheTrunk/Shossain"
This reverts commit 4b8ae26232.
2019-04-21 06:50:38 -07:00
jl777
0b66a88ba2 int32_t komodo_blockheight(uint256 hash); 2019-04-21 02:40:49 -11:00
jl777
70015ce70d int32_t komodo_blockheight(uint256 hash); 2019-04-21 02:37:51 -11:00
jl777
124156f956 int32_t komodo_blockheight(uint256 hash); 2019-04-21 02:36:46 -11:00
jl777
f79d72fb94 Include file 2019-04-21 02:34:31 -11:00
jl777
564da3c982 Change mapblockindex[] into function calls with guards 2019-04-21 02:33:31 -11:00
jl777
06bed214f9 Check for null ptr before -> 2019-04-21 02:17:00 -11:00
Jonathan "Duke" Leto
d302140b54 Merge branch 'duke' of https://github.com/MyHush/hush3 into duke 2019-04-21 05:50:34 -07:00
Jonathan "Duke" Leto
4b8ae26232 Attempt to fix coredump found by TheTrunk/Shossain 2019-04-21 05:50:26 -07:00
blackjok3r
d16cdf5538 Add -testmode command line arg 2019-04-21 13:05:39 +08:00
blackjok3r
82e6cd0f93 fix two bugs for Alright 2019-04-21 11:48:16 +08:00
blackjok3r
fea2b66581 add validation for OP_RETURN to payments CC. Enable ccvoutopret for payments fund. 2019-04-20 19:29:16 +08:00
DeckerSU
2f19aeaa4a + debug (ssl and curl version printout) 2019-04-19 22:01:54 +03:00
jl777
b797e4421a Merge branch 'FSM' into jl777 2019-04-19 07:25:53 -11:00
jl777
ad480a67dd Merge pull request #1442 from dimxy/token-migration
Token crosschain migration support in fungible chain cluster
2019-04-19 07:25:35 -11:00
dimxy
fa9ca8b430 removed test invalid return 2019-04-19 23:07:12 +05:00
jl777
df6d17c73d Merge branch 'FSM' into jl777 2019-04-19 05:49:06 -11:00
Mihailo Milenkovic
b4175592e8 Add -earlytxid param and check -ac_end,-ac_supply and -ac_perc. (#23) 2019-04-19 18:41:58 +02:00
dimxy
e2fc84faac defined missing rpc createburntx 2019-04-19 19:28:48 +05:00
dimxy
c3e7b1c799 corr ret true for prev tx 2019-04-19 19:16:16 +05:00
dimxy
19c4977056 test invalid on 2019-04-19 15:55:34 +05:00
dimxy
59a02a874e corr selfimport param 2019-04-19 15:27:42 +05:00
dimxy
53a7f69501 rebased onto latest FSM with gateways import 2019-04-19 15:17:47 +05:00
dimxy
f9eaf192b4 burn tx isEof check added 2019-04-19 14:41:49 +05:00
dimxy
a11333e766 importproof proc read bad id 2019-04-19 14:41:48 +05:00
dimxy
d87f6a158a rawtransaction corr importproof type 2019-04-19 14:41:47 +05:00
dimxy
4add699cbb token migration moved to FSM 2019-04-19 14:41:46 +05:00
jl777
da37292af7 Merge branch 'FSM' into jl777 2019-04-18 22:25:37 -11:00
Mihailo Milenkovic
62b4c709ca Fix oracleslist on SetCCtxids 2019-04-19 11:23:35 +02:00
jl777
a209aaeeb7 if ( (json= send_curl(url,(char *)"bnbprice")) != 0 ) 2019-04-18 22:02:26 -11:00
jl777
9129c28d90 Test 2019-04-18 22:01:07 -11:00
jl777
b4ad109167 send_curl 2019-04-18 21:59:31 -11:00
ca333
13458b4040 [add] KOIN 2019-04-18 23:15:48 +02:00