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
/
wallet.h
Age
Commit message (
Expand
)
Author
2017-12-14
Merge #10839: Don't use pass by reference to const for cheaply-copied types (...
Wladimir J. van der Laan
2017-12-08
Split up key and script metadata for better type safety
Russell Yanofsky
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-10-13
Use callbacks to cache whether wallet transactions are in mempool
Matt Corallo
2017-10-13
Add CWallet::BlockUntilSyncedToCurrentChain()
Matt Corallo
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-09-12
wallet: Display non-HD error on first run
MarcoFalke
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-07
Bump wallet version number to 159900
Andrew Chow
2017-09-06
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
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-16
[wallet] Remove keypool_topup_cleanups
John Newbery
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
2017-08-14
Don't use pass by reference to const for cheaply-copied types (bool, char, et...
practicalswift
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
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
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-02
[wallet] [moveonly] Move LoadKeyPool to cpp
Matt Corallo
2017-07-20
[wallet] fix comment for CWallet::Verify()
John Newbery
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
2017-07-18
Do not allow users to get keys from keypool without reserving them
Matt Corallo
2017-07-17
Add a discard_rate
Alex Morcos
2017-07-17
No longer ever reuse keypool indexes
Matt Corallo
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
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
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
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-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
Track keypool entries as internal vs external in memory
Matt Corallo
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
[next]