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

Add big.Int precision to RPC API #122

Open
placer14 opened this issue Jan 17, 2020 · 0 comments
Open

Add big.Int precision to RPC API #122

placer14 opened this issue Jan 17, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@placer14
Copy link
Member

The protobuf interface expressing the RPC API does not support full precision and only casts the values to the existing int64 values. This issue to update the protobuf to represent big.Int values as strings so values larger than int64 (as with ETH) can be represented.

@placer14 placer14 added the enhancement New feature or request label Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant