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-08-28
Document assumptions that are being made to avoid division by zero
practicalswift
2017-08-25
Output a bit more information for fee calculation report.
Alex Morcos
2017-08-25
Fix rounding errors in calculation of minimum change size
Alex Morcos
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-24
Acquire cs_main lock before cs_wallet during wallet initialization
Russell Yanofsky
2017-08-22
Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
Wladimir J. van der Laan
2017-08-22
Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall...
Wladimir J. van der Laan
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-21
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-18
Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection
Wladimir J. van der Laan
2017-08-18
Merge #11044: [wallet] Keypool topup cleanups
Wladimir J. van der Laan
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-16
[wallet] Add logging to MarkReserveKeysAsUsed
John Newbery
2017-08-16
[wallet] Remove keypool_topup_cleanups
John Newbery
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-08-15
Clean up getbalance RPC parameter handling
Russell Yanofsky
2017-08-15
Merge #11017: [wallet] Close DB on error.
Jonas Schnelli
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
wallet: Fix memory leak when loading a corrupted wallet file
practicalswift
2017-08-14
tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
practicalswift
2017-08-14
Check that -blocknotify command is non-empty before executing
practicalswift
2017-08-14
MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
Russell Yanofsky
2017-08-14
MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp
Russell Yanofsky
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
Merge #11022: Basic keypool topup
Wladimir J. van der Laan
2017-08-10
[wallet] keypool mark-used and topup
John Newbery
2017-08-09
[wallet] Close DB on error.
Karl-Johan Alm
2017-08-08
Fix typos.
practicalswift
2017-08-07
[wallet] return correct error code from resendwallettransaction
John Newbery
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-06
Fix resendwallettransactions assert failure if -walletbroadcast=0
Matt Corallo
2017-08-04
[wallet] Add HasUnusedKeys() helper
John Newbery
2017-08-04
[wallet] Cache keyid -> keypool id mappings
John Newbery
2017-08-03
Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...
Wladimir J. van der Laan
2017-08-02
[wallet] [moveonly] Move LoadKeyPool to cpp
Matt Corallo
2017-08-02
[wallet] [moveonly] Move CAffectedKeysVisitor
Jonas Schnelli
2017-08-01
Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...
Wladimir J. van der Laan
2017-07-28
Clarify help message for -discardfee
Alex Morcos
2017-07-28
[wallet] Specify wallet name in wallet loading errors
John Newbery
2017-07-28
Reject invalid wallet files
João Barbosa
2017-07-28
Reject duplicate wallet filenames
João Barbosa
2017-07-27
Eliminate fee overpaying edge case when subtracting fee from recipients
Alex Morcos
[prev]
[next]