-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Change request-response protocol names to include genesis hash & fork id #5870
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.
Some nitpicks, but looks good in general.
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! @slumber heads up: this will likely cause conflicts with your PR.
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.
Besides that last nitpicks mentioned by @eskimor it looks good!
Ty for this :)
How do we make sure not to have a conflicting protocol name with substrate? E.g. if someone later uses |
|
* master: Transaction payment runtime apis: query call info and fee details (#5871) [ci] Improve cancel-pipeline job (#5874) Bump wasmtime from 0.38.1 to 0.38.3 (#5802) Incorporate changes from substrate PR #11908 (#5815) Add nomination pools to Polkadot runtime (#5582) Change request-response protocol names to include genesis hash & fork id (#5870) [ci] Run check-runtime only for PRs (#5858) Bump tokio from 1.18.2 to 1.19.2 (#5678) Zombienet: test disputes with malus garbage candidates (#5857) add unit tests to run runtime migrations (#5865) Trivial networking changes for Substrate PR #11940 (#5841) Renaming CLI prunning and keep-blocks flags (#5863) Update yamux to fix a potential crash (#5861)
Description
This is a follow-up PR to paritytech/substrate#11938 to rename Polkadot request-response protocols similarly to Substrate changes, originally discussed in paritytech/substrate#7746.
Open questions
This PR doesn't cover all Polkadot protocols --- changing
validation
&collation
notification protocols requires a bit of refactoring, so I'm going to create a different PR for them. Please let me know if I missed some other protocols.