mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Change request-response protocol names to include genesis hash & fork id (#5870)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user