Skip to content

Releases: CryptoManufaktur-io/polygon-zkevm-docker

Version 3.1.0

18 Dec 15:25
Compare
Choose a tag to compare

Support starting a node from a SNAPSHOT tar file containing the chaindata/ directory

Version 3.0.1

05 Dec 13:59
Compare
Choose a tag to compare

Bug fixes

  • Removing SCRIPT_TAG should now correctly switch back to main. If you've previously used a tag, such as v2.0.0, you'll need to fix this manually: git checkout main, then ./zkevmd update

Version 3.0.0

18 Oct 08:43
Compare
Choose a tag to compare

Breaking changes

  • Requires cdk-erigon v2.1.0 or later
  • WS_PORT and WS_HOST introduced. Note WS is now on a separate port from RPC, adjust your setup!

Version 2.0.0

02 Oct 16:25
Compare
Choose a tag to compare

Breaking changes

  • Remove legacy node support
  • Remove WS_HOST and WS_LB, because Erigon serves both over RPC_HOST and RPC_PORT. If you used a separate DNS entry for WS, you'll need to adjust the application that connects to this node

Bugfixes

  • Fixed ERIGON_EXTRAS
  • Fixed rpc-shared.yml to work with cdk-erigon.yml

Version 1.4.0

30 Aug 18:30
Compare
Choose a tag to compare
  • Support XLayer network
  • Support ERIGON_EXTRAS
  • Bug fixes

Version 1.1.0

03 May 21:47
Compare
Choose a tag to compare

This is a recommended release

Changes:

  • Add cdk-erigon.yml as an alternative to node.yml. Note cdk-erigon.yml will only sync mainnet, the config options for testnet have not been exposed.
  • Configurable RPC_PORT, WS_PORT and SHARE_IP
  • Add rpc-shared.yml in case Traefik is not desired