-
Notifications
You must be signed in to change notification settings - Fork 116
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 parachain inherents #2566
Implement parachain inherents #2566
Conversation
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.
It looks like many exported types got added to lib/babe
.
Are you sure we really do need those types? I would suggest just relying on variable names to reduce complexity. At the very least, these types should be unexported since they are not used outside the babe package.
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Timothy Wu <[email protected]>
Co-authored-by: Timothy Wu <[email protected]>
…e/gossamer into kishan/feat/parachain-inherents
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
…e/gossamer into kishan/feat/parachain-inherents
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
Co-authored-by: Quentin McGaw <[email protected]>
…e/gossamer into kishan/feat/parachain-inherents
That's how they implemented |
maps in inherent.Encode
…e/gossamer into kishan/feat/parachain-inherents
- Added support for parachain inherent and newheads - Improved inherentsData's encode function - Made inherent identifers enums - Common setInherent function
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
parachn0
inherentTests
go test -tags integration github.com/ChainSafe/gossamer
Issues
Fixes #2426
Primary Reviewer
@timwu20