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-06-19
Move ismine to wallet module
Andrew Chow
2019-05-29
wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
Karl-Johan Alm
2019-05-29
wallet: enable avoid_reuse feature
Karl-Johan Alm
2019-05-29
wallet: avoid reuse flags
Karl-Johan Alm
2019-05-29
wallet: make IsWalletFlagSet() const
Karl-Johan Alm
2019-05-29
wallet: rename g_known_wallet_flags constant to KNOWN_WALLET_FLAGS
Karl-Johan Alm
2019-05-29
Merge #15741: Batch write imported stuff in importmulti
MeshCollider
2019-05-28
wallet: Pass WalletBatch to CWallet::UnsetWalletFlag
João Barbosa
2019-05-28
Apply the batch treatment to CWallet::SetAddressBook via ImportScriptPubKeys
Ben Woosley
2019-05-28
Move some of ProcessImport into CWallet::Import*
Ben Woosley
2019-05-18
Batch writes for importmulti
Andrew Chow
2019-05-18
Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functions
Andrew Chow
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-14
Merge #15777: [docs] Add doxygen comments for keypool classes
MarcoFalke
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
Merge #15730: rpc: Show scanning details in getwalletinfo
Wladimir J. van der Laan
2019-05-02
wallet: Track current scanning progress
João Barbosa
2019-05-01
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-05-01
[docs] Add doxygen comment for CReserveKey
John Newbery
2019-05-01
[docs] Add doxygen comment for CKeyPool
John Newbery
2019-04-29
GetKeyBirthTimes should return key ids, not destinations
Gregory Sanders
2019-04-28
wallet: Track scanning duration
João Barbosa
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-23
refactor: replace isPotentialtip/waitForNotifications by higher method
Antoine Riard
2019-04-23
wallet: add cachable amounts for caching credit/debit values
Karl-Johan Alm
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-14
[wallet] move-only: move CReserveKey to be next to CKeyPool
John Newbery
2019-04-14
Merge #15748: [rpc] remove dead mining code
MeshCollider
2019-04-11
Merge #15639: bitcoin-wallet tool: Drop libbitcoin_server.a dependency
MeshCollider
2019-04-11
Merge #15728: [wallet] Refactor relay transactions
MeshCollider
2019-04-10
[cleanup] Remove unused CReserveKey
John Newbery
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-10
[wallet] Refactor CWalletTx::RelayWalletTransaction()
John Newbery
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
[next]