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
/
interfaces
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-07-17
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-10
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
Remove CCryptoKeyStore and move all of it's functionality into CWallet
Andrew Chow
2019-06-19
Move ismine to wallet module
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-11
generalize bumpfee to add inputs when needed
Gregory Sanders
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-05
Remove use of CRPCTable::appendCommand 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-22
Remove uses of CheckFinalTx in wallet code
Russell Yanofsky
2019-02-21
refactor: Drop redundant wallet reference
João Barbosa
2019-02-12
interfaces: Add remove to Wallet
João Barbosa
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
interfaces: Avoid interface instance if wallet is null
João Barbosa
2019-01-31
Prefer boost::optional#get_value_or over #value_or
Ben Woosley
2019-01-31
Merge #15225: GUI: Change the receive button to respond to keypool state chan...
Wladimir J. van der Laan
2019-01-23
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
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-03
Don't label transactions "Open" while catching up
Hennadii Stepanov
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Add skeleton chain and client classes
Russell Yanofsky
2018-11-05
Merge #14554: qt: Remove unused `adjustedTime` parameter
Wladimir J. van der Laan
2018-10-28
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-10-09
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-07-26
wallet: Fix accidental use of the comma operator
practicalswift
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-12
[Qt] Disable creating receive addresses when private keys are disabled
Jonas Schnelli
[next]