| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
114b581 Prevector type (Pieter Wuille)
|
| | | |
|
| | | |
|
| |/
|
|
|
|
| |
every need
Huge performance improvement (450%) for zapwallettxes
|
| |
|
|
|
| |
This makes the behavior more consistent with key objects and will
reject some corrupted pubkeys (e.g. zero length).
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
-Move from .h to .cpp: in main, net and wallet
-Remove unnecessary #include "main.h"
-Cleanup some wallet files includes
|
| |\
| |
| |
| |
| | |
da29ecb Consensus: MOVEONLY: Move CValidationState from main consensus/validation (jtimon)
27afcd8 Consensus: Refactor: Decouple CValidationState from main::AbortNode() (Cory Fields)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
|
|
could once be renamed from /src/wallet to /src/legacywallet.
|