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-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-09
[wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactions
John Newbery
2019-04-09
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-04-04
Merge #15596: rpc: Ignore sendmany::minconf as dummy value
MarcoFalke
2019-04-02
Merge #15680: Remove resendwallettransactions RPC method
MarcoFalke
2019-04-01
[wallet] Remove ResendWalletTransactionsBefore
John Newbery
2019-03-27
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-03-21
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-14
wallet: Remove unused GetLegacyBalance
MarcoFalke
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-05
Remove use CValidationInterface in wallet code
Russell Yanofsky
2019-03-04
doc: Move wallet lock annotations to header
MarcoFalke
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-03-01
[wallet] remove unused GetScriptForMining
Sjors Provoost
2019-02-22
Remove use of AcceptToMemoryPool in wallet code
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
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
[next]