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
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-18
Merge #9697: [Qt] simple fee bumper with user verification
Jonas Schnelli
2017-05-17
Merge #10413: Fix docs (there's no rpc command setpaytxfee)
Wladimir J. van der Laan
2017-05-17
Add query options to listunspent rpc call
Pedro Branco
2017-05-16
Fix docs (there's no rpc command setpaytxfee)
Ryan Havar
2017-05-11
Merge #10308: [wallet] Securely erase potentially sensitive keys/values
Wladimir J. van der Laan
2017-05-11
Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::stri...
Wladimir J. van der Laan
2017-05-11
Make sure we re-check the conditions of a feebump during commit
Jonas Schnelli
2017-05-11
Add cs_wallet lock assertion to SignTransaction()
Jonas Schnelli
2017-05-05
rpc/wallet: Workaround older UniValue which returns a std::string temporary f...
Luke Dashjr
2017-05-03
[wallet] Securely erase potentially sensitive keys/values
Thomas Snider
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-03
Merge #10115: Avoid reading the old hd master key during wallet encryption
Wladimir J. van der Laan
2017-05-02
Merge #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly ...
Wladimir J. van der Laan
2017-05-01
[Wallet] unset change position when there is no change on exact match
Gregory Sanders
2017-04-27
Merge #10075: Remove unused C++ code not covered by unit tests
Wladimir J. van der Laan
2017-04-26
cleanup: reduce to one GetMinimumFee call signature
Alex Morcos
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
[wallet] Remove unneeded legacy getbalance code
Russell Yanofsky
2017-04-26
[wallet] Add GetLegacyBalance method to simplify getbalance RPC
Russell Yanofsky
2017-04-25
Merge #10265: [wallet] [moveonly] Check non-null pindex before potentially re...
Wladimir J. van der Laan
2017-04-25
[wallet] Make sure pindex is non-null before possibly referencing in LogPrint...
Karl-Johan Alm
2017-04-24
Merge #9951: Wallet database handling abstractions/simplifications
Wladimir J. van der Laan
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-21
wallet: Add comment describing the various classes in walletdb.h
Wladimir J. van der Laan
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
wallet: Make IsDummy private in CWalletDBWrapper
Wladimir J. van der Laan
2017-04-20
wallet: CWalletDB CDB composition not inheritance
Wladimir J. van der Laan
2017-04-20
wallet: Reduce references to global bitdb environment
Wladimir J. van der Laan
2017-04-20
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-19
Merge #9827: Improve ScanForWalletTransactions return value
Wladimir J. van der Laan
2017-04-19
Merge #10221: Stop treating coinbase outputs differently in GUI: show them at...
Jonas Schnelli
2017-04-19
Merge #10226: wallet: Use boost to more portably ensure -wallet specifies onl...
Wladimir J. van der Laan
2017-04-18
wallet: Use boost to more portably ensure -wallet specifies only a filename
Luke Dashjr
2017-04-18
Merge #10208: [wallet] Rescan abortability
Wladimir J. van der Laan
2017-04-18
[rpc] Add abortrescan command to RPC interface.
Kalle Alm
2017-04-17
Merge #10207: Clarify importprivkey help text ... example of blank label with...
MarcoFalke
2017-04-17
[wallet] Add support for aborting wallet transaction rescans.
Kalle Alm
2017-04-17
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-04-17
Merge #10178: Remove CValidationInterface::UpdatedTransaction
Wladimir J. van der Laan
2017-04-13
Clarify importprivkey help text with example of blank label without rescan
Warren Togami
2017-04-13
Avoid reading the old hd master key during wallet encryption
Matt Corallo
2017-04-13
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
2017-04-13
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Wladimir J. van der Laan
2017-04-13
[Wallet] Prevent CInputCoin to be in a null state
NicolasDorier
2017-04-13
[Wallet] Simplify code using CInputCoin
NicolasDorier
2017-04-13
[Wallet] Decouple CInputCoin from CWalletTx
NicolasDorier
[next]