jl777
bd901dd742
Reduce print
2017-10-09 18:58:40 +03:00
jl777
c452b1d712
Test
2017-10-09 18:28:12 +03:00
jl777
c2f1df5e07
Test
2017-10-09 18:25:01 +03:00
jl777
827756b650
Test
2017-10-09 18:23:09 +03:00
jl777
3c9b7fbb46
Test
2017-10-09 18:16:41 +03:00
jl777
7a36605c11
Test
2017-10-09 18:15:24 +03:00
jl777
00603efa67
Test
2017-10-09 18:10:08 +03:00
jl777
19d98d6fbf
Test
2017-10-09 18:05:13 +03:00
jl777
5201bb5172
Test
2017-10-09 18:01:45 +03:00
jl777
2934460ce3
Test
2017-10-09 17:41:16 +03:00
jl777
4a4a29e788
Merge pull request #481 from ca333/dev
...
unibranch fix
2017-10-09 17:27:12 +03:00
ca333
34017212c7
333
2017-10-09 16:18:22 +02:00
ca333
59d405e867
333
2017-10-09 15:56:28 +02:00
jl777
965fbaf422
Merge pull request #479 from ca333/dev
...
universal build from ca333
2017-10-09 15:34:35 +03:00
ca333
01ea54be3f
333
2017-10-09 14:00:25 +02:00
ca333
0cdbdd6a73
333
2017-10-09 13:23:12 +02:00
ca333
bc3ae3e073
win 333
2017-10-09 12:45:54 +02:00
ca333
3412ed5138
osx deploy 333
2017-10-09 11:55:53 +02:00
ca333
9d36579649
uni3
2017-10-09 11:45:49 +02:00
ca333
fcac670670
Merge pull request #56 from jl777/dev
...
dev update
2017-10-09 11:33:21 +02:00
jl777
78192246cf
Readme from husky
2017-10-09 09:53:39 +03:00
jl777
f1a0d58051
Merge pull request #478 from jl777/dev
...
Dev
2017-10-06 16:49:26 +03:00
jl777
a349988629
Test
2017-10-06 16:44:29 +03:00
jl777
591c1de879
Test
2017-10-06 16:42:23 +03:00
jl777
8bd5fa4226
Test
2017-10-06 16:40:19 +03:00
jl777
e4f820a0c8
Test
2017-10-06 16:28:23 +03:00
jl777
f50685fe28
Support mnzd and mnz-cli
2017-10-06 16:22:25 +03:00
jl777
b50301fcff
Merge pull request #477 from jl777/dev
...
MNZ support
2017-10-06 15:55:28 +03:00
jl777
075d0564e0
MNZ support
2017-10-06 15:53:30 +03:00
Jack Grigg
c6af0aa453
Move check-security-hardening.sh into full_test_suite.py
2017-10-06 11:17:45 +01:00
Jack Grigg
105b2b6248
Move ensure-no-dot-so-in-depends.py into full_test_suite.py
2017-10-06 11:17:45 +01:00
Jack Grigg
aadf3aa159
Replace full-test-suite.sh with a new test suite driver script
...
This will be the canonical location for the entire Zcash merge test suite.
2017-10-06 11:17:11 +01:00
Homu
4485d5d3f3
Auto merge of #2548 - jasondavies:fix-bitcoin-mentions, r=str4d
...
Replace "Bitcoin" with "Zcash" in thread names and error messages
Part of #1756 .
2017-10-05 10:58:02 -07:00
Jason Davies
b30900a54b
Replace "bitcoin" with "Zcash".
2017-10-05 18:10:15 +01:00
Homu
ab28fc4ec3
Auto merge of #2150 - brunoarueira:removes_btc_mentions, r=str4d
...
Replace "Bitcoin" with "Zcash" in strings
Closes #1756
2017-10-05 08:55:53 -07:00
Jack Grigg
f8ef223ce3
Un-indent RPC test output in test runner
...
The indentation caused the test stdout to be buffered and only printed at the
end of the test, which makes it harder to diagnose hanging tests.
2017-10-05 15:18:58 +01:00
Jack Grigg
5455ca0d0e
Fix BIP65 and BIP66 tests
...
Blocks were being created that didn't satisfy the regtest consensus rules.
2017-10-05 15:18:54 +01:00
Jack Grigg
c10c40779d
[Test] MiniNode: Implement Zcash coinbase
2017-10-05 15:18:53 +01:00
Jack Grigg
7596a4922d
[Test] MiniNode: Coerce OP_PUSHDATA bytearrays to bytes
...
If a bytearray is passed in as part of an iterable, the CScript constructor
fails because b''.join() cannot be used to join a bytearray to a bytes or str in
Python 2.
2017-10-05 15:18:31 +01:00
Jack Grigg
643235859a
[Test] MiniNode: Fix coinbase creation
...
CScriptNum is only used for heights > 16.
2017-10-05 15:18:27 +01:00
Jack Grigg
e68c3ec188
[Test] MiniNode: Use Zcash PoW
...
Equihash solver code extracted from https://github.com/str4d/zcash-pow
RPC tests now require pyblake2 to be installed
2017-10-05 15:15:10 +01:00
Jack Grigg
0de9a481ab
[Test] MiniNode: Update protocol version and network magics
2017-10-05 15:15:10 +01:00
Jack Grigg
31bc3d2581
[Test] MiniNode: Implement Zcash block parsing
2017-10-05 15:15:10 +01:00
Jack Grigg
c47dc872a7
[Test] MiniNode: Implement v2 CTransaction parsing
2017-10-05 15:15:10 +01:00
Jack Grigg
13ca1e8011
[Test] MiniNode: Implement JSDescription parsing
2017-10-05 15:15:06 +01:00
Simon
6de850120f
Replace 'bitcoin address' with 'zcash address'.
2017-10-04 17:07:07 -07:00
Jay Graber
c16528495c
s/zcash/Zcash
2017-10-04 17:06:51 -07:00
Bruno Arueira
d2c1e4a807
Removes out bitcoin mention in favor for zcash
...
Bitcoin Core => Zcash
bitcoin address => Zcash address
bitcoinaddress => zcashaddress
Closes #1756
2017-10-04 17:05:30 -07:00
Jack Grigg
99dd50c30c
Add benchmark for listunspent
...
Closes #2645 .
2017-10-04 12:48:50 +01:00
Jack Grigg
243b6a9d4b
Add connections in BIP65 and BIP66 tests to the test manager
...
Fixes a bug in the tests causing them to silently pass instead of correctly
reporting other errors. Introduced in 4a785b0a5b
during the test rewrites.
2017-10-03 17:41:37 +01:00