Skip to content

Commit

Permalink
chore: added note on go version for axelard (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin852 authored Dec 11, 2024
1 parent 1b564f6 commit c5a46af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/resources/testnet/upgrades/v112.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The `v1.1.2` upgrade is a non-consensus breaking patch release for `v1.1.x.` `v1
axelard tx gov vote 164 yes --from validator
```

<Callout type="warning" emoji="⚠️">
`axelard` must be built with `go-1.23` for this release.
</Callout>


2. Wait for the proposed upgrade block, `16665600`. Your node will panic at that block height with a log: `{"level":"error","module":"consensus","err":"UPGRADE \"v1.1.2\" NEEDED at height: ",`. Stop your node after chain halt.

Expand Down

0 comments on commit c5a46af

Please sign in to comment.