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-07-17
Increase wallet default keypool size to 1000.
Gregory Maxwell
2017-07-17
Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.
Gregory Maxwell
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
importmulti options are optional
Gregory Sanders
2017-07-17
fixup some rpc param counting for rpc help
Gregory Sanders
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-17
Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempool
MarcoFalke
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-16
Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.
Gregory Maxwell
2017-07-15
Merge #10235: Track keypool entries as internal vs external in memory
Pieter Wuille
2017-07-15
[logs] fix zapwallettxes startup logs
John Newbery
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-15
[wallet] fix zapwallettxes interaction with persistent mempool
John Newbery
2017-07-15
Merge #10807: getbalance example covers at least 6 confirms
Pieter Wuille
2017-07-14
Properly bound check conf_target in wallet RPC calls
Alex Morcos
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wal...
Pieter Wuille
2017-07-14
Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool
Matt Corallo
2017-07-14
Meet code style on lines changed in the previous commit
Matt Corallo
2017-07-14
Track keypool entries as internal vs external in memory
Matt Corallo
2017-07-13
Fix uninitialized atomic variables
João Barbosa
2017-07-13
Properly forbid -salvagewallet and -zapwallettxes for multi wallet.
Alex Morcos
2017-07-12
getbalance example covers at least 6 confirms
Gregory Sanders
2017-07-11
Fix rare edge case of paying too many fees when transaction has no change.
Alex Morcos
2017-07-11
Only reserve key for scriptChange once in CreateTransaction
Alex Morcos
2017-07-11
Merge #10589: More economical fee estimates for RBF and RPC options to control
Wladimir J. van der Laan
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
Merge #10744: Use method name via __func__ macro
MarcoFalke
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
2017-07-06
Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBF
Wladimir J. van der Laan
2017-07-05
Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.
Matt Corallo
2017-07-04
Use method name from __func__ macro
darksh1ne
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-03
Merge #10728: fix typo in help text for removeprunedfunds
Jonas Schnelli
2017-07-03
Merge #10683: rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-07-03
fix typo in help text for removeprunedfunds
Akio Nakamura
2017-06-29
rpc: Update `generate` for developer notes
Wladimir J. van der Laan
2017-06-29
rpc: Move the `generate` RPC call to rpcwallet
Wladimir J. van der Laan
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-24
Merge #10412: Improve wallet rescan API
Wladimir J. van der Laan
2017-06-22
Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime
Russell Yanofsky
2017-06-22
Make CWallet::RescanFromTime comment less ambiguous
Russell Yanofsky
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
[prev]
[next]