Commit Graph

142 Commits

Author SHA1 Message Date
blackjok3r
f74593d621 go 2018-11-30 19:22:49 +08:00
blackjok3r
7bafbe604e try 2018-11-30 19:19:58 +08:00
blackjok3r
a4313d4536 clean up 2018-11-30 01:53:45 +08:00
blackjok3r
7ca059a0fb last attempt 2018-11-30 01:31:00 +08:00
blackjok3r
2afd221d79 really 2018-11-30 01:05:05 +08:00
blackjok3r
1daab241e5 wtrf 2018-11-30 00:55:05 +08:00
blackjok3r
6f16da8472 y 2018-11-30 00:15:59 +08:00
blackjok3r
d56e159566 y 2018-11-30 00:14:53 +08:00
blackjok3r
3a55d61fb6 try 2018-11-30 00:01:24 +08:00
blackjok3r
95fbd85707 try 2018-11-29 23:59:48 +08:00
blackjok3r
104f60f094 uh 2018-11-29 23:56:28 +08:00
blackjok3r
43a6b39140 try 2018-11-29 23:55:14 +08:00
blackjok3r
697eddcc79 Merge branch 'FSM' of https://github.com/jl777/komodo into jl777-FSM
merge
2018-11-29 23:22:32 +08:00
blackjok3r
068c48214d remove unneeded things 2018-11-05 15:36:47 +08:00
blackjok3r
f876160b78 hhmmm 2018-11-03 15:02:27 +08:00
blackjok3r
be77469369 unneded include 2018-11-03 14:58:50 +08:00
blackjok3r
e024ec35fc last tim 2018-11-03 03:01:39 +08:00
blackjok3r
98a8eea3fa revert that 2018-11-03 02:06:19 +08:00
blackjok3r
a1363a0c5f try 2018-11-03 01:48:53 +08:00
blackjok3r
511a04eeb8 unikely 2018-11-03 01:43:55 +08:00
blackjok3r
20c46df9be dead 2018-11-02 22:53:57 +08:00
blackjok3r
d0e0ae97ba wtf 2018-11-02 22:49:55 +08:00
blackjok3r
54054b8397 try again 2018-11-02 22:47:16 +08:00
blackjok3r
5f81cde8f7 guessing 2018-11-02 22:35:05 +08:00
blackjok3r
37c7d4108d cpp include? 2018-11-02 22:17:35 +08:00
blackjok3r
8207ebdaa1 try 2018-11-02 22:16:27 +08:00
blackjok3r
8963872dca lol 2018-11-02 15:31:33 +08:00
blackjok3r
b9923c1dca try 2018-11-02 15:30:11 +08:00
blackjok3r
b61cf9dd21 try 2018-11-02 15:18:14 +08:00
blackjok3r
af21a290f3 fix 2018-11-02 15:14:11 +08:00
blackjok3r
9d44f850bf try 2018-11-02 14:59:26 +08:00
blackjok3r
be4539034e try again 2018-11-02 14:38:23 +08:00
blackjok3r
0da0674405 try 2018-11-02 14:35:15 +08:00
blackjok3r
c75cdae8c6 oops 2018-11-02 14:33:52 +08:00
blackjok3r
9da9b21de7 try again 2018-11-02 14:27:55 +08:00
blackjok3r
f32a8a151e try again 2018-11-02 14:24:05 +08:00
blackjok3r
3b8bc700b3 try 2018-11-02 14:22:51 +08:00
blackjok3r
3c612cfc9e try 2018-11-02 14:19:47 +08:00
blackjok3r
263c24b266 maybe 2018-09-21 16:56:34 +08:00
blackjok3r
3b210ee00c WTFTWTFEWIDlknPI 2018-09-21 15:57:30 +08:00
blackjok3r
77ee7feec8 about to blow it up 2018-09-21 15:43:16 +08:00
miketout
9feb4b9e08 Major updates integration from all upstreams 2018-09-18 14:33:53 -07:00
Daniel Cousens
4519a766b6 move rpc* to rpc/ 2018-07-18 11:07:16 -06:00
jl777
05c2ba6371 split out asset chain p2p port from roc port 2018-04-22 17:10:35 +03: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
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
Puru
e8f5b0278e bitcoin-cli.cpp: Use symbolic constant for exit code 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
jl777
6e1d2e7dc9 Test 2018-03-24 15:59:48 +02:00