Implement parachain inherents#2566
Conversation
qdm12
left a comment
There was a problem hiding this comment.
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 <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Timothy Wu <timwu20@gmail.com>
Co-authored-by: Timothy Wu <timwu20@gmail.com>
…e/gossamer into kishan/feat/parachain-inherents
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
…e/gossamer into kishan/feat/parachain-inherents
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
…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
parachn0inherentTests
go test -tags integration github.com/ChainSafe/gossamerIssues
Fixes #2426
Primary Reviewer
@timwu20