Commit Graph

23279 Commits

Author SHA1 Message Date
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
Wladimir J. van der Laan
21e33231af rpc: Input-from-stdin mode for bitcoin-cli
Implements #7442 by adding an option `-stdin` which reads
additional arguments from stdin, one per line.

For example

```bash
echo -e "mysecretcode\n120" | src/bitcoin-cli -stdin walletpassphrase
echo -e "walletpassphrase\nmysecretcode\n120" | src/bitcoin-cli -stdin
```
2018-04-12 18:08:17 -06:00
Tom Harding
6c9d672f3c Add optional locktime to createrawtransaction
A non-zero locktime also causes input sequences to be set to
non-max, activating the locktime.
2018-04-12 18:08:17 -06:00
Jonathan "Duke" Leto
622c9e4eef fix 2018-04-12 14:52:33 -07:00
Jonathan "Duke" Leto
f2173f8cf9 Prevent core dumps from invalid maxpairs 2018-04-12 14:24:21 -07:00
Homu
3e7b5f23e4 Auto merge of #3081 - str4d:sapling-activation-logic, r=str4d
Add Sapling to upgrade list
2018-04-12 12:32:50 -07:00
jl777
cf54fc3881 Test 2018-04-12 22:03:52 +03:00
jl777
4e13218a0e Test 2018-04-12 21:13:16 +03:00
Jack Grigg
176fada24d Add Sapling to upgrade list 2018-04-12 12:13:05 -06:00
jl777
f0a71becef Test 2018-04-12 21:09:23 +03:00