Main change
This is a bug fix release of Gemini 3g.
NOTE: Farmers do not need to upgrade to this release and continue farming with previous release.
This release includes some breaking changes to the operator node
- Introduced
--operator-id
mandatory cli argument and removed--operator
flag.- If
--operator-id
is not passed, then the node will run as full node instead of operator node. - Operators should pass their registered
operator_id
to--operator-id
cli argument to run as operator node.
- If
- Fixes relayer
FetchAssignedMessages
issue as seen by few operator nodes.
The documentation is updated with new --operator-id
cli flag usage and can be found here
Bootstrap nodes, if upgraded, will benefit from the change introduced in this PR
Known issues
It is known that sync can get stuck in some cases on node restart. Give it 30 minutes and if there is no progress in 30 minutes restart the node. This was happening on all Gemini 3f releases and we are still looking into it.
Ubuntu and Windows x86-64 builds
There are two versions:
- skylake: for Intel Skylake/AMD Ryzen processors and newer
- x86-64-v2: for older processors since ~2009 and some old VMs
- older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
- x86-64 container images are built for Skylake/AMD Ryzen processors and newer only