Commit Graph

23688 Commits

Author SHA1 Message Date
jl777
558f28c496 Merge pull request #568 from jl777/dev
Dev
2018-04-13 14:24:19 +03:00
jl777
c54cb7d57b Patch 790833 bug 2018-04-13 14:18:51 +03:00
jl777
0a245d0afd Future activation 2018-04-13 14:13:39 +03:00
jl777
3db54b5b1b Test 2018-04-13 14:09:48 +03:00
jl777
861119a1c1 Test 2018-04-13 14:00:37 +03:00
jl777
80573e47c2 Test 2018-04-13 13:54:05 +03:00
jl777
c85ac67275 Test 2018-04-13 13:52:39 +03:00
jl777
3e790b0a15 Test 2018-04-13 13:50:33 +03:00
jl777
428a3934ab Test 2018-04-13 13:49:53 +03:00
jl777
82f82d3f08 Test 2018-04-13 13:44:33 +03:00
jl777
c8f73c1d21 Test 2018-04-13 13:34:51 +03:00
jl777
2c34965a51 Test 2018-04-13 13:24:11 +03:00
jl777
7e10c8a601 Test 2018-04-13 13:23:03 +03:00
jl777
416a1de391 Test 2018-04-13 13:21:21 +03:00
jl777
fed9d98845 Test 2018-04-13 13:20:30 +03:00
jl777
0ede506158 Test 2018-04-13 13:19:11 +03:00
jl777
7003739a59 Test 2018-04-13 13:14:23 +03:00
jl777
346d0b0d78 Test 2018-04-13 13:10:29 +03:00
jl777
47cc7f6cb3 Test 2018-04-13 12:59:06 +03:00
jl777
49a472b53b Test 2018-04-13 12:57:05 +03:00
jl777
a67ac4a963 Test 2018-04-13 12:56:13 +03:00
jl777
e2cf1dcbf3 Test 2018-04-13 12:54:18 +03:00
jl777
d49c0532a5 Test 2018-04-13 12:51:08 +03:00
jl777
f94969e1e3 Test 2018-04-13 12:49:23 +03:00
jl777
7dfae517cb test 2018-04-13 12:47:32 +03:00
jl777
0cb5e31015 Test 2018-04-13 12:45:52 +03:00
jl777
5f4b743e53 test 2018-04-13 12:44:04 +03:00
jl777
7a20bd76f6 Test 2018-04-13 12:42:26 +03:00
jl777
6e5a61d180 Test 2018-04-13 12:38:07 +03:00
jl777
f443a449cc Test 2018-04-13 12:36:51 +03:00
jl777
48d8c6d333 Test 2018-04-13 12:33:11 +03:00
jl777
3ac2d1266a Test 2018-04-13 12:30:20 +03:00
jl777
5fb970e7dc Hot fix 790833 2018-04-13 12:20:52 +03:00
jl777
8715012641 Test 2018-04-13 12:06:24 +03:00
jl777
742aca3b44 Test 2018-04-13 12:00:11 +03:00
jl777
52e780cc10 Test 2018-04-13 11:59:10 +03:00
jl777
30d10c2daa Fix maxpairs return 2018-04-13 10:29:40 +03:00
jl777
40425d8514 Merge pull request #567 from letolabs/jl777
Prevent core dumps from invalid maxpairs
2018-04-13 10:22:06 +03:00
Homu
65a8f9f201 Auto merge of #3086 - str4d:cli-binary-improvements-1, r=str4d
CLI binary improvements

Cherry-picked from the following upstream PRs:

- bitcoin/bitcoin#5936
- bitcoin/bitcoin#7550
- bitcoin/bitcoin#7989
- bitcoin/bitcoin#7957
- bitcoin/bitcoin#9067
- bitcoin/bitcoin#9220

Excludes any changes that affected the QT code.
2018-04-12 20:46:05 -07:00
Jack Grigg
ee6220c0ed [Bitcoin-Tx] Adjust util-test test cases for Zcash 2018-04-12 19:36:48 -06:00
Sean Bowe
e6bbd8481e Switch to latest librustzcash 2018-04-12 18:52:00 -06:00
Jack Grigg
abf5dd31af Add static asserts to ensure CONTINUE_EXECUTION doesn't collide 2018-04-12 18:11:46 -06:00
Karl-Johan Alm
3b26f5c361 Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. 2018-04-12 18:10:04 -06:00
UdjinM6
c06245c1e3 Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers 2018-04-12 18:10:04 -06:00
UdjinM6
fadbbe1e04 Fix exit codes:
- `--help`, `--version` etc should exit with `0` i.e. no error ("not enough args" case should still trigger an error)
- error reading config file should exit with `1`

Slightly refactor AppInitRPC/AppInitRawTx to return standard exit codes (EXIT_FAILURE/EXIT_SUCCESS) or CONTINUE_EXECUTION (-1)
2018-04-12 18:10:04 -06:00
Jonas Schnelli
f11fb32967 [Bitcoin-Tx] Add tests for sequence number support 2018-04-12 18:10:04 -06:00
Jonas Schnelli
c09d76ea3c [bitcoin-tx] allow to set nSequence number over the in= command 2018-04-12 18:10:04 -06:00
Jonas Schnelli
216e94fb24 [RPC] createrawtransaction: add option to set the sequence number per input 2018-04-12 18:10:04 -06:00
Puru
e8f5b0278e bitcoin-cli.cpp: Use symbolic constant for exit code 2018-04-12 18:10:04 -06:00
Wladimir J. van der Laan
5e39c5a655 doc: mention bitcoin-cli -stdin in release notes 2018-04-12 18:10:04 -06:00