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.
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.