chain/gnoland1.1
chain/gnoland1.1
Hotfix for consensus halt at block 352922 on gnoland1.
What changed
Fix: TypeCheckMemPackage wasn't storing 22 leaf stdlibs (time, regexp, math/rand, etc.) in vm.typeCheckCache. This caused non-deterministic gas consumption between fresh and restarted nodes, triggering a consensus halt.
Install
Docker (recommended):
docker pull ghcr.io/gnolang/gno/gnoland:gnoland1.1
docker pull ghcr.io/gnolang/gno/gnokey:gnoland1.1
docker pull ghcr.io/gnolang/gno/gnoweb:gnoland1.1All images: ghcr.io/gnolang/gno/{gnoland,gnokey,gnoweb,gno,gnofaucet,gnodev}:gnoland1.1
From source:
git checkout chain/gnoland1.1
make install # installs gnoland, gnokey, gnoweb, gnoDeployment config
- Chain config & scripts:
misc/deployments/gnoland1/
Full changelog: chain/gnoland1.0...chain/gnoland1.1