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
/
wallet.h
Age
Commit message (
Expand
)
Author
2019-04-01
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-02-14
Add a method to add a pubkey to the keypool
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
Add a method to CWallet to write just CKeyMetadata
Andrew Chow
2019-02-12
Merge #15153: gui: Add Open Wallet menu
Jonas Schnelli
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-07
wallet: Add lock annotation for mapAddressBook
MarcoFalke
2019-02-04
wallet: Factor out LoadWallet
João Barbosa
2019-02-01
Rename ScanResult stop_block field
Russell Yanofsky
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
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2019-01-30
Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet code
MeshCollider
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-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 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-05
Use C++11 default member initializers
MarcoFalke
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-11-13
Add stop_block out arg to ScanForWalletTransactions
Ben Woosley
2018-11-13
Return a status enum from ScanForWalletTransactions
Ben Woosley
2018-11-13
Make CWallet::ScanForWalletTransactions args and return value const
Ben Woosley
2018-11-12
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-05
Merge #14555: Move util files to directory
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
Merge #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC
MarcoFalke
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-13
rpcwallet: add 'ischange' field to 'getaddressinfo' response
whythat
2018-10-09
Add GUARDED_BY(cs_wallet) for setExternalKeyPool, mapKeyMetadata, m_script_me...
practicalswift
2018-10-09
Add GUARDED_BY(cs_wallet) for encrypted_batch, nWalletMaxVersion, m_max_keypo...
practicalswift
2018-10-09
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-08-31
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoins
Russell Yanofsky
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-13
Implement key origin lookup in CWallet
Pieter Wuille
[next]