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
This addresses this issue: gnolang#2834
It tries to hew very closely to how the context is created under `gno test` so that there is consistency of results between code that is executed in the test and run contexts.
similar to testing exec context, to support functions like
std.GetHeight()
. It currently doesn't:gno/gnovm/cmd/gno/run.go
Lines 115 to 121 in 9897b66
cc @wyhaines
The text was updated successfully, but these errors were encountered: