-
Notifications
You must be signed in to change notification settings - Fork 46
[chain relay] update justifications #365
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
Conversation
6349eaa to
b941434
Compare
| AuthorityId, | ||
| >; | ||
|
|
||
| mod communication { |
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.
Obsolete. This can be imported directly from substrate
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.
Nice, I always like it when PRs actually remove code. :D
| AuthorityId, | ||
| >; | ||
|
|
||
| mod communication { |
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.
Nice, I always like it when PRs actually remove code. :D
clangenb
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.
Nice looks good to me!
localized_payload_with_bufferandcheck_message_sig_with_buffer) because they are now implemented in the sp_finality_grandpa crate which implements no_std.