Commit Graph

23279 Commits

Author SHA1 Message Date
jl777
55e1d9dcdf Test 2018-09-12 00:55:38 -11:00
jl777
e349a608cc Test 2018-09-12 00:49:30 -11:00
jl777
c46ccfc3fa Test 2018-09-12 00:48:58 -11:00
jl777
76722d7400 Test 2018-09-12 00:46:21 -11:00
jl777
f2b287a693 Test 2018-09-12 00:44:29 -11:00
jl777
4ad414194f Test 2018-09-12 00:40:56 -11:00
jl777
50dfc22403 Baton for data from mempool 2018-09-12 00:39:43 -11:00
jl777
eff2e09461 Merge pull request #874 from jl777/FSM
FSM
2018-09-12 00:19:38 -11:00
Jack Grigg
8e057ad9ee qa: Test both Overwinter and Sapling peer management 2018-09-12 12:15:37 +01:00
jl777
e06ad50dda Test 2018-09-12 00:15:30 -11:00
jl777
d91c603c75 Test 2018-09-12 00:12:25 -11:00
jl777
ccf003ff1c Test 2018-09-12 00:05:06 -11:00
jl777
1410c4c8bd Test 2018-09-12 00:04:04 -11:00
jl777
3a6694234d Test 2018-09-11 23:54:31 -11:00
jl777
8b60ad5957 Test 2018-09-11 23:46:24 -11:00
jl777
d357d9d3a8 Test 2018-09-11 23:45:22 -11:00
jl777
20007e86ec Test 2018-09-11 23:44:22 -11:00
jl777
87904dc9ad Test 2018-09-11 23:41:40 -11:00
jl777
3a4fdc1689 Test 2018-09-11 23:39:48 -11:00
jl777
b4df8470f3 Test 2018-09-11 23:39:10 -11:00
jl777
dfac32e4e1 Test 2018-09-11 23:22:11 -11:00
jl777
23e0b80b6d Test 2018-09-11 23:17:13 -11:00
jl777
b1b5aa7a6f Test 2018-09-11 22:59:37 -11:00
jl777
79d79ead57 Test 2018-09-11 22:43:49 -11:00
Jack Grigg
c861137624 net: Check against the current epoch's version when disconnecting peers 2018-09-12 10:17:33 +01:00
jl777
32bf34f0ca Test 2018-09-11 22:16:12 -11:00
jl777
019206ff84 Filter addassetinputs with signable addresses 2018-09-11 22:14:18 -11:00
Jack Grigg
feee210af6 net: Check against the next epoch's version when evicting peers 2018-09-12 10:10:22 +01:00
Jack Grigg
07d3f947ec Extract a helper method for finding the next epoch 2018-09-12 10:07:44 +01:00
Jack Grigg
ebf4c0671e net: Check against the current epoch's version when rejecting nodes 2018-09-12 09:27:28 +01:00
jl777
c02faa1a61 Merge pull request #873 from Alrighttt/dev
fix help examples
2018-09-11 19:14:50 -11:00
Alrighttt
0b61c32131 fix address example 2018-09-12 07:36:18 +02:00
Alrighttt
7367534212 fix typo 2018-09-12 07:20:55 +02:00
miketout
206df048d2 Merge pull request #20 from VerusCoin/master
Reverse merge release into working fork
2018-09-11 20:35:39 -07:00
Alrighttt
53f445159c fix sendmany example 2018-09-12 03:28:39 +02:00
Alrighttt
85dea2c444 fix kv example 2018-09-12 02:45:38 +02:00
Homu
d2b5a2daeb Auto merge of #3502 - wo01:fix-num_bits, r=bitcartel
Fix assertion failure in circuit.merkle_tree_gadget_weirdness test on Windows

zcash-gtest.exe fails
```
[ RUN      ] circuit.merkle_tree_gadget_weirdness
Assertion failed!

Program: C:\zcash-gtest.exe
File: ./snark/libsnark/gadgetlib1/gadgets/basic_gadgets.tcc, Line 50

Expression: this->pb.lc_val(packed).as_bigint().num_bits() <= bits.size()
```

The argument type of `__builtin_clzl()` function is unsigned long.
So, we need to replace `__builtin_clzl` with `__builtin_clzll`. (The argument type of `__builtin_clzll()` is unsigned long long (64bit)).
2018-09-11 17:02:09 -07:00
Alrighttt
55e9d1e59f Merge pull request #1 from jl777/dev
Dev
2018-09-11 20:01:30 -04:00
Homu
396bdaf00f Auto merge of #3307 - gtank:3187-refactor-checkblock, r=bitcartel
Refactor ContextualCheckBlock tests

This cleans up and condenses our quadratically-scaling transaction format / consensus rule tests. They still technically scale quadratically, but should be much more readable and manageable now - all that remains in the individual test cases is the specific version flag tweaking we're trying to test.

Closes #3187.
2018-09-11 14:53:59 -07:00
Simon
17b6a9d376 Update comment for test ContextualCheckBlockTest.BlockSproutRulesRejectOtherTx 2018-09-11 14:49:47 -07:00
jl777
ae5efde754 Test 2018-09-11 07:45:40 -11:00
jl777
a69ea70d47 Test 2018-09-11 07:42:21 -11:00
jl777
58173d2df0 Test 2018-09-11 07:41:13 -11:00
jl777
f176fbbe50 Test 2018-09-11 07:40:11 -11:00
jl777
f84fdb0c76 Test 2018-09-11 07:34:43 -11:00
jl777
bcb5cd958f Test 2018-09-11 07:33:17 -11:00
jl777
656e082ae5 Test 2018-09-11 07:24:53 -11:00
jl777
509029e298 Test 2018-09-11 07:22:44 -11:00
jl777
1760539bbe Test 2018-09-11 07:21:47 -11:00
jl777
910d724999 Test 2018-09-11 07:20:58 -11:00