Commit Graph

161 Commits

Author SHA1 Message Date
blackjok3r
598ccdb090 fix 2018-11-29 23:39:57 +08:00
blackjok3r
697eddcc79 Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM
merge
2018-11-29 23:22:32 +08:00
blackjok3r
d54d542458 remove streamer 2018-11-29 22:33:01 +08:00
jl777
f6761fe23c Fix maxmoney calc 2018-11-23 20:00:00 -11:00
jl777
3eaf840dc1 Switch to auto-sapling activation via KOMODO_SAPLING_ACTIVATION timestamp 2018-11-22 08:22:39 -11:00
miketout
e12645a0f0 Fix problem in calculating max_money when there is no halving 2018-11-18 17:24:06 -08:00
miketout
b3b44e80e1 Latest Komodo changes 2018-11-17 17:28:45 -08: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
blackjok3r
d3f5fd5b3e Merge branch 'FSM' of https://github.com/jl777/komodo into mastertest
fixed
2018-11-13 18:07:25 +08:00
jl777
5eef7503f1 Extra satoshi exemption 2018-11-12 20:34:56 -11:00
jl777
3424c9cb28 DEALER NODE 2018-11-11 08:41:29 -11:00
blackjok3r
ad8126e23e Merge branch 'FSM' of https://github.com/jl777/komodo into mastertest
try this
2018-11-11 17:43:41 +08:00
jl777
bba4bf6607 Fix 2018-11-10 09:55:10 -11:00
jl777
e2445cb37b -ac_script 2018-11-10 09:49:18 -11:00
jl777
27a25b2073 Allow p2pkh for ac_pubkey chains 2018-11-10 02:06:04 -11:00
jl777
96073d7981 -ac_founders 2018-11-10 01:07:16 -11:00
blackjok3rtt
ad7b12d2ad Merge branch 'mastertest' into dwy_mitigation 2018-11-09 18:29:26 +08:00
blackjok3r
0920b59572 add min recv size and whitelist address 2018-11-07 17:27:57 +08:00
blackjok3r
ab27a044a0 oops 2018-11-05 23:37:40 +08:00
blackjok3r
6556f635f0 Add maximum priority for notarisations. 2018-11-05 23:35:28 +08:00
blackjok3r
8d687f0312 add num notaris golbal, and reset notaries on era 0 2018-11-05 17:11:32 +08:00
blackjok3r
2c795c0f1c fix 2018-11-05 16:30:08 +08:00
blackjok3r
f0b07a30a7 fix notaryaddrs var ? 2018-11-05 16:16:49 +08:00
blackjok3r
f07284c682 Move 99% of staked notary code to its own file 2018-11-05 14:28:43 +08:00
blackjok3r
afcd147d30 dupe modified: src/komodo_globals.h 2018-11-03 21:24:23 +08:00
blackjok3rtt
7258003351 Merge branch 'dwy_mitigation2' into fixgettransactioncrash 2018-11-03 21:13:11 +08:00
blackjok3rtt
969689713d Merge branch 'libscottFIX' into fixgettransactioncrash 2018-11-03 20:58:06 +08:00
blackjok3r
20d6d16399 add -stakednotary daemon flag 2018-11-03 18:32:05 +08:00
blackjok3r
7ccc6fe7ed try 2018-11-02 23:26:07 +08:00
blackjok3r
036b494f5f Merge branch 'fixgettransactioncrash' of https://github.com/blackjok3rtt/komodo into blackjok3rtt-fixgettransactioncrash
gettransaction fox
2018-11-02 23:19:20 +08:00
blackjok3r
85bbfadd2f attempt to add Raddress array 2018-11-02 18:40:04 +08:00
blackjok3r
02da812eb6 wtf 2018-11-02 15:37:11 +08:00
blackjok3r
9d44f850bf try 2018-11-02 14:59:26 +08:00
blackjok3r
997c7844a5 try this 2018-11-02 10:52:39 +08:00
jl777
1a0239ba0d Fix compiler issues 2018-11-01 06:49:02 -11:00
blackjok3rtt
3ecd12ca8b Merge pull request #30 from StakedChain/blackjok3r
merge blackjok3r branch and FSM fixes into master
2018-11-01 14:01:09 +08:00
blackjok3r
53b0665f84 start of commit 2018-10-31 12:08:17 +08:00
jl777
b1c08466e9 Initial -ac_txpow 0, 1, 2, 3 with validation, but no txcreation 2018-10-21 11:13:35 -11:00
blackjok3r
0cf52141ef give this a go 2018-10-16 12:58:43 +08:00
jl777
ade1fc54a8 KOMODO_DPOWCONFS 2018-10-14 12:44:34 -11:00
miketout
1021455845 Fix negative height issues for pruning cheat lists 2018-10-11 14:23:14 -07:00
Michael Toutonghi
8fc4030c10 Reorganized cheatcatcher for build issues 2018-10-10 21:46:40 -07:00
miketout
5f63373eb9 Selectively reject Sapling transactions while synced below activation height. Add separate control of staking. 2018-10-08 21:15:21 -07:00
miketout
0a962eb958 remove sign from time lock check 2018-10-03 19:59:48 -07:00
miketout
4b729ec577 Changes for most chain power rule 2018-09-28 01:38:14 -07:00
jl777
3a36ff1776 Test 2018-09-23 05:47:33 -11:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Michael Toutonghi
0c8fa56a02 All latest updates, smart contracts, including oracle from KMD/jl777 2018-09-13 13:00:13 -07:00
jl777
7542d92054 Def 2018-09-05 20:01:41 -11:00
jl777
e0f78699ce Ccactivate 2018-08-21 02:30:05 -11:00