Commit Graph

16799 Commits

Author SHA1 Message Date
jl777
d81711c398 komodo_ensure, process/testblock 2018-04-24 22:12:58 +03:00
jl777
09a409ea91 Accept block future block changes 2018-04-24 22:10:01 +03:00
jl777
af58b81e17 More 2018-04-24 22:05:50 +03:00
jl777
3ae9dcb4c3 More future block 2018-04-24 22:01:53 +03:00
jl777
1d1c75f4f0 Futureblock flag 2018-04-24 21:57:30 +03:00
jl777
c4318f427b Test 2018-04-24 21:11:32 +03:00
jl777
395f10cf91 Test 2018-04-24 21:09:51 +03:00
jl777
e8314e82f5 +logprints 2018-04-24 20:23:29 +03:00
jl777
42c2e91bbf Test 2018-04-24 19:32:48 +03:00
jl777
85f1853e35 Revert 2018-04-24 19:28:42 +03:00
jl777
06ce10a9a7 Test 2018-04-24 19:24:14 +03:00
jl777
48f12344d2 revert 2018-04-24 19:11:44 +03:00
jl777
78fa6faa82 -60 test 2018-04-24 19:11:06 +03:00
Eirik Ogilvie-Wigley
708c87f16d Add enum for nullifier type 2018-04-24 09:57:14 -06:00
Eirik Ogilvie-Wigley
685e936c31 Add sapling nullifier set 2018-04-24 09:57:14 -06:00
jl777
4342e69bf4 -print and tweak error triggers 2018-04-24 18:38:07 +03:00
jl777
9840ae3921 Test 2018-04-24 17:42:46 +03:00
jl777
a17a8c5200 Typo 2018-04-24 17:15:34 +03:00
jl777
5794aafc48 +printout 2018-04-24 16:39:04 +03:00
jl777
599c2c5f4d Allow a block from the future to be rejected without being permabanned 2018-04-24 16:19:15 +03:00
jl777
924afa4c3f Test config 2018-04-24 15:54:52 +03:00
jl777
dd20bebc5c Add interest based expiration to CTxMemPool::removeExpired
This fix will remove from the mempool tx that wouldn’t current be
accepted into the mempool. Useful when some old mempool entries keep
getting restored.
2018-04-24 15:40:31 +03:00
jl777
12121008ff Add validate_interest expiration to mempool removeExpired 2018-04-24 15:38:49 +03:00
jl777
ed67a29bcd Fix 2018-04-24 15:36:34 +03:00
jl777
f045635ebc Fix 2018-04-24 15:35:48 +03:00
jl777
4825cbeb68 komodo_validate_interest expiration in CTxMemPool::removeExpired 2018-04-24 15:32:15 +03:00
jl777
460945fc9e Max future mined time -> 10 seconds 2018-04-24 15:03:02 +03:00
jl777
e868c9ea24 Test 2018-04-24 14:49:41 +03:00
jl777
531b92932a Allow future block to not trigger severe rejection 2018-04-24 14:47:21 +03:00
jl777
2a5ffc0486 Test 2018-04-24 11:02:09 +03:00
jl777
e530155687 Test 2018-04-24 10:53:04 +03:00
jl777
9f6cb8f05e futureblock flag 2018-04-24 10:49:04 +03:00
miketout
a1af306f81 Accounted for 50 coin transaction in genesis block as genesispremine 2018-04-23 22:49:56 -07:00
Eirik Ogilvie-Wigley
df960a9ba7 Clarify help text of dumpprivkey 2018-04-23 15:14:56 -06:00
Jeremy Rubin
1b34996b21 Fix subscript[0] in base58.cpp 2018-04-23 22:12:53 +01:00
MarcoFalke
b37b4b2fa3 [rpcwallet] Don't use floating point 2018-04-23 22:12:53 +01:00
Pedro Branco
181c511cd0 Prevent multiple calls to ExtractDestination 2018-04-23 22:12:53 +01:00
Kaz Wesley
63822fbc84 CBase58Data::SetString: cleanse the full vector
SetString seems to be passing the length of the wrong variable to
memory_cleanse, resulting in the last byte of the temporary buffer not being
securely erased.
2018-04-23 22:12:45 +01:00
jl777
2fea1c9723 -print 2018-04-24 00:00:45 +03:00
jl777
43ef3068d1 10 second window for notary mining 2018-04-23 23:47:48 +03:00
jl777
8d725ab46f -komodo_requesthash 2018-04-23 22:59:51 +03:00
jl777
d1cd2af5f4 Test 2018-04-23 22:56:28 +03:00
jl777
82b4714bee Test 2018-04-23 22:55:27 +03:00
jl777
5d9f111967 Test 2018-04-23 22:52:16 +03:00
Jack Grigg
b1608eed82 Add a constant for Overwinter's transaction version 2018-04-23 20:39:04 +01:00
Jack Grigg
b4f7174a88 Implement SpendDescription and OutputDescription datastructures
Co-authored-by: George Tankersley <george@z.cash>
2018-04-23 20:39:00 +01:00
jl777
f65a34b970 Test 2018-04-23 22:32:35 +03:00
jl777
37091e704e 30 seconds margin for notary mining 2018-04-23 21:33:18 +03:00
jl777
bddeaf5e44 Detect missing prevblock and request it.
On some systems, the chain can get into a state where it has the hash
for a prevblock, but not the prevblock itself.

This condition was treated as a horrible error, but since it can
happen, it is better to return a simple error and let the block get
processed when it comes back again.
2018-04-23 21:09:47 +03:00
jl777
d9cf734306 Test 2018-04-23 20:56:24 +03:00