Change request-response protocol names to include genesis hash & fork id (#5870)

This commit is contained in:
Dmitry Markin
2022-08-12 15:07:13 +03:00
committed by GitHub
parent 596b5df747
commit 4def0da0dc
17 changed files with 206 additions and 72 deletions
@@ -30,7 +30,7 @@ This design should result in a protocol that is:
#### Disputes
Protocol: `"/polkadot/send_dispute/1"`
Protocol: `"/<genesis_hash>/<fork_id>/send_dispute/1"`
Request:
@@ -86,7 +86,7 @@ enum DisputeResponse {
#### Vote Recovery
Protocol: `"/polkadot/req_votes/1"`
Protocol: `"/<genesis_hash>/<fork_id>/req_votes/1"`
```rust
struct IHaveVotesRequest {