ockam
ockam copied to clipboard
feat(rust): change tcp protocol serialization
- Optimize
Address
CBOR implementation to use byte strings instead of array of bytes which saves size BREAKING CHANGE - Create a
TcpTransportMessage
type dedicated to exchange messages using TCP transport exclusively with optimized encoding and support for larger messages (current max allowed size is 16 MB) BREAKING CHANGE - Optimize Secure Channel message encoding (remove bare wrapping) + affected by change
1.
BREAKING CHANGE - Add Secure Channel padding
- Remove
protocol_version
fromLocalMessage
,RelayMessage
andContext