| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove direct node->wallet calls in init.cpp | Russell Yanofsky | 2018-11-06 | 1 | -7/+7 |
| | | | | | | | | | | | | Route calls during node initialization and shutdown that would happen between a node process and wallet processes through the serializable `Chain::Client` interface, rather than `WalletInitInterface` which is now simpler and only deals with early initialization and parameter interaction. This commit mostly does not change behavior. The only change is that the "Wallet disabled!" and "No wallet support compiled in!" messages are now logged earlier during startup. | ||||
| * | Pass chain and client variables where needed | Russell Yanofsky | 2018-11-06 | 1 | -7/+7 |
| | | | | | | | | | | This commit does not change behavior. All it does is pass new function parameters. It is easiest to review this change with: git log -p -n1 -U0 --word-diff-regex=. | ||||
| * | wallet: Remove trailing separators from -walletdir arg | Pierre Rochard | 2018-09-12 | 1 | -0/+20 |
| | | |||||
| * | wallet: Add walletdir arg unit tests | Pierre Rochard | 2018-09-12 | 1 | -0/+58 |