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 was archived by the owner on Jan 9, 2026. It is now read-only.
IMO, (env-data) should be automatically initialized to the empty object: {} by the REPL.
Exactly like on-chain, where the transaction data can't be Null and is at least the empty object.
It looks like that the environment data is not initialized when starting the REPL.
Thus, when I try to read it, Pact gives a weird error message:
Hopefully after a correct init, everything goes back to normal:
IMO, (env-data) should be automatically initialized to the empty object:
{}by the REPL.Exactly like on-chain, where the transaction data can't be Null and is at least the empty object.