Commit Graph

2309 Commits

Author SHA1 Message Date
jl777
80afe35bdc test 2018-04-19 14:44:05 +03:00
jl777
4202cc246c Test 2018-04-19 14:32:27 +03:00
jl777
d335898793 Test 2018-04-19 14:31:27 +03:00
jl777
fbd15acf15 Test 2018-04-19 14:18:44 +03:00
jl777
8fbee9292d Test 2018-04-19 14:17:47 +03:00
jl777
2808b68f94 Syntax 2018-04-19 14:09:02 +03:00
jl777
3acce04229 syntax 2018-04-19 14:06:01 +03:00
jl777
18443f692d Cleanup assetchains mining options 2018-04-19 13:59:36 +03:00
Jack Grigg
987b8ee60e Adjust consensus rules to require v4 transactions from Sapling activation 2018-04-19 05:01:47 +01:00
jl777
30eaf9e23d Test 2018-04-18 22:42:21 +03:00
jl777
919fa982ea Test 2018-04-18 22:19:31 +03:00
jl777
1a26c3fa79 Test 2018-04-18 21:56:58 +03:00
jl777
58a17a82a1 Test 2018-04-18 21:54:16 +03:00
jl777
cdb2a22f71 Test 2018-04-18 21:49:15 +03:00
jl777
e4f63a3df0 Exemption for PoS/PoW 2018-04-18 21:32:00 +03:00
Michael Toutonghi
f0e0d9e560 Added time lock transaction creation and verification 2018-04-18 09:41:30 -07:00
jl777
ddd8e4744f Merge branch 'beta' into dev 2018-04-17 23:58:53 +03:00
jl777
cf53fd7c3d Test 2018-04-17 16:25:27 +03:00
jl777
6a0c98266c Test 2018-04-17 15:03:20 +03:00
jl777
103fde3508 Test 2018-04-17 14:48:12 +03:00
jl777
e1a6427cc7 Test 2018-04-17 14:43:59 +03:00
jl777
d00db11558 Test 2018-04-17 14:38:07 +03:00
jl777
0e32bd33e6 Test 2018-04-17 14:22:49 +03:00
jl777
484009fe69 -print 2018-04-17 13:54:27 +03:00
jl777
ef645efa86 Test 2018-04-17 13:32:59 +03:00
jl777
2653fac26c Test 2018-04-17 13:20:48 +03:00
jl777
8f91fd2b12 Test 2018-04-17 13:19:36 +03:00
jl777
4e8752e1ad Test 2018-04-17 13:06:31 +03:00
jl777
b8add6a466 Init speedup test 2018-04-17 12:53:59 +03:00
jl777
2cce69c0bd -print 2018-04-17 11:56:05 +03:00
jl777
ab0dd7551e Revert special case 2018-04-17 11:53:56 +03:00
jl777
dc4124de8e Revert special case 2018-04-17 11:52:33 +03:00
jl777
cfea8d0ff5 New notaries activate 814000 2018-04-17 10:39:11 +03:00
jl777
7eac8c6bc2 New notaries activate 814000 2018-04-17 10:37:47 +03:00
Michael Toutonghi
abb90a8979 chainparams 2018-04-16 21:36:28 -07:00
jl777
5afd0f5da3 Test 2018-04-16 23:26:51 +03:00
jl777
2814a36378 Test 2018-04-16 23:16:57 +03:00
jl777
f7ce3004cd Test 2018-04-16 23:15:02 +03:00
jl777
404721449e Test 2018-04-16 22:54:24 +03:00
jl777
0c8ffe59fd Test 2018-04-16 22:52:58 +03:00
jl777
4263420bc8 Test 2018-04-16 21:47:52 +03:00
jl777
a30dd993bf Test 2018-04-16 20:16:28 +03:00
jl777
e284540042 Test 2018-04-16 20:01:00 +03:00
jl777
3ad8d2478f Test 2018-04-16 19:46:37 +03:00
jl777
c47cc02f43 Blockader 2018-04-16 17:12:25 +03:00
jl777
5d173d2a9a Blockader 2018-04-16 17:11:14 +03:00
jl777
edddf5f020 Allow genesis: must update 2018-04-16 16:47:47 +03:00
jl777
3378ff4491 Allow genesis, must update 2018-04-16 16:47:03 +03:00
Jack Grigg
a8e5ae92ba GetSerializeSize changes in Zcash-specific code 2018-04-16 07:38:38 -06:00
Pieter Wuille
b8a6579366 Make GetSerializeSize a wrapper on top of CSizeComputer
Given that in default GetSerializeSize implementations created by
ADD_SERIALIZE_METHODS we're already using CSizeComputer(), get rid
of the specialized GetSerializeSize methods everywhere, and just use
CSizeComputer. This removes a lot of code which isn't actually used
anywhere.

For CCompactSize and CVarInt this actually removes a more efficient
size computing algorithm, which is brought back in a later commit.
2018-04-16 07:38:38 -06:00