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
Output a bit more information for fee calculation report.
Alex Morcos
2017-08-28
Fix rounding errors in calculation of minimum change size
Alex Morcos
2017-08-21
[wallet] Add logging to MarkReserveKeysAsUsed
John Newbery
2017-08-21
[wallet] Remove keypool_topup_cleanups
John Newbery
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-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
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
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-19
Fix misspellings and remove safety verbiage
Steven D. Lander
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-18
Merge #10784: Do not allow users to get keys from keypool without reserving them
Wladimir J. van der Laan
2017-07-18
Do not allow users to get keys from keypool without reserving them
Matt Corallo
2017-07-18
Merge #10849: Multiwallet: simplest endpoint support
Wladimir J. van der Laan
2017-07-18
Remove unused variable int64_t nEnd
practicalswift
2017-07-17
Prevent user from specifying conflicting parameters to fundrawtx
Matt Corallo
2017-07-17
Add a discard_rate
Alex Morcos
2017-07-17
Avoid using sizes on non-fixed-width types to derive protocol constants.
Gregory Maxwell
[next]