Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | scripted-diff: Bump copyright headers in wallet | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./src/wallet/ -END VERIFY SCRIPT- | |||
2019-04-09 | [build] Move wallet load functions to wallet/load unit | John Newbery | |
Moves the following wallet load functions to a new wallet/load unit in the libbitcoin_wallet library. All other functions in wallet/init remain in libbitcoin_server: - `VerifyWallets` - `LoadWallets` - `StartWallets` - `FlushWallets` - `StopWallets` - `UnloadWallets` |