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-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
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Merge #11074: Assert that CWallet::SyncMetaData finds oldest transaction.
Wladimir J. van der Laan
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-10-18
Merge #11467: Fix typos. Use nullptr instead of NULL.
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-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-09
Use nullptr instead of NULL
practicalswift
2017-10-04
Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...
Wladimir J. van der Laan
2017-09-30
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-29
Merge #11309: Minor cleanups for AcceptToMemoryPool
MarcoFalke
2017-09-29
Merge #11167: Full BIP173 (Bech32) support
Wladimir J. van der Laan
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-26
Merge #11225: wallet: update stored witness in AddToWallet
Wladimir J. van der Laan
2017-09-20
Merge #11132: Document assumptions that are being made to avoid NULL pointer ...
Wladimir J. van der Laan
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-12
wallet: Display non-HD error on first run
MarcoFalke
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-07
Remove usehd option and warn when it is used
Andrew Chow
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
MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
Russell Yanofsky
[next]