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-02-14
Add option to importmulti add an imported pubkey to the keypool
Andrew Chow
2019-02-14
Fetch keys from keypool when private keys are disabled
Andrew Chow
2019-02-14
Add a method to add a pubkey to the keypool
Andrew Chow
2019-02-15
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-14
Import KeyOriginData when importing descriptors
Andrew Chow
2019-02-14
Implement a function to add KeyOriginInfo to a wallet
Andrew Chow
2019-02-14
Store key origin info in key metadata
Andrew Chow
2019-02-14
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
Remove hdmasterkeyid
Andrew Chow
2019-02-14
Add a method to CWallet to write just CKeyMetadata
Andrew Chow
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Refactor keymetadata writing to a separate method
Andrew Chow
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-13
Merge #15334: wallet: Log absolute paths for the wallets
Wladimir J. van der Laan
2019-02-13
Merge #15390: [wallet-tool] Close bdb when flushing wallet
MarcoFalke
2019-02-13
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-12
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-13
Log full paths for wallets
Hennadii Stepanov
2019-02-12
[wallet] Close bdb when flushing wallet.
John Newbery
2019-02-12
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-08
Merge #15357: rpc: Don't ignore `-maxtxfee` when wallet is disabled
MarcoFalke
2019-02-08
Merge #15365: wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-08
Move maxTxFee initialization to init.cpp
Jordan Baczuk
2019-02-07
Merge #14491: Allow descriptor imports with importmulti
Wladimir J. van der Laan
2019-02-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-06
Merge #15321: doc: Add cs_main lock annotations for mapBlockIndex
MarcoFalke
2019-02-06
Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close
MeshCollider
2019-02-05
Merge #15245: remove deprecated mentions of signrawtransaction from fundraw help
MarcoFalke
2019-02-05
Merge #15342: Suggested wallet code cleanups from #14711
MarcoFalke
2019-02-05
[wallet] Allow descriptor imports with importmulti
MeshCollider
2019-02-05
[wallet] Refactor ProcessImport() to call ProcessImportLegacy()
John Newbery
2019-02-05
[wallet] Add ProcessImportLegacy()
John Newbery
2019-02-05
[wallet] Refactor ProcessImport()
John Newbery
2019-02-04
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-02-04
wallet: Close wallet env lock file
João Barbosa
2019-02-04
wallet: Close dbenv error file db.log
João Barbosa
2019-02-04
wallet: Factor out LoadWallet
João Barbosa
2019-02-04
Merge #15322: wallet: Add missing cs_db lock
Wladimir J. van der Laan
2019-02-01
Rename Chain getLocator -> getTipLocator
Russell Yanofsky
2019-02-01
Drop redundant get_value_or
Russell Yanofsky
2019-02-01
Fix ScanForWalletTransactions start_block comment
Russell Yanofsky
2019-02-01
wallet: Add missing cs_db lock
João Barbosa
2019-02-01
Document rescanblockchain returned stop_height being null
Russell Yanofsky
2019-02-01
doc: Add cs_main lock annotations for mapBlockIndex
practicalswift
[next]