Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-13 | scripted-diff: Replace fprintf with tfm::format | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/fprintf\(std(err|out), /tfm::format(std::c\1, /g' $(git grep -l 'fprintf(' -- ':(exclude)src/crypto' ':(exclude)src/leveldb' ':(exclude)src/univalue' ':(exclude)src/secp256k1') -END VERIFY SCRIPT- fixup! scripted-diff: Replace fprintf with tfm::format | |||
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift | |
2019-02-06 | util: Add SetupHelpOptions() | MarcoFalke | |
2019-02-05 | Fix build after pr 15266 merged | Hennadii Stepanov | |
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 |