Commit Graph

12058 Commits

Author SHA1 Message Date
jl777
7f14f452fc Test 2017-07-03 08:01:10 +03:00
jl777
2702aee01d Test 2017-07-02 13:56:18 +03:00
jl777
c61fb0e72c Fix CRYPTO in asset chains 2017-07-01 19:47:01 +03:00
jl777
bdcabcaf56 Test 2017-07-01 15:22:27 +03:00
jl777
d7d501b6e5 Test 2017-06-29 18:47:48 +03:00
jl777
40a778cb54 Test 2017-06-29 18:18:27 +03:00
jl777
f60d4e69c1 Test 2017-06-29 18:16:04 +03:00
jl777
3e4c8dc863 COQUI 2017-06-29 18:11:00 +03:00
jl777
8ff56739c8 Test 2017-06-27 17:46:41 +03:00
jl777
31dd13ad40 Test 2017-06-27 17:36:24 +03:00
jl777
571f648d41 Test 2017-06-27 17:25:59 +03:00
jl777
5f171bf913 Test 2017-06-27 17:10:10 +03:00
jl777
196b41a5ac Test 2017-06-27 17:08:41 +03:00
jl777
e44df8d7e2 Test 2017-06-27 17:01:59 +03:00
jl777
8429481204 Test 2017-06-27 17:01:35 +03:00
jl777
c1f88b1deb Test 2017-06-27 16:59:15 +03:00
jl777
b42e439512 Test 2017-06-27 16:51:12 +03:00
jl777
201269b62d Test 2017-06-27 16:41:50 +03:00
jl777
b5da879e2f Test 2017-06-27 16:34:14 +03:00
jl777
e2ca75ae28 Test 2017-06-27 16:27:03 +03:00
jl777
4c917febb7 Test 2017-06-27 16:13:49 +03:00
jl777
5ee6fd299b Test 2017-06-27 15:55:29 +03:00
jl777
7b9c29355c Test 2017-06-27 15:07:22 +03:00
jl777
4130f3a067 Test 2017-06-27 14:56:14 +03:00
jl777
7a9a3ddcfe Test 2017-06-27 14:48:13 +03:00
jl777
b5d53e7195 Test 2017-06-27 14:28:46 +03:00
jl777
06e6de363c Test 2017-06-27 14:12:59 +03:00
jl777
97b6b4d424 Test 2017-06-27 13:53:31 +03:00
jl777
d1373b5701 Test 2017-06-27 13:47:34 +03:00
jl777
cdc09f194c Test 2017-06-27 13:27:31 +03:00
Daira Hopwood
262fc5f4e3 Alert 1004 (version 1.0.10 only)
Author: Simon <simon@bitcartel.com>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-24 19:49:41 +01:00
Simon
d444e1cf40 make-release.py: Versioning changes for 1.0.10-1. 2017-06-23 19:43:29 -07:00
Sean Bowe
15a9937654 Revert "Delete old protocol version constants and simplify code that used them."
This reverts commit 5a49c929dd.
2017-06-23 18:19:25 -06:00
Sean Bowe
9ad9a25eff Revert "Remove an unneeded version workaround as per @str4d's review comment."
This reverts commit 1e9db0b38a.
2017-06-23 18:19:17 -06:00
practicalswift
1240717431 Net: Fix resource leak in ReadBinaryFile(...)
Introduced in 3290567bbd via PR #2177.
2017-06-23 18:49:43 +12:00
Jack Grigg
dc2ead6021 make-release.py: Versioning changes for 1.0.10. 2017-06-22 14:47:15 +12:00
Homu
59de56eeca Auto merge of #2342 - bitcartel:1081__mempoolpatch, r=str4d
Add ability for node to reject tx from mempool by number of tx inputs

Implement short-term solution described in #2343 so that users can respond promptly to critical short-term problems caused by quadratic validation scaling, such as the getblocktemplate latency, block propagation latency, and mempool size inflation issues described in #2333.
2017-06-21 14:42:13 -07:00
Homu
02e5fffadc Auto merge of #2360 - daira:2359.remove-lax-der-validation, r=arcalinea
Remove unneeded lax ECDSA signature verification

Fixes #2359. Removes code for lax ECDSA verification, and the SCRIPT_VERIFY_DERSIG flag that controlled it. The behaviour is as-if the flag is always set.
2017-06-20 19:05:58 -07:00
Simon
d8616d012a Partial revert & fix for commit 9e84b5a ; code block in wrong location. 2017-06-19 21:11:34 -07:00
Jack Grigg
4ef014151d Additional testing of -mempooltxinputlimit 2017-06-20 15:58:46 +12:00
Kevin Pan
26d27a15ce "getblocktemplate" could work without wallet 2017-06-20 10:41:46 +08:00
Daira Hopwood
c2a722d3c4 Fix a comment that was made stale before launch by #1016 (commit 542da61).
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-19 16:33:18 +01:00
Daira Hopwood
00fde35b1c Make transaction test failures print the comments preceding the test JSON.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-19 16:33:18 +01:00
Daira Hopwood
4a785b0a5b Repair tests for strict DER signatures.
While we're at it, repair a similar test for CLTV, and make the repaired RPC tests run by default.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-19 16:32:15 +01:00
Simon
9e84b5aa0d Check mempooltxinputlimit when creating a transaction to avoid local
mempool rejection.
2017-06-17 14:41:25 -07:00
Daira Hopwood
de609b8c54 Strict DER signatures are always enforced; remove the flag and code that used it.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-17 17:19:08 +01:00
Daira Hopwood
3c985d26ce Remove unneeded lax ECDSA signature verification.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-17 17:19:08 +01:00
Homu
ef24e8e6be Auto merge of #2335 - str4d:2333-validation-speed, r=str4d
Switch to libsecp256k1-based validation for ECDSA

Cherry-picked from the following upstream PRs:

- bitcoin/bitcoin#6983
- bitcoin/bitcoin#6954

Part of #2333.
2017-06-17 07:18:25 -07:00
Jack Grigg
b661736b87 Hold an ECCVerifyHandle in zcash-gtest 2017-06-18 02:15:05 +12:00
Jack Grigg
5799c5f8c0 Add test for -mempooltxinputlimit 2017-06-17 14:59:16 +12:00