Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4678: Remove 'juliet' from the binary port r=jacek-casper a=rafal-ch This PR changes the communication method of the binary port from 'juliet' to tokio framed transport. Single frame is just a `Bytes` to make the integration with the current code seamless by emulating the juliet message payload. In the future we might consider using a typed codec for `BinaryRequest` and `BinaryResponse`, however, this might require some refactoring due to our special treatment of `BinaryRequest` (we first parse the header and then decide if we can handle the request). [PR](casper-network/casper-sidecar#289) to the Sidecar will follow after this one is merged. Co-authored-by: Rafał Chabowski <[email protected]> Co-authored-by: Jacek Malec <[email protected]>
- Loading branch information