ChainSafe / ChainSafe/gossamer
Implement request and response message for `/send_dispute/1` protocol
Open
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
## Issue summary
- Should be done after https://github.com/ChainSafe/gossamer/pull/3334/files is merged
- Request struct must implement `network.Message` interface
- Response struct must implement `network.ResponseMessage`
## Other information and links
Links to the spec
- https://spec.polkadot.network/chapter-anv#net-msg-dispute-request
- https://github.com/paritytech/polkadot/blob/47c8c36d6e3f90da77ebccb8b672e4fb4f33c84c/node/network/protocol/src/request_response/outgoing.rs#L42
- https://spec.polkadot.network/chapter-anv#net-msg-dispute-response
Contributor guide
Assessment
This issue has not been assessed yet.