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.cpp
Age
Commit message (
Expand
)
Author
2017-09-07
Bump wallet version number to 159900
Andrew Chow
2017-09-07
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Document assumptions that are being made to avoid NULL pointer dereferences
practicalswift
2017-09-03
wallet: update stored witness in AddToWallet
Suhas Daftuar
2017-08-28
Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization
Wladimir J. van der Laan
2017-08-28
Merge #11145: Fix rounding bug in calculation of minimum change
Wladimir J. van der Laan
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 #11007: wallet: Fix potential memory leak when loading a corrupted wall...
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-17
Assert that CWallet::SyncMetaData finds oldest transaction.
Eelis
2017-08-16
[wallet] Add logging to MarkReserveKeysAsUsed
John Newbery
2017-08-16
[wallet] Remove keypool_topup_cleanups
John Newbery
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-15
Remove vchDefaultKey and have better first run detection
Andrew Chow
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
Check that -blocknotify command is non-empty before executing
practicalswift
2017-08-14
Don't use pass by reference to const for cheaply-copied types (bool, char, et...
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-08
Fix typos.
practicalswift
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-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-26
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...
Wladimir J. van der Laan
2017-07-23
keystore GetKeys(): return result instead of writing to reference
Marko Bencun
2017-07-20
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...
Wladimir J. van der Laan
2017-07-19
Merge #10817: Redefine Dust and add a discard_rate
Wladimir J. van der Laan
[prev]
[next]