Commit Graph

12 Commits

Author SHA1 Message Date
SomberNight 6b8ad2d126 fix some CLI/RPC commands 2018-09-27 18:01:25 +02:00
SomberNight 952e9b87e1 network: clean-up. make external API clear. rm interface_lock (mostly). 2018-09-25 16:44:39 +02:00
ThomasV 3ec0ceba3e add option to leave daemon running after GUI is closed 2018-09-18 12:05:37 +02:00
SomberNight e2338581eb broadcast_transaction: introduce async variant 2018-09-10 18:39:10 +02:00
SomberNight 6ee689345f fix -v syntax
After the introduction of arguments for -v, it would sometimes incorrectly consume the CLI cmd as its argument.
This change keeps the old "-v" syntax working, at the cost of having to provide the arguments without a whitespace directly after -v (and the args need to be single letters).
2018-08-30 18:37:03 +02:00
SomberNight bc6010303a fix #4651 2018-08-22 17:05:48 +02:00
SomberNight 2eb72d496f transaction: introduce TxOutput namedtuple 2018-08-01 19:10:08 +02:00
SomberNight f64062b6f1 add --noonion option to filter out onion servers
closes #4531
2018-07-31 20:25:53 +02:00
SomberNight 01193be241 logging: when not giving args to -v, log everything, as before 2018-07-19 13:55:05 +02:00
Janus f9f6ea4365 commands: tolerate lack of argument to 'verbosity' 2018-07-19 12:43:53 +02:00
Janus 780b2d067c Whitelist classes in verbose (-v) option 2018-07-19 01:21:33 +02:00
Janus 097ac144d9 file reorganization with top-level module 2018-07-13 14:01:37 +02:00