github Manta-Network/Manta v3.3.0

latest releases: v4.7.3, v4.7.3-2, v4.7.3-1...
2 years ago

⚠️High priority release with a breaking client change that will upgrade the network's consensus mechanism⚠️

The upgrade sequence for this release is:

  • Users: No action needed
  • Full Node Runners: Upgrade manta binary at your earliest convenience
    ⚠️If your node is not on the v3.3.0 binary by the time the runtime upgrade is enacted, it will fall out of sync with the network
  • Collator Runners: Upgrade manta binary after the on-chain runtime upgrade to v3.3.0 is enacted
    ⚠️If you upgrade the binary before the runtime is live, it will not be able to produce blocks. This will cost you missed rewards, slow down the chain and delay the runtime upgrade)
    ⚠️ You have one week to upgrade after the v330 runtime is live on-chain. After one week, we will submit a governance motion to remove every collator that has not upgraded by then. If your node gets removed because of this, you will have to go through the collator onboarding process again ⚠️

Troubleshooting

I upgraded the binary and my node is stuck :(

  1. Verify that Calamari Network has had its runtime upgraded to v3.3.0 (top left corner)
  2. Verify that you're running the correct binary. manta --version should output manta 3.3.0-6718bf10797

The v3.3.0 runtime is live, I have just upgraded my node's binary but it is still stuck on the runtime upgrade block

It is possible your node got banned from networking by the upgraded peers, please

  1. stop your node
  2. delete your base-path/chains/chain/network folder (only the network folder, not db or keystore)
    NOTE: If you installed from our Debian package, base-path is /var/lib/substrate
  3. restart your node

The v3.3.0 runtime is live, my node stays stuck after upgrading the binary and the log says

Idle (X peers), best: #<RUNTIME_UPGRADE_BLOCK+1> (0xca66…99bb), finalized #<RUNTIME_UPGRADE_BLOCK> (0xa572…70d8)

  1. Stop your node
  2. Run manta revert --chain=calamari -- 1
  3. Restart your node

If it still does not resume syncing, please let us know in the #collator-maintainer channel on Discord!

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.3.0

Don't miss a new Manta release

NewReleases is sending notifications on new releases.