Skip to content

v1.1.0

Compare
Choose a tag to compare
@brunocalza brunocalza released this 28 Mar 18:06
· 232 commits to main since this release
a21d495

This is an optional upgrade of the Tableland validator.

Here’s some important information you should be aware of when upgrading your validator:

  • We recommend backing up your current config.json and/or database.db files.
  • This version adds support for a new network: Arbitrum Nova (42170)
    • If you want to support that, make sure you update your config.json similar to our configuration.
    • Also, you should configure the following environment variables in .env_validator: VALIDATOR_QUICKNODE_ARBITRUM_NOVA_MAINNET_API_KEY and VALIDATOR_ARBITRUM_NOVA_MAINNET_SIGNER_PRIVATE_KEY. VALIDATOR_QUICKNODE_ARBITRUM_NOVA_MAINNET_API_KEY should contain Quicknode access token and VALIDATOR_ARBITRUM_NOVA_MAINNET_SIGNER_PRIVATE_KEY should contain Nova hex-encoded private key.

What's Changed

Full Changelog: v1.0.1...v1.1.0