-
Notifications
You must be signed in to change notification settings - Fork 129
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
feat(parachain): Create struct for Approval Distribution Message #3326
feat(parachain): Create struct for Approval Distribution Message #3326
Conversation
Do we wanna merge it to |
It should be merged to |
Yes, let's rebase it. I can do it! |
It's protected, can't touch it. @timwu20 help! |
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.
Looks good. Most of the of review-comments are minor.
I think there is a scope to improve code-comments since many of them are missing verbs. I have pointed out some of them, but not all.
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! We should prolly rename the file to approval_subsystem.go
#3316 (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
76b946a
to
4612a70
Compare
I'm open to renaming as necessary, note that I renamed this in response to this comment #3326 (comment) @kishansagathiya What do you think of |
No, it's okay for now. |
Changes
Tests
go test github.com/ChainSafe/gossamer/lib/parachain -v
Issues
Closes: #3288
Primary Reviewer
@kishansagathiya