Commit Graph

16799 Commits

Author SHA1 Message Date
Jack Grigg
22ffe8ce44 Remove now-unshadowed serialization lines that do nothing
Previously we had both nVersion as a class parameter *and* a serialization
argument, and in several inherited serializers the latter was set to the former,
in order to pass the serialized object's version into underlying parsers. #3180
pulled in the upstream changes to clean this up, and in doing so these lines
became no-ops - setting the class parameter to itself. Clang throws warnings on
this, which turn into errors on the MacOS builder.

We can just remove these, because upstream already had done so in earlier PRs,
indicating that they were not being relied on by underlying parsers.
2018-04-20 09:48:33 +01:00
jl777
7732dbc26b Test 2018-04-20 11:34:37 +03:00
jl777
9850dffd80 Test 2018-04-20 11:30:27 +03:00
jl777
fd835d9406 Test 2018-04-20 11:29:12 +03:00
Homu
5821bb0a4d Auto merge of #3185 - ebfull:sapling-testnet-params, r=str4d
Load Sapling testnet parameters into memory

This PR depends on https://github.com/zcash/librustzcash/pull/4.

The parameters are not loaded into memory if `zcashd` is configured as a mainnet node -- this is something we can change in the weeks before `2.0.0`.
2018-04-20 01:28:13 -07:00
jl777
592f6fa210 Test 2018-04-20 11:24:41 +03:00
jl777
bc2bcf8551 Test 2018-04-20 11:24:01 +03:00
jl777
4aad3872a9 Test 2018-04-20 11:20:57 +03:00
jl777
bee39cbbbb Test 2018-04-20 11:20:11 +03:00
jl777
17522a5557 Test 2018-04-20 11:19:35 +03:00
jl777
415f5097cf Test 2018-04-20 10:59:21 +03:00
jl777
e14073653c Test 2018-04-20 10:55:12 +03:00
jl777
6d3df1e66c Test 2018-04-20 10:47:27 +03:00
jl777
4f48647cdc Test 2018-04-20 10:30:40 +03:00
jl777
97ecac6248 Merge pull request #598 from jl777/jl777
Jl777
2018-04-20 09:59:56 +03:00
jl777
26f6fa01cb Add back MoM that dev merge undid 2018-04-20 09:38:46 +03:00
jl777
74d30ec279 Merge branch 'dev' into jl777 2018-04-20 09:32:24 +03:00
DeckerSU
390b0a79b2 Merge branch 'patch-8' of https://github.com/ca333/komodo into dev-winpatch-ca333 2018-04-20 03:38:00 +03:00
DeckerSU
5a83e4fc3f src/snark patches for windows build 2018-04-20 03:32:45 +03:00
ca333
942e45b592 add windows port
use windows.h for WIN crossbuild
2018-04-20 01:56:09 +02:00
jl777
02290a3fd8 Test 2018-04-20 01:15:21 +03:00
jl777
8d028ba061 Test 2018-04-20 01:06:43 +03:00
jl777
7377cedcf6 Test 2018-04-20 00:40:03 +03:00
jl777
65b4e8809d Test 2018-04-20 00:39:38 +03:00
jl777
8eb43ab4ff Decrement notes for assetchains, need to test 2018-04-20 00:23:58 +03:00
jl777
a8e2d83045 Compensate for processblock 2018-04-19 23:58:22 +03:00
jl777
129aa1345a Compensate for processblock 2018-04-19 23:57:39 +03:00
jl777
ec5b59fd30 Test 2018-04-19 23:34:55 +03:00
jl777
f1b57a6e76 Test 2018-04-19 23:18:23 +03:00
jl777
13b8b2ed26 Test 2018-04-19 23:11:11 +03:00
jl777
bd87f0c09e Test 2018-04-19 22:43:52 +03:00
Jack Grigg
2d922b66b0 Pass transaction header into correct SignatureHash serialization level
We need to indicate whether PHGR or Groth proofs are expected to vjoinsplit,
which is serialized in an inner hash, not the outer hash.
2018-04-19 20:35:33 +01:00
jl777
96df006a14 Test 2018-04-19 21:11:09 +03:00
jl777
a1a721bd45 Test 2018-04-19 21:00:57 +03:00
jl777
d07308d221 Test 2018-04-19 20:59:03 +03:00
jl777
d9935f2b61 Test 2018-04-19 20:54:47 +03:00
jl777
8ab6dd61df Test 2018-04-19 20:51:43 +03:00
jl777
6d7537dedb Test 2018-04-19 20:48:27 +03:00
jl777
23b2b0fab8 Test 2018-04-19 20:42:52 +03:00
jl777
7b6d6985a9 Test 2018-04-19 20:33:41 +03:00
jl777
23b680a0f4 Test 2018-04-19 19:24:53 +03:00
Cory Fields
d207b81d28 prevector: assert successful allocation 2018-04-19 16:49:12 +01:00
Cory Fields
c10b69eb64 don't throw std::bad_alloc when out of memory. Instead, terminate immediately 2018-04-19 16:49:02 +01:00
jl777
689a24a772 Test 2018-04-19 18:40:20 +03:00
jl777
d395043eb3 Test 2018-04-19 18:35:16 +03:00
jl777
b36ad22ad6 Test 2018-04-19 18:33:15 +03:00
jl777
1247b7d429 Test 2018-04-19 18:32:29 +03:00
Jack Grigg
72540cee4a Add Sapling v4 transactions to IsStandard 2018-04-19 16:25:04 +01:00
jl777
d5a8071bc7 Test 2018-04-19 18:16:01 +03:00
jl777
67eaffd906 Test 2018-04-19 17:58:27 +03:00