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
/
walletdb.h
Age
Commit message (
Expand
)
Author
2016-10-30
Move CWalletDB::ReorderTransactions to CWallet
Patrick Strateman
2016-09-09
[WIP] Remove unused statement in serialization
Pavel Janík
2016-07-15
[Wallet] comsetic non-code changes for the HD feature
Jonas Schnelli
2016-07-15
[Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull()
Jonas Schnelli
2016-07-09
[Wallet] extend CKeyMetadata with HD keypath
Jonas Schnelli
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-05-31
[Wallet] Add simplest BIP32/deterministic key generation implementation
Jonas Schnelli
2016-05-16
Move BackupWallet to CWallet::BackupWallet
Patrick Strateman
2016-05-09
Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk
Patrick Strateman
2016-03-23
Added companion removeprunedfunds call.
instagibbs
2016-03-14
[wallet] Move hardcoded file name out of log messages
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-21
Optimisation: Store transaction list order in memory rather than compute it e...
Luke Dashjr
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-04-08
move ThreadFlushWalletDB declaration to walletdb.h
Philip Kaufmann
2015-03-21
use constant references for strings in functions in wallet/*.*
Philip Kaufmann
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli