jl777
52445b8430
Slowflag into CBOPRET if
2019-07-08 02:56:48 -11:00
blackjok3r
69626ff68d
revert undo file size
2019-05-06 16:38:22 +08:00
blackjok3r
0d47cda145
initial commit for payments merge RPC
2019-05-06 00:57:06 +08:00
blackjok3r
2a5a86b1ce
change default expiry height to 200 instead of 20. To stop wallet getting corrupted.
2019-04-30 11:20:02 +08:00
jl777
3db5e5a874
=1
2019-04-11 23:52:05 -11:00
jl777
082aec73ff
=0
2019-04-11 23:51:44 -11:00
jl777
d47d2dd595
Better way to avoid sync errors
2019-04-11 23:49:24 -11:00
jl777
0d16e99532
Dont fetch ahead if cbopret chain, yes it will slow it down
2019-04-11 22:49:52 -11:00
blackjok3r
76e3a7f283
skip dpow check on everything but ProcessNewBlock.
2019-04-12 13:55:06 +08:00
jl777
8a9eaea869
Pass through block and previndex
2019-04-01 20:40:26 -11:00
blackjok3r
cce73b01a7
new tempfile rotation.
2019-02-01 04:01:16 +08:00
blackjok3r
c14e0909c6
Fix using temp file for receiving blocks.
2019-01-29 07:06:00 +08:00
jl777
e4791f54e6
Merge branch 'FSM' into patch-gcc-8
2019-01-25 16:33:13 -11:00
jl777
669f5c4d39
Const
2019-01-24 01:55:15 -11:00
blackjok3r
c3df1b8747
add auto purge of orphans from before notarisation.
2019-01-24 17:16:42 +08:00
jl777
1f46aa58e6
Allow tunable maxreorg
2019-01-09 01:26:25 -11:00
jl777
9269bc177c
Allow tunable maxreorg
2019-01-09 01:25:23 -11:00
jl777
42911ea6c2
Double maxreorg
2019-01-09 01:21:29 -11:00
jl777
0ea9ae3c05
Update copyright to 2019
2018-12-31 21:41:05 -11:00
blackjok3r
94c37803df
Final fix for mempool
2018-12-16 21:06:17 +08:00
jl777
8b05586dc5
Merge pull request #973 from jl777/FSM
...
FSM
2018-11-25 04:19:55 -11:00
jl777
7f6e619ad2
Disable check
2018-11-24 08:44:37 -11:00
jl777
91f355fd69
4MB block size with sapling
2018-11-24 08:39:23 -11:00
jl777
fccd6e1d10
Enforce ac_private rules
2018-11-23 06:42:50 -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
0e8e56986b
Merge branch 'dev' into jl777
2018-11-11 00:21:44 -11:00
blackjok3r
993ada0a73
try to get vjoinsplit size
2018-11-01 22:29:36 +08:00
blackjok3r
6f84a8cb23
try
2018-10-30 00:10:41 +08:00
blackjok3r
71c5790266
maybe
2018-10-29 23:56:53 +08:00
Jonathan "Duke" Leto
42bf3ac4d8
Add size_on_disk to getblockchaininfo from BTC master
2018-10-28 22:20:07 -07:00
miketout
af2e212d7a
Remove spurios opret in tx builder, don't wait forever for blocks before mining, add delay to getblocktemplate
2018-10-11 21:35:09 -07:00
miketout
271326fafd
Clean up stake rebroadcasting and mempool checking
2018-10-11 19:52:32 -07:00
Michael Toutonghi
8fc4030c10
Reorganized cheatcatcher for build issues
2018-10-10 21:46:40 -07:00
Michael Toutonghi
df756d24ba
Cheatcatcher
2018-10-10 19:02:09 -07:00
miketout
644c7445ec
Latest Zcash updates
2018-09-20 13:32:57 -07: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
Larry Ruane
6206d86237
Test peer banning logic in both pre- and post-initial block download states
2018-09-12 13:30:01 -06:00
jl777
1c75341741
-ac_ccactivate
...
Allows a chain to “dynamically” update to CC enabled
2018-08-22 08:17:20 -11:00
jl777
e0f78699ce
Ccactivate
2018-08-21 02:30:05 -11:00
Michael Toutonghi
0ba2065183
Network decentralizatoin and bug fixes
2018-08-09 15:32:48 -07:00
Michael Toutonghi
5034d1c134
Sync with latest Komodo changes
2018-08-06 12:52:22 -07:00
jl777
6deb8c09eb
Disable FSM, auction, lotto and add some error checks
2018-08-05 20:43:35 -11:00
Daira Hopwood
66856b2b3c
Support testnet rollback.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2018-08-02 23:10:30 +01:00
jl777
96fc3db2df
Test
2018-07-21 19:10:59 -11:00
Michael Toutonghi
b0e452de2a
fix build for update
2018-05-25 20:15:38 -07:00
Michael Toutonghi
6c8e1cdfb7
Restore zcash coinbase rule and launch fix at 10080
2018-05-25 15:10:07 -07:00
Wladimir J. van der Laan
29aaf13b0a
Make max tip age an option instead of chainparam
...
After discussion in #7164 I think this is better.
Max tip age was introduced in #5987 to make it possible to run
testnet-in-a-box. But associating this behavior with the testnet chain
is wrong conceptually, as it is not needed in normal usage.
Should aim to make testnet test the software as-is.
Replace it with a (debug) option `-maxtipage`, which can be
specified only in the specific case.
2018-05-15 21:24:58 +12:00
miketout
48d800c2c6
Merge all Komodo changes, including proof of stake, crypto conditions, passport, etc.
2018-05-02 03:24:21 -07:00
jl777
b3e591ac5c
Revert bigger window
2018-04-25 23:54:24 +03:00