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.cpp
Age
Commit message (
Expand
)
Author
2019-11-05
Merge #16766: wallet: Make IsTrusted scan parents recursively
Samuel Dobson
2019-11-01
Refactor: Move nTimeFirstKey accesses out of CWallet
Andrew Chow
2019-11-01
Refactor: Move GetKeypoolSize code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move RewriteDB code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move SetupGeneration code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
Refactor: Move Upgrade code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMe
Andrew Chow
2019-11-01
Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...
Andrew Chow
2019-11-01
refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...
Andrew Chow
2019-11-01
Refactor: Move SetWalletFlag out of LegacyScriptPubKeyMan::UpgradeKeyMetadata
Andrew Chow
2019-11-01
Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestin...
Andrew Chow
2019-11-01
Refactor: Add new ScriptPubKeyMan virtual methods
Andrew Chow
2019-10-29
Fix missing strFailReason in CreateTransaction
Russell Yanofsky
2019-10-29
Fix misplaced AssertLockHeld
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-21
Systematize style of IsTrusted single line if
Jeremy Rubin
2019-10-21
update variable naming conventions for IsTrusted
Jeremy Rubin
2019-10-21
Reuse trustedParents in looped calls to IsTrusted
Jeremy Rubin
2019-10-21
Cache tx Trust per-call to avoid DoS
Jeremy Rubin
2019-10-21
Make IsTrusted scan parents recursively
Jeremy Rubin
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-20
wallet: Remove unused GetLabelName
Sebastian Falbesoner
2019-10-18
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
[wallet] Add doxygen comment to CWallet::CommitTransaction()
John Newbery
2019-10-16
[wallet] Fix whitespace in CWallet::CommitTransaction()
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-10-14
[wallet] Remove package limit config access from wallet
John Newbery
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-02
Merge #16524: Wallet: Disable -fallbackfee by default
MarcoFalke
2019-10-02
Truly decouple wallet from chainparams for -fallbackfee
Jorge Timón
2019-09-24
make sure to update the UI when deleting a transaction
Jonas Schnelli
2019-09-09
Merge #16796: wallet: Fix segfault in CreateWalletFromFile
Samuel Dobson
2019-09-06
Merge #16624: wallet: encapsulate transactions state
MeshCollider
2019-09-03
wallet: Fix segmentation fault in CreateWalletFromFile
MarcoFalke
2019-09-03
Merge #16745: wallet: Translate all initErrors in CreateWalletFromFile
Wladimir J. van der Laan
2019-08-31
Merge #16716: wallet: Use wallet name instead of pointer on unload/release
fanquake
2019-08-29
Modify wallet tx status if has been reorged out
Antoine Riard
2019-08-29
wallet: extract PubKey from P2PK script with Solver
Sebastian Falbesoner
2019-08-28
wallet: Translate all initErrors in CreateWalletFromFile
MarcoFalke
2019-08-28
util: Make util/error bilingual_str (refactor)
MarcoFalke
2019-08-25
wallet: Use wallet name instead of pointer on unload/release
João Barbosa
2019-08-23
Remove SyncTransaction for conflicted txn in CWallet::BlockConnected
Antoine Riard
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
2019-08-09
[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()
John Newbery
2019-08-06
[wallet] restore coinbase check in SubmitMemoryPoolAndRelay()
John Newbery
2019-08-01
Remove duplicate checks in SubmitMemoryPoolAndRelay
Antoine Riard
[next]