MarcoFalke
fac03ec43a
scripted-diff: Replace fprintf with tfm::format
...
-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-13 10:32:52 -04:00
practicalswift
eca9767673
Make reasoning about dependencies easier by not including unused dependencies
2019-06-02 17:15:23 +02:00
Kristaps Kaupe
ae7faf20d5
Exceptions should be caught by reference, not by value.
2019-05-26 18:35:13 +03:00
MarcoFalke
aaaa57c2aa
scripted-diff: Bump copyright headers in wallet
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./src/wallet/
-END VERIFY SCRIPT-
2019-05-06 14:05:52 -04:00
Russell Yanofsky
fbc6bb8e83
bitcoin-wallet tool: Drop MakeChain calls
...
Pass null Chain interface pointer to CWallet. This is needed to drop
libbitcoin_server dependency and avoid linking node code.
2019-04-10 09:51:37 -04:00
John Newbery
318b1f7af1
[wallet] Close bdb when flushing wallet.
...
bdb would not be closed when closing the wallet in wallet-tool. Fix this
by calling wallet->flush with true.
2019-02-12 13:27:18 -05:00
MarcoFalke
faa46475d7
wallet: Add lock annotation for mapAddressBook
2019-02-07 15:22:14 -05:00
Jonas Schnelli
49d2374acf
[tools] Add wallet inspection and modification tool
...
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
2019-01-30 16:26:52 -05:00