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-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
Merge #11087: Diagnose unsuitable outputs in lockunspent().
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10600: Make feebumper class stateless
MarcoFalke
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-10
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-10
[wallet] getreceivedbyaddress should return error if address is not mine
John Newbery
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-09
Merge #11043: Use std::unique_ptr (C++11) where possible
Wladimir J. van der Laan
2017-11-09
Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header
Wladimir J. van der Laan
2017-11-09
Use MakeUnique<Db>(...)
practicalswift
2017-11-09
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
Use unique_ptr for pdbCopy (Db) and fix potential memory leak
practicalswift
2017-11-09
Use unique_ptr for dbenv (DbEnv)
practicalswift
2017-11-09
Use unique_ptr for pwalletMain (CWallet)
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-11-09
Merge #11594: Improve -disablewallet parameter interaction
Wladimir J. van der Laan
2017-11-08
Merge #11289: Add wallet backup text to import* and add* RPCs
Wladimir J. van der Laan
2017-11-07
Fix -disablewallet default value
João Barbosa
2017-11-07
Improve -disablewallet parameter interaction
João Barbosa
2017-11-03
[trivial] Fix error messages in CFeeBumper
Karl-Johan Alm
2017-11-02
Merge #11590: [Wallet] always show help-line of wallet encryption calls
MarcoFalke
2017-11-01
Merge #11376: Ensure backupwallet fails when attempting to backup to source file
MarcoFalke
2017-10-31
[Wallet] always show help-line of wallet encryption calls
Jonas Schnelli
2017-10-26
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-10-19
Avoid opening copied wallet databases simultaneously
Russell Yanofsky
2017-10-19
Wrap dumpwallet warning and note scripts aren't dumped
MeshCollider
2017-10-18
Merge #11467: Fix typos. Use nullptr instead of NULL.
Wladimir J. van der Laan
2017-10-18
Merge #11492: [wallet] Fix leak in CDB constructor
Wladimir J. van der Laan
2017-10-17
Merge #11483: Fix importmulti bug when importing an already imported key
MarcoFalke
2017-10-14
[wallet] Fix leak in CDB constructor
João Barbosa
2017-10-14
Add wallet backup text to import*, add* and dumpwallet RPCs
MeshCollider
2017-10-14
Add missing comma from rescanblockchain
MeshCollider
2017-10-13
Remove redundant pwallet nullptr check
Matt Corallo
2017-10-13
Use callbacks to cache whether wallet transactions are in mempool
Matt Corallo
2017-10-13
Add calls to CWallet::BlockUntilSyncedToCurrentChain() in RPCs
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
Diagnose unsuitable outputs in lockunspent().
Eelis
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-11
Fix importmulti bug when importing an already imported key
Pedro Branco
2017-10-10
Ensure backupwallet fails when attempting to backup to source file
Tomas van der Wansem
2017-10-09
Use nullptr instead of NULL
practicalswift
2017-10-09
Update importprivkey named args documentation
Dusty Williams
2017-10-06
Fix code style in keystore.cpp/crypter.cpp
Jonas Schnelli
2017-10-05
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
[next]