Skip to content

Conversation

hpeebles
Copy link

@hpeebles hpeebles commented Aug 21, 2024

Currently i128 and u128 values are always written as 16 bytes, whereas all other int/uint values are encoded as the smallest int/uint type they can fit into.
This PR makes i128 and u128 act the same way.
The decoding already handles this so the change is only needed on the encoding side.

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.

1 participant