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-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
Merge #11017: [wallet] Close DB on error.
Jonas Schnelli
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
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
2017-07-27
Replace ismine with producesignature check in witnessifier
Andrew Chow
2017-07-27
Merge #10931: Fix misleading "Method not found" multiwallet errors
Wladimir J. van der Laan
2017-07-26
Change wallet method disabled error text
Russell Yanofsky
2017-07-26
Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
Wladimir J. van der Laan
2017-07-26
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-26
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...
Wladimir J. van der Laan
2017-07-26
Merge #10655: Properly document target_confirmations in listsinceblock
Wladimir J. van der Laan
2017-07-26
[tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp
practicalswift
2017-07-25
Merge #10799: Prevent user from specifying conflicting parameters to fundrawtx
Wladimir J. van der Laan
2017-07-25
Properly document target_confirmations in listsinceblock
Ryan Havar
2017-07-25
test: Make sure wallet.backup is created in temp path
Wladimir J. van der Laan
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
Merge #10789: Punctuation/grammer fixes in rpcwallet.cpp
Wladimir J. van der Laan
2017-07-24
Merge #9622: [rpc] listsinceblock should include lost transactions when param...
Wladimir J. van der Laan
2017-07-21
listsinceblock: optionally find and list any transactions that were undone du...
Karl-Johan Alm
2017-07-20
[wallet] [rpc] Add listwallets RPC
John Newbery
2017-07-20
[wallet] [rpc] print wallet name in getwalletinfo
John Newbery
2017-07-20
[wallet] fix comment for CWallet::Verify()
John Newbery
[next]