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

ArgumentEncoder cannot encode string into U128 #11583

Closed
Groxan opened this issue Jan 29, 2025 · 0 comments · Fixed by #11664
Closed

ArgumentEncoder cannot encode string into U128 #11583

Groxan opened this issue Jan 29, 2025 · 0 comments · Fixed by #11664

Comments

@Groxan
Copy link

Groxan commented Jan 29, 2025

It's currently not possible to encode string arguments with U128 abi type, because U128's constructor doesn't support creation from string.
This is an issue, because big integers are usually represented as strings in JSON, so it's quite important to allow string->U128 (and other bigint-ish types) encoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant