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

Fix/remove big float #3557

Merged
merged 13 commits into from
Mar 23, 2024
Merged

Fix/remove big float #3557

merged 13 commits into from
Mar 23, 2024

Conversation

tjayrush
Copy link
Member

This PR tries to encapsulate our use of big.Float behind a type called Ether. This is because we sometimes need to Unmarshal Json that contains big.Floats that are stored as strings. big.Float does not unmarshal such things.

@tjayrush tjayrush merged commit fcde197 into develop Mar 23, 2024
3 checks passed
@tjayrush tjayrush deleted the fix/remove-big-float branch March 23, 2024 19:10
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