Skip to content

chain/gnoland1.1

Choose a tag to compare

@moul moul released this 01 Apr 05:47
· 430 commits to master since this release
96264d2

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.

PR: #5400 by @thehowl

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.1

All 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, gno

Deployment config

Full changelog: chain/gnoland1.0...chain/gnoland1.1