-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement BIP66 #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement BIP66 #178
Conversation
Normally bitcoin core does not display any network originated strings without sanitizing or hex encoding. This wasn't done for strcommand in many places. This could be used to play havoc with a terminal displaying the logs, especially with printtoconsole in use. Thanks to Evil-Knievel for reporting this issue. Conflicts: src/main.cpp src/net.cpp src/rpcserver.cpp Rebased-From: 28d4cff Github-Pull: dashpay#5770
|
And bitcoin#5770 |
|
We have to include this into the 0.11.2 release notes: Mining and relay policy enhancementsDarkcoin Core's block templates are now for version 3 blocks only, and any mining software relying on its BIP 66: strict DER encoding for signaturesDarkcoin Core 0.11.2 implements BIP 66, which introduces block version 3, and a new consensus rule, which prohibits non-DER signatures. Such transactions have been non-standard since Darkcoin 0.8, but were technically still permitted inside blocks. Also compare with upstream release notes: https://github.com/bitcoin/bitcoin/blob/0.10/doc/release-notes.md#mining-and-relay-policy-enhancements |
Update the tokeninfo command
Merged from upstream bitcoin#5762
Note, this bumps the block version from 2 to 3.
More info: https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki