You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Now that the SDK version supports the max ERC20 value (cosmos/cosmos-sdk#9511), we should update the proto message fields from TxData to use sdk.Int instead of plain bytes.
We should also update any relevant validation functions
Scope:
Update proto message
Update validation functions, constructors, etc
Remove (Un)MarshalBigInt funcs from types/
The text was updated successfully, but these errors were encountered:
Now that the SDK version supports the max ERC20 value (cosmos/cosmos-sdk#9511), we should update the proto
message
fields fromTxData
to usesdk.Int
instead of plainbytes
.We should also update any relevant validation functions
Scope:
(Un)MarshalBigInt
funcs from types/The text was updated successfully, but these errors were encountered: