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
Age
Commit message (
Expand
)
Author
2019-10-31
Merge #17300: LegacyScriptPubKeyMan code cleanups
MarcoFalke
2019-10-30
Merge #17316: refactor: Replace all uses of boost::optional with our own Opti...
fanquake
2019-10-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-30
Merge #17280: refactor: Change occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-29
Fix missing strFailReason in CreateTransaction
Russell Yanofsky
2019-10-29
Fix misplaced AssertLockHeld
Russell Yanofsky
2019-10-29
doc: Clarify WalletStorage / Wallet relation
Russell Yanofsky
2019-10-29
Add back mistakenly removed AssertLockHeld
Russell Yanofsky
2019-10-29
Refactor: Add GetLegacyScriptPubKeyMan helper
Russell Yanofsky
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
Merge #17279: refactor: Remove redundant c_str() calls in formatting
MarcoFalke
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
Fix issue with conflicted mempool tx in listsinceblock
Adam Jonas
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-27
Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
Elichai Turkel
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-25
Move wallet enums to walletutil.h
Andrew Chow
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-23
Merge #16911: wallet: Only check the hash of transactions loaded from disk
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-15
Merge #17138: Remove wallet access to some node arguments
MarcoFalke
2019-10-15
Merge #17098: refactor: Feebumper EstimateFeeRate follow-up
MarcoFalke
2019-10-14
[wallet] Remove pruning check for -rescan option
John Newbery
2019-10-14
[wallet] Remove package limit config access from wallet
John Newbery
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
2019-10-10
Merge #16786: test: add unit test for wallet watch-only methods involving Pub...
MarcoFalke
2019-10-10
typo and unneccessary parentheses
Adam Jonas
2019-10-09
Add missing fields in TransactionDescriptionString and others
Antoine Riard
2019-10-09
MOVEONLY : move RPC wallets helpers to TransactionDescriptionString
Antoine Riard
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-10-03
Disallow implicit conversion for CFeeRate constructor
Gregory Sanders
2019-10-02
Merge #16524: Wallet: Disable -fallbackfee by default
MarcoFalke
2019-10-02
Truly decouple wallet from chainparams for -fallbackfee
Jorge Timón
[prev]
[next]