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-03-17
Merge #9818: Save watch only key timestamps when reimporting keys
Wladimir J. van der Laan
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-14
Initialize nRelockTime
Patrick Strateman
2017-03-10
Add safe flag to listunspent result
NicolasDorier
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-09
Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled
Wladimir J. van der Laan
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-09
Trivial: Add const modifier to GetHDChain and IsHDEnabled
NicolasDorier
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-08
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7...
MarcoFalke
2017-03-07
Return correct error codes in fundrawtransaction().
John Newbery
2017-03-07
Return correct error codes in removeprunedfunds().
John Newbery
2017-03-07
Return correct error codes in bumpfee().
John Newbery
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-07
[trivial] Fix typos introduced in 7184e25c80aa8b1629a700bb7a7e290ad0bb2792
practicalswift
2017-03-06
Rename FlushWalletDB -> CompactWalletDB, add function description
Matt Corallo
2017-03-06
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-06
Merge #9906: Disallow copy constructor CReserveKeys
Wladimir J. van der Laan
2017-03-06
Disallow copy of CReserveKeys
Gregory Sanders
2017-03-06
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-06
Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexis...
Wladimir J. van der Laan
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-06
Merge #9576: [wallet] Remove redundant initialization
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Save watch only key timestamps when reimporting keys
Russell Yanofsky
2017-03-03
Clean up braces in CWallet::ComputeTimeSmart
Russell Yanofsky
2017-03-03
Add documentation describing CWallet::nTimeSmart.
Russell Yanofsky
2017-03-03
Factor out CWallet::nTimeSmart computation into a method.
Russell Yanofsky
2017-03-03
Add tests for CWalletTx::nTimeSmart
Russell Yanofsky
2017-03-03
Merge #9828: Avoid -Wshadow warnings in wallet_tests
Wladimir J. van der Laan
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-03-02
Merge #9359: Add test for CWalletTx::GetImmatureCredit() returning stale values.
MarcoFalke
2017-03-02
Merge #9143: Refactor ZapWalletTxes to avoid layer violations
Wladimir J. van der Laan
2017-03-01
Add test for CWalletTx::GetImmatureCredit() returning stale values.
Russell Yanofsky
2017-02-28
[wallet] Remove redundant initialization
practicalswift
2017-02-28
Merge #9829: Fix importmulti returning rescan errors for wrong keys
Wladimir J. van der Laan
2017-02-28
Merge #9865: Change bitcoin address in RPC help message
Wladimir J. van der Laan
2017-02-27
Wallet: Sanitise -wallet parameter
Luke Dashjr
2017-02-27
Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLa...
Luke Dashjr
2017-02-27
More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest w...
Luke Dashjr
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-27
wallet: Remove sendfree
MarcoFalke
[next]