aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2013-09-09 02:11:11 -0700
committerGregory Maxwell <greg@xiph.org>2013-09-09 02:11:11 -0700
commitf8b7aa862519ab2efd1ce327d2ed4bea1325dc11 (patch)
tree1a0cd0aab0b06ccf3b0b2b4013b834ed501228f2 /qa
parent4c723841e25650f045ed55b1e6a619d6d43398d5 (diff)
downloadbitcoin-f8b7aa862519ab2efd1ce327d2ed4bea1325dc11.tar.xz
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 'qa')
0 files changed, 0 insertions, 0 deletions