diff options
author | Gregory Maxwell <greg@xiph.org> | 2013-09-09 02:11:11 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-09-10 10:03:06 +1000 |
commit | f0a1d87b00e666a7028c2b517d786bc7511eaf5d (patch) | |
tree | a58e3b2cc3f6f62590eae3a53fd0eed626ebb395 /src/walletdb.cpp | |
parent | 839c7d1fa8bf939e313d78d2fae65bcf0174875c (diff) |
Longer term workaround for chainstate corruption from negative versions.
This also makes negative transaction versions non-standard.
This avoids an issue triggered in block 256818 where transactions with
negative version numbers were incorrectly serialized into the UTXO set.
On restart nodes detect the inconsistency and refuse to start so long as
a block with these transactions is inside the self-consistency check
window, logging "coin database inconsistencies found". The software
recommends reindexing, but reindexing does not correct the problem.
This should be fixed by changing the chainstate serialization, but
working around it seems harmless for now because the version is not
used by any network rule currently.
A patch free workaround is to start with -checklevel=2 which skips
the consistency checks, but the IsStandard change is important for
miners in order to protect unpatched nodes.
Diffstat (limited to 'src/walletdb.cpp')
0 files changed, 0 insertions, 0 deletions