casper-network / casper-sidecar

Apache License 2.0
2 stars 7 forks source link

Introduce Request Id for binary port communication #315

Closed rafal-ch closed 2 weeks ago

rafal-ch commented 1 month ago

This PR introduces the concept of "request id" to the binary port. This is used to dodge an edge case where it may happen that a response which has not been consumed is incorrectly served as a request to the next request.

The corresponding PR in casper-node is here.

Fixes: https://github.com/casper-network/casper-sidecar/issues/312