Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsigned Integers - Serialisation and Deserialisation #599

Open
krishnateja262 opened this issue Jul 18, 2024 · 2 comments
Open

Unsigned Integers - Serialisation and Deserialisation #599

krishnateja262 opened this issue Jul 18, 2024 · 2 comments

Comments

@krishnateja262
Copy link
Contributor

To interact with contract functions that utilize U256 and U512 signatures, support is needed for the serialization and deserialization of these data types.

@krishnateja262
Copy link
Contributor Author

#600 PR to resolve the issue

@zobaed066
Copy link

Bounds Checking: Ensure that the integer value is within the valid range for unsigned integers.
Endianness: Be mindful of endianness when serializing and deserializing binary data.
Data Format: Choose the appropriate format based on your storage or transmission needs.

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

No branches or pull requests

2 participants