the current repo is broken b/c some older images on https://hub.docker.com/r/hermeznetwork was removed. and since the compose file uses latest tagged images, the docker CMDs will panic (#24).
this PR does the following:
upgrade hermeznetwork/cdk-validium-node to v0.0.3-RC2
upgrade hermeznetwork/cdk-data-availability to v0.0.3
upgrade hermeznetwork/zkevm-bridge-service to v0.3.1
explorer, bridge ui, and prover remains the same
cleaned up some irrelevant configs files and services
the current repo is broken b/c some older images on https://hub.docker.com/r/hermeznetwork was removed. and since the compose file uses
latest
tagged images, the docker CMDs will panic (#24).this PR does the following: