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
Pieter Wuille
1315591c85
Make streams' read and write return void
...
The stream implementations had two cascading layers (the upper one
with operator<< and operator>>, and a lower one with read and write).
The lower layer's functions are never cascaded (nor should they, as
they should only be used from the higher layer), so make them return
void instead.
2018-04-16 07:38:37 -06:00
Pieter Wuille
670a7686a6
Remove unused ReadVersion and WriteVersion
...
CDataStream and CAutoFile had a ReadVersion and WriteVersion method
that was never used. Remove them.
2018-04-16 07:38:37 -06:00
Cory Fields
d1c9ef8606
serialization: teach serializers variadics
...
Also add a variadic CDataStream ctor for ease-of-use.
2018-04-16 07:38:37 -06:00
Pavel Janík
ead36d85c7
[WIP] Remove unused statement in serialization
...
Zcash: Excludes changes to CBanEntry and CHDChain, which we don't have yet.
2018-04-16 07:38:37 -06:00
Matt Corallo
c803fa1094
Add COMPACTSIZE wrapper similar to VARINT for serialization
2018-04-16 07:38:37 -06:00
Jonas Schnelli
6cbe2c482c
add bip32 pubkey serialization
...
CExtPubKey should be serializable like CPubKey
2018-04-16 07:38:36 -06:00
Jack Grigg
d2fb34fb7c
Handle usage of prevector for CScript in Zcash-specific code
2018-04-16 07:38:36 -06:00
Pieter Wuille
29a8ade782
Prevector type
2018-04-16 07:38:36 -06:00
mruddy
690d38f0f8
Resolve issue bitcoin/bitcoin#3166 .
...
These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts.
This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa.
2018-04-16 07:38:36 -06:00
jl777
8b05ae66f1
Merge pull request #589 from ca333/patch-7
...
add Makefile
2018-04-16 16:27:03 +03:00
ca333
2b0e6432fe
update proton.mk
...
use SSL/TLS secured URL
2018-04-16 15:24:42 +02:00
ca333
b8d174ef94
add Makefile
2018-04-16 15:18:45 +02:00
Mihail «Kolo» Fedorov
ad37311f06
Merge pull request #10 from jl777/testmaster2
...
Testmaster2
2018-04-16 13:30:31 +03:00
Mihail «Kolo» Fedorov
3e86b99e36
Merge pull request #11 from jl777/beta
...
Beta
2018-04-16 13:30:08 +03:00
Mihail «Kolo» Fedorov
e1c8df60b2
Merge pull request #12 from jl777/dev
...
Dev
2018-04-16 13:29:51 +03:00