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
2020-01-14
IsUsedDestination should count any known single-key address
Gregory Sanders
2020-01-14
Drop signal CClientUIInterface::LoadWallet
Russell Yanofsky
2019-08-29
Modify wallet tx status if has been reorged out
Antoine Riard
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-21
Merge #16572: wallet: Fix Char as Bool in Wallet
fanquake
2019-08-09
[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()
John Newbery
2019-08-08
Fix Char as Bool in interfaces
Jeremy Rubin
2019-08-02
Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...
MarcoFalke
2019-08-01
Remove duplicate checks in SubmitMemoryPoolAndRelay
Antoine Riard
2019-08-01
Introduce CWalletTx::SubmitMemoryPoolAndRelay
Antoine Riard
2019-08-01
Merge #16502: wallet: Drop unused OldKey
fanquake
2019-07-31
wallet: Drop unused OldKey
João Barbosa
2019-07-31
Merge #15906: [wallet] Move min_depth and max_depth to coin control
Wladimir J. van der Laan
2019-07-30
[wallet] Remove CMerkleTx serialization logic
John Newbery
2019-07-30
[wallet] Flatten CWalletTx class hierarchy
John Newbery
2019-07-30
[wallet] Move CMerkleTx functions into CWalletTx
John Newbery
2019-07-30
Merge #16475: wallet: Enumerate walletdb keys
fanquake
2019-07-29
Merge #16399: wallet: Improve wallet creation
MarcoFalke
2019-07-27
wallet: Rename CWalletKey to OldKey
MarcoFalke
2019-07-27
Merge #16402: Remove wallet settings from chainparams
MeshCollider
2019-07-26
Merge #16301: Use CWallet::Import* functions in all import* RPCs
MarcoFalke
2019-07-24
Optionally allow ImportScripts to set script creation timestamp
Andrew Chow
2019-07-22
extract min & max depth onto coin control
Amiti Uttarwar
2019-07-19
Return error for ignored passphrase through disable private keys option
Fabian Jahr
2019-07-17
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-16
Use strong enum for WalletCreationStatus
Fabian Jahr
2019-07-16
Place out args at the end for CreateWallet
Fabian Jahr
2019-07-16
Remove wallet settings from chainparams
MarcoFalke
2019-07-11
Change ImportScriptPubKeys' internal to apply_label
Andrew Chow
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-10
Merge #16244: Move wallet creation out of the createwallet rpc into its own f...
MarcoFalke
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
Move wallet creation out of the createwallet rpc into its own function
Andrew Chow
2019-07-09
Add GetNewChangeDestination for getting new change Destinations
Andrew Chow
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
Move WatchOnly stuff from SigningProvider to CWallet
Andrew Chow
2019-07-09
Remove CCryptoKeyStore and move all of it's functionality into CWallet
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
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
[next]