Skip to content

Conversation

@MauroToscano
Copy link
Contributor

@MauroToscano MauroToscano commented Aug 22, 2025

Fix cbor serialization overhead

Improves serialization format (Previously CBOR was encoding bytes in 2 bytes)

Changes vectors from major type 4 ( array of items, needs to indicate the size of each item) to major type 2 (byte string)

See:

https://www.rfc-editor.org/rfc/rfc8949.html#name-specification-of-the-cbor-e

@MauroToscano MauroToscano changed the base branch from testnet to staging August 22, 2025 20:32
@MauroToscano MauroToscano marked this pull request as draft August 22, 2025 20:51
@MauroToscano MauroToscano marked this pull request as ready for review August 25, 2025 14:48
@MauroToscano MauroToscano added this pull request to the merge queue Aug 27, 2025
Merged via the queue into staging with commit a3675f1 Aug 27, 2025
3 checks passed
@MauroToscano MauroToscano deleted the fix_cbor_serialization_overhead branch August 27, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants