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
The amout field in the EtherChaintrade class needs special handling: It doesn't fit in a long (it produces an overflow in some instances) and BigDecimal losses precision. BigInt conversion fails in some instances. We're using a String at the moment, to preserve the original information, but we'll have to refactor it once we complete the scope/initial analysis stage.
The text was updated successfully, but these errors were encountered:
The amout field in the EtherChaintrade class needs special handling: It doesn't fit in a long (it produces an overflow in some instances) and BigDecimal losses precision. BigInt conversion fails in some instances. We're using a String at the moment, to preserve the original information, but we'll have to refactor it once we complete the scope/initial analysis stage.
The text was updated successfully, but these errors were encountered: