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-08
Move maxTxFee initialization to init.cpp
Jordan Baczuk
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-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
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
Merge #15308: build: Restore compatibility with older boost
MarcoFalke
2019-02-01
Add suggested rescanblockchain comments
Russell Yanofsky
2019-02-01
Update ScanForWalletTransactions result comment
Russell Yanofsky
2019-02-01
Rename ScanResult stop_block field
Russell Yanofsky
2019-02-01
Merge #15235: Do not import private keys to wallets with private keys disabled
Wladimir J. van der Laan
2019-01-31
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
Do not import private keys to wallets with private keys disabled
Andrew Chow
2019-01-31
Refactor importwallet to extract data from the file and then import
Andrew Chow
2019-01-31
Merge #11911: Free BerkeleyEnvironment instances when not in use
Wladimir J. van der Laan
2019-01-31
Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing walle...
MarcoFalke
2019-01-31
Merge #15225: GUI: Change the receive button to respond to keypool state chan...
Wladimir J. van der Laan
2019-01-30
Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...
Wladimir J. van der Laan
2019-01-30
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2019-01-30
Remove 'boost::optional'-related gcc warnings
Hennadii Stepanov
2019-01-30
Merge #15279: wallet: Clarify rescanblockchain doc
MarcoFalke
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
2019-01-29
wallet: Fixup rescanblockchain result doc
MarcoFalke
2019-01-29
Merge #14987: RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-24
Trivial: fixup a few doxygen comments
Ben Woosley
2019-01-23
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-21
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-19
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2019-01-18
rpc: remove duplicate solvable field from getaddressinfo
fanquake
2019-01-16
Merge #15122: [RPC] Expand help text for importmulti changes
Wladimir J. van der Laan
2019-01-16
Merge #14268: Introduce SafeDbt to handle Dbt with free or memory_cleanse rai...
Wladimir J. van der Laan
2019-01-15
[docs] Expand help text for importmulti changes
John Newbery
2019-01-15
Remove remaining chainActive references from CWallet
Russell Yanofsky
2019-01-15
Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...
Russell Yanofsky
2019-01-15
Add findFork and findBlock to the Chain interface
Russell Yanofsky
2019-01-15
Add time methods to the Chain interface
Russell Yanofsky
2019-01-15
Add height, depth, and hash methods to the Chain interface
Russell Yanofsky
2019-01-15
Merge #14941: rpc: Make unloadwallet wait for complete wallet unload
Wladimir J. van der Laan
2019-01-15
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-10
Merge #15039: wallet: Avoid leaking nLockTime fingerprint when anti-fee-sniping
Wladimir J. van der Laan
2019-01-09
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
[next]