Skip to content

Evm encoding #93

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

Merged
merged 27 commits into from
May 15, 2025
Merged

Evm encoding #93

merged 27 commits into from
May 15, 2025

Conversation

janmasrovira
Copy link
Contributor

@janmasrovira janmasrovira commented Apr 17, 2025

This pr adds support for encoding types to bytes following the EVM Abi specification.

I've added support for theses types:

  1. UInt32, UInt256
  2. Int32, Int256
  3. Dynamic ByteArray
  4. Static ByteArray (32 bytes)
  5. List
  6. Bool
  7. Recursive tuples

@janmasrovira janmasrovira self-assigned this Apr 17, 2025
@janmasrovira janmasrovira marked this pull request as ready for review April 23, 2025 22:18
@janmasrovira janmasrovira requested a review from lukaszcz April 23, 2025 22:18
lukaszcz
lukaszcz previously approved these changes May 6, 2025
@lukaszcz lukaszcz merged commit 782d703 into main May 15, 2025
1 check passed
@lukaszcz lukaszcz deleted the bytes branch May 16, 2025 09:25
@janmasrovira janmasrovira mentioned this pull request Jun 2, 2025
10 tasks
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.

2 participants