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-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
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
2017-07-17
No longer ever reuse keypool indexes
Matt Corallo
2017-07-17
Select wallet based on the given endpoint
Jonas Schnelli
2017-07-17
Enable devirtualization opportunities by using the final specifier (C++11)
practicalswift
2017-07-17
optim: mark a few classes final
Cory Fields
2017-07-17
Merge #10831: Batch flushing operations to the walletdb during top up and inc...
Wladimir J. van der Laan
2017-07-17
Print one log message per keypool top-up, not one per key.
Gregory Maxwell
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
[prev]
[next]