index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
Age
Commit message (
Expand
)
Author
2019-07-08
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-05
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-07-02
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-25
Fix GCC 7.4.0 warning
Hennadii Stepanov
2019-06-25
Merge #16252: test: Log to debug.log in all unit tests
Wladimir J. van der Laan
2019-06-22
Merge #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse
MeshCollider
2019-06-22
wallet/rpc: use static help text
Karl-Johan Alm
2019-06-22
wallet/rpc/getbalances: add entry for 'mine.used' balance in results
Karl-Johan Alm
2019-06-21
Merge #16226: Move ismine to the wallet module
MeshCollider
2019-06-21
Merge #16026: Ensure that uncompressed public keys in a multisig always retur...
MeshCollider
2019-06-20
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-06-19
Change ismine to take a CWallet instead of CKeyStore
Andrew Chow
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-06-19
Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacy
MeshCollider
2019-06-19
Merge #15899: rpc: Document iswitness flag and fix bug in converttopsbt
MeshCollider
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-07
Merge #15024: Allow specific private keys to be derived from descriptor
Wladimir J. van der Laan
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
Import private keys from descriptor with importmulti if provided
MeshCollider
2019-06-06
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
2019-06-04
wallet: do not encrypt wallets with disabled private keys
whythat
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-29
bitcoind: update -avoidpartialspends description to account for auto-enable f...
Karl-Johan Alm
2019-05-29
wallet: enable avoid_partial_spends by default if avoid_reuse is set
Karl-Johan Alm
2019-05-29
wallet/rpc: add 'avoid_reuse' option to RPC commands
Karl-Johan Alm
2019-05-29
wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
Karl-Johan Alm
2019-05-29
wallet: enable avoid_reuse feature
Karl-Johan Alm
2019-05-29
wallet: avoid reuse flags
Karl-Johan Alm
2019-05-29
wallet: make IsWalletFlagSet() const
Karl-Johan Alm
2019-05-29
wallet: rename g_known_wallet_flags constant to KNOWN_WALLET_FLAGS
Karl-Johan Alm
2019-05-29
Merge #15741: Batch write imported stuff in importmulti
MeshCollider
2019-05-28
wallet: Pass WalletBatch to CWallet::UnsetWalletFlag
João Barbosa
2019-05-28
Apply the batch treatment to CWallet::SetAddressBook via ImportScriptPubKeys
Ben Woosley
2019-05-28
Move some of ProcessImport into CWallet::Import*
Ben Woosley
2019-05-26
Exceptions should be caught by reference, not by value.
Kristaps Kaupe
2019-05-23
Merge #16034: refactoring: Rename LockAnnotation to LockAssertion and add run...
MarcoFalke
2019-05-22
Merge #16063: rpc: Mention getwalletinfo where a rescan is triggered
MarcoFalke
2019-05-22
rpc: Mention getwalletinfo where a rescan is triggered
João Barbosa
2019-05-22
RPC: Hint for importmulti in help output of importpubkey and importaddress
Kristaps Kaupe
2019-05-18
Batch writes for importmulti
Andrew Chow
2019-05-18
Have WalletBatch automatically flush every 1000 updates
Andrew Chow
2019-05-18
Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functions
Andrew Chow
2019-05-17
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
Move LockAnnotation to make it reflect the truth
practicalswift
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
[next]