Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-12 | [wallet] Close bdb when flushing wallet. | John Newbery | |
bdb would not be closed when closing the wallet in wallet-tool. Fix this by calling wallet->flush with true. | |||
2019-02-07 | wallet: Add lock annotation for mapAddressBook | MarcoFalke | |
2019-01-30 | [tools] Add wallet inspection and modification tool | Jonas Schnelli | |
This commit adds wallet-tool, a tool for creating and interacting with wallet files. Original implementation was by Jonas Schnelli <dev@jonasschnelli.ch> with modifications by John Newbery <john@johnnewbery.com> MSVC files were provided by Chun Kuan Lee <ken2812221@gmail.com>: build: Add MSVC project files for bitcoin-wallet-tool |