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
util/gnolanddev/Dockerfile contains a few patches that show what is currently crucially lacking on gnolang/gno to port over the packages and the realm to the monorepo:
Completing the strconv stdlib. (Specifically, we need strconv.FormatFloat to print Glicko2's rating values).
After these are done, everything can be ported (probably as a periodical snapshot of this repo's content) over to the examples directory of the monorepo.
The text was updated successfully, but these errors were encountered:
util/gnolanddev/Dockerfile
contains a few patches that show what is currently crucially lacking ongnolang/gno
to port over the packages and the realm to the monorepo:IsOriginCall
/AssertOriginCall
rely onPrevRealm
gnolang/gno#1048, otherwise the tests will be failing and trying to useAssertOriginCall
with the current system is substantially tricky.strconv
stdlib. (Specifically, we needstrconv.FormatFloat
to print Glicko2's rating values).After these are done, everything can be ported (probably as a periodical snapshot of this repo's content) over to the examples directory of the monorepo.
The text was updated successfully, but these errors were encountered: