jl777
e4274f4f39
Test
2018-04-16 22:52:38 +03:00
jl777
2ad1015fe7
Test
2018-04-16 22:52:25 +03:00
jl777
98eff363c6
Test
2018-04-16 22:50:44 +03:00
jl777
0d5a6a96cb
Test
2018-04-16 22:43:36 +03:00
jl777
0f88fb0c7b
Test
2018-04-16 22:42:15 +03:00
jl777
e9e70b9544
Test
2018-04-16 22:41:14 +03:00
jl777
c77a5f86da
Test
2018-04-16 22:30:18 +03:00
jl777
3ede10e931
Test
2018-04-16 22:08:55 +03:00
jl777
512700937d
Test
2018-04-16 22:06:50 +03:00
jl777
44b0ba4fa1
Test
2018-04-16 22:04:46 +03:00
jl777
af9073fc85
Test
2018-04-16 22:02:22 +03:00
jl777
5a620e447e
Test
2018-04-16 22:01:07 +03:00
jl777
9c0b0da4ba
Test
2018-04-16 21:57:29 +03:00
jl777
5c000d526f
test
2018-04-16 21:51:07 +03:00
jl777
4263420bc8
Test
2018-04-16 21:47:52 +03:00
jl777
68e4ccfbb1
Test
2018-04-16 21:45:49 +03:00
jl777
fb64a588cf
Test
2018-04-16 21:44:12 +03:00
jl777
56ef9fdbd8
Test
2018-04-16 21:40:35 +03:00
jl777
508a62733f
Test
2018-04-16 21:38:59 +03:00
jl777
2997771652
Test
2018-04-16 21:31:41 +03:00
Homu
0066c317b4
Auto merge of #3160 - bitcartel:3134_least_authority_issue_e, r=daira
...
Closes #3134 - Least Authority Issue E
CTxMemPool::check() does nothing when turned on, due to overflow.
2018-04-16 11:25:43 -07:00
jl777
a4ea4a3fde
Test
2018-04-16 21:23:25 +03:00
jl777
26d9f4c347
Test
2018-04-16 21:11:35 +03:00
jl777
a658d9269f
Test
2018-04-16 21:08:20 +03:00
jl777
0f5e787bbc
Test
2018-04-16 20:57:44 +03:00
jl777
a8854ddf14
Test
2018-04-16 20:51:08 +03:00
jl777
973793f757
Test
2018-04-16 20:50:13 +03:00
jl777
958ee90a65
Test
2018-04-16 20:49:11 +03:00
jl777
70ebf02a21
Test
2018-04-16 20:46:10 +03:00
jl777
dac3c30c1a
Test
2018-04-16 20:31:42 +03:00
jl777
c180f620ee
Merge pull request #590 from DeckerSU/dev-bitcorefix
...
fix vout values display in Insight KMD explorer
2018-04-16 20:30:49 +03:00
jl777
8960e442e2
Test
2018-04-16 20:20:20 +03:00
jl777
b2e33f78fe
Test
2018-04-16 20:17:53 +03:00
jl777
a30dd993bf
Test
2018-04-16 20:16:28 +03:00
jl777
e284540042
Test
2018-04-16 20:01:00 +03:00
Homu
012344249b
Auto merge of #3175 - ca333:patch-4, r=daira
...
[fix] proton download path
resolves #3174
2018-04-16 09:47:39 -07:00
jl777
3ad8d2478f
Test
2018-04-16 19:46:37 +03:00
DeckerSU
5d4f0421af
fix vout values display in Insight KMD explorer
2018-04-16 19:31:48 +03:00
jl777
22f6339d76
Blockhdr -> block
2018-04-16 19:10:45 +03:00
jl777
c47cc02f43
Blockader
2018-04-16 17:12:25 +03:00
jl777
ca0a5c31cf
Blockader
2018-04-16 17:11:47 +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
jl777
d03b421d79
Allow genesis version and move checkequihash, this is a must update
2018-04-16 16:45:44 +03:00
jl777
c521bc1ecf
Allow genesis block to have low version
2018-04-16 16:44:21 +03:00
jl777
2df89273c1
+print
2018-04-16 16:42:41 +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
Pieter Wuille
7f4acac433
Make nType and nVersion private and sometimes const
...
Make the various stream implementations' nType and nVersion private
and const (except in CDataStream where we really need a setter).
2018-04-16 07:38:37 -06:00