tradecraftio / tradecraft

Tradecraft integration/staging tree https://tradecraft.io/download
Other
13 stars 9 forks source link

Remove warning about upgrade required due to unrecognized block versions #21

Closed maaku closed 5 years ago

maaku commented 5 years ago

There is currently a persistent error message reported to the client of "Warning: This version is obsolete, upgrade required!" This is due to the block.nVersion being set to a value > 3, which itself is due to the BIP8-like soft-fork deployment mechanism used for recent soft-forks. The older codebase is interpreting these version-bits settings as unrecognized version numbers. This code should be removed as it is in error.

maaku commented 5 years ago

Fixed on the rebase-0.10 branch. Needs to be back ported to 0.9 as well.