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.
System info: 1447bf6
Steps to reproduce:
sendRawTransaction
:Expected behavior:
graceful rejection of the invalid input
Actual behavior:
Additional info:
Ethermint calls
sdk.NewIntFromBigInt
on untrusted user inputs (e.g.tx.Value()
) and this method panics if the integer has more than 256 bits:https://github.com/cosmos/cosmos-sdk/blob/master/types/int.go#L112
The text was updated successfully, but these errors were encountered: