tradecraftio / tradecraft

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

[Warn] Do not warn about unknown version bits set. #72

Closed maaku closed 4 years ago

maaku commented 4 years ago

Having unspecified version bit flags set is normal now that the industry has transitioned to version-rolling mining hardware. The upstream 0.13 release of bitcoin raises a warning if more than 50 of the last 100 blocks show unrecognized version numbers. In the current network, this is almost always the case. This PR disables the warning, and disables the RPC tests which check for the warning.