OpenBazaar / multiwallet

API based multi-cryptocurrency wallet
MIT License
72 stars 41 forks source link

Add big.Int precision to RPC API #122

Open placer14 opened 4 years ago

placer14 commented 4 years ago

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.