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 int256 package in gno main branch (v2.0) operates more efficiently than the int256 currently used in gnoswap. Therefore, we need to modify our code to use this 2.0 version before deployment.
However, we need to consider two factors:
Identify functions that are only supported in gnoswap's int256 package
ToString -> String
Alternatively, we could switch to using the gno.land/p/demo/int256 package.
The text was updated successfully, but these errors were encountered:
The
int256
package in gno main branch (v2.0) operates more efficiently than theint256
currently used in gnoswap. Therefore, we need to modify our code to use this 2.0 version before deployment.However, we need to consider two factors:
int256
packageToString
->String
Alternatively, we could switch to using the
gno.land/p/demo/int256
package.The text was updated successfully, but these errors were encountered: