| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scripted-diff: Replace fprintf with tfm::format | MarcoFalke | 2019-06-18 | 1 | -6/+6 |
| | | | | | | | | | | | | -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 Github-Pull: #16205 Rebased-From: fac03ec43a15ad547161e37e53ea82482cc508f9 | ||||
| * | util: Add SetupHelpOptions() | MarcoFalke | 2019-02-06 | 1 | -5/+1 |
| | | |||||
| * | Fix build after pr 15266 merged | Hennadii Stepanov | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | [tools] Add wallet inspection and modification tool | Jonas Schnelli | 2019-01-30 | 1 | -0/+121 |
| This commit adds wallet-tool, a tool for creating and interacting with wallet files. Original implementation was by Jonas Schnelli <[email protected]> with modifications by John Newbery <[email protected]> MSVC files were provided by Chun Kuan Lee <[email protected]>: build: Add MSVC project files for bitcoin-wallet-tool | |||||