aboutsummaryrefslogtreecommitdiff
path: root/src/core_memusage.h
AgeCommit message (Collapse)Author
2015-09-22Do not store Merkle branches in the wallet.Pieter Wuille
Assume that when a wallet transaction has a valid block hash and transaction position in it, the transaction is actually there. We're already trusting wallet data in a much more fundamental way anyway. To prevent backward compatibility issues, a new record is used for storing the block locator in the wallet. Old wallets will see a wallet file synchronized up to the genesis block, and rescan automatically.
2015-07-20Separate core memory usage computation in core_memusage.hPieter Wuille