Releases: CryptoManufaktur-io/polygon-zkevm-docker
Releases · CryptoManufaktur-io/polygon-zkevm-docker
Version 3.1.0
Support starting a node from a SNAPSHOT
tar file containing the chaindata/
directory
Version 3.0.1
Bug fixes
- Removing
SCRIPT_TAG
should now correctly switch back tomain
. If you've previously used a tag, such asv2.0.0
, you'll need to fix this manually:git checkout main
, then./zkevmd update
Version 3.0.0
Breaking changes
- Requires cdk-erigon
v2.1.0
or later WS_PORT
andWS_HOST
introduced. Note WS is now on a separate port from RPC, adjust your setup!
Version 2.0.0
Breaking changes
- Remove legacy node support
- Remove
WS_HOST
andWS_LB
, because Erigon serves both overRPC_HOST
andRPC_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 withcdk-erigon.yml
Version 1.4.0
- Support XLayer network
- Support
ERIGON_EXTRAS
- Bug fixes
Version 1.1.0
This is a recommended release
Changes:
- Add
cdk-erigon.yml
as an alternative tonode.yml
. Notecdk-erigon.yml
will only sync mainnet, the config options for testnet have not been exposed. - Configurable
RPC_PORT
,WS_PORT
andSHARE_IP
- Add
rpc-shared.yml
in case Traefik is not desired