-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs: Added release notes for #5262 #5558
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
docs: Added release notes for #5262 #5558
Conversation
Co-authored-by: PastaPastaPasta <[email protected]>
Co-authored-by: thephez <[email protected]>
| Version 3 of Coinbase will include the following two fields: | ||
| - bestCLHeightDiff (uint32) | ||
| - bestCLSignature (BLSSignature) | ||
|
|
||
| bestCLSignature will hold the best Chainlock signature known at the moment of mining. | ||
| bestCLHeightDiff is equal to the diff in heights from the mined block height to the actual Chainlocked block height. | ||
|
|
||
| Although miners are forced to include a version 3 Coinbase, the actual real-time best Chainlock signature isn't required as long as blocks contain a bestCLSignature equal to (or newer than) the previous block. | ||
|
|
||
| Note: Until the first bestCLSignature is included in a Coinbase once v20 activates, null bestCLSignature and bestCLHeightDiff values are perfectly valid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
side note: we should update https://github.com/dashpay/dips/blob/master/dip-0004.md#coinbase-special-transaction with this info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Will open a PR for that.
Co-authored-by: UdjinM6 <[email protected]>
UdjinM6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PastaPastaPasta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK for squash merge
Issue being fixed or feature implemented
What was done?
Added release notes for #5262.
How Has This Been Tested?
Breaking Changes
Checklist: