Commit Graph

16429 Commits

Author SHA1 Message Date
jl777
100b66b50f -prints 2018-11-22 01:00:54 -11:00
jl777
e09959ff66 Test activation a week ago 2018-11-22 00:54:39 -11:00
jl777
5a112c714f activation -> height 2018-11-22 00:49:19 -11:00
jl777
727bba40c9 Test edge detection 2018-11-22 00:46:28 -11:00
jl777
4556f3da4a void komodo_setactivation(int32_t height) 2018-11-22 00:37:37 -11:00
jl777
41f1604f29 Syntax fixes 2018-11-22 00:34:17 -11:00
jl777
eede6981aa ; 2018-11-22 00:30:51 -11:00
jl777
e6154dc141 Sapling edge detection 2018-11-22 00:27:38 -11:00
miketout
0f6ad9c51a Merge branch 'FSM' of https://github.com/jl777/komodo into dev-komodo 2018-11-21 23:34:30 -08:00
miketout
c38ce00f9c Fixed address, unspent, and timestamp indexing 2018-11-21 23:33:51 -08:00
jl777
13b038a9b9 maxinputs+1 2018-11-21 01:36:32 -11:00
jl777
18b7b5e79a , bool fThread=true for EnforceNodeDeprecation 2018-11-20 21:56:08 -11:00
jl777
ab3ae964e1 Merge pull request #966 from letolabs/ccerrors
Add various error checking to gateway + oracle RPCs
2018-11-20 21:48:24 -11:00
Jonathan "Duke" Leto
1fb745d8ee Get dice CC compiling again 2018-11-21 09:37:05 +01:00
Jonathan "Duke" Leto
87f557bd32 More error checking in oracle and gateway RPCs 2018-11-20 15:53:29 -08:00
jl777
a6689ec6fc Undo first adddiceinputs if it isn't enough 2018-11-20 10:40:16 -11:00
Jonathan "Duke" Leto
8c66ce0a7f Teach oracles* RPC functions about CCerror and start populating it 2018-11-20 13:22:16 -08:00
jl777
5c3be4dfba Fix false precision 2018-11-20 08:55:43 -11:00
miketout
09ae2558a0 Fix calculation of block 1 reward for ASSETCHAINS_STAKED chains 2018-11-20 00:04:47 -08:00
jl777
4bbabc1300 Fix print 2018-11-19 08:52:44 -11:00
jl777
bf638d3e66 Revert oracles != -> > for oraclesdatafee 2018-11-19 06:58:07 -11:00
jl777
63e86d6ace Fix for staked chains 2018-11-19 02:54:31 -11:00
miketout
070bccada0 Fix bug in oracles for KMDICE and others 2018-11-19 01:22:33 -08:00
miketout
e12645a0f0 Fix problem in calculating max_money when there is no halving 2018-11-18 17:24:06 -08:00
miketout
c17f353560 Version change for VRSC only 2018-11-18 08:39:42 -08:00
miketout
3e5a1aba52 Revert Getscriptaddress and set COINBASE_MATURITY to 1 on chains with less than one era 2018-11-18 08:20:34 -08:00
jl777
c82f589969 Asset chains maturity default 2018-11-18 04:38:57 -11:00
jl777
28029a846f Revert GetScriptaddres 2018-11-18 04:28:51 -11:00
jl777
ecc94d66c3 0.3.1 KMDVERSION 2018-11-18 00:20:22 -11:00
jl777
9089ec6926 ac_sapling default to 10000000 2018-11-17 23:55:16 -11:00
miketout
b3b44e80e1 Latest Komodo changes 2018-11-17 17:28:45 -08:00
jl777
c1cf02312a Require -ac_perc when -ac_pubkey 2018-11-16 21:42:36 -11:00
jl777
d2b51bd2c5 (Char *) 2018-11-16 21:20:37 -11:00
jl777
7c38e803e5 int32_t decode_hex(uint8_t *bytes,int32_t n,char *hex); 2018-11-16 21:19:24 -11:00
jl777
3023ca419f Set scriptPubKey 2018-11-16 21:18:26 -11:00
jl777
ca2dd59830 Fix -ac_pubkey assumptions 2018-11-16 21:15:24 -11:00
jl777
be0d30ee9a Syntax 2018-11-16 20:38:09 -11:00
jl777
2c85dd261a Fix -ac_script 2018-11-16 20:36:46 -11:00
jl777
fb04d9a908 Add support for EVAL_HEIR 2018-11-16 02:33:16 -11:00
jl777
377c3daeca Extra satoshi for KMDICE 2018-11-15 00:11:02 -11:00
jl777
5d6c94f586 Web hook test 2018-11-14 22:40:10 -11:00
jl777
8dcded95b3 -() 2018-11-14 22:37: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
a46640a43e Merge pull request #950 from blackjok3rtt/disable_coinbase_option
use external pubkey fix
2018-11-14 10:05:01 -11:00
blackjok3r
bbd4a619ff use external pubkey fix 2018-11-15 04:08:37 +08:00
jl777
45ac89ca0f Merge pull request #949 from blackjok3rtt/disable_coinbase_option
Disable coinbase option
2018-11-14 08:49:03 -11:00
blackjok3r
c1ba0e3c59 disable utxo fiter CCtx.cpp 2018-11-15 03:36:26 +08:00
Mihailo Milenkovic
e288ce42f6 Oracle Fix
- Reorder vins so that only one normal vin is before CC vin
- Fixed AddOracleInputs to add utxos only from that oracle
- Fixed sharing funds from all oracles for that pubkey in OraclesInfo
2018-11-14 16:48:15 +01:00
blackjok3rtt
85250d52fa Merge pull request #11 from jl777/FSM
Fix rounding error:  + 0.00000000499999
2018-11-14 18:08:52 +08:00
jl777
a1f6cb8019 Fix rounding error: + 0.00000000499999 2018-11-13 06:35:07 -11:00