matter-labs / local-setup

zkSync 2.0 setup for local development
63 stars 33 forks source link

More Local Setup fails after latest changes #18

Closed uri-99 closed 4 months ago

uri-99 commented 5 months ago

+1

I also have a problem with this tool after latest commit https://github.com/matter-labs/local-setup/commit/2605e172467f014121df51fed6006df25921c96a. I will post it here, since it is a different problem.

I use this tool in a CI, and noticed it started failing today:

image

I tried running locally (macOS, silicon chip) and the same error:

image

I thought about checking out the previous commit , since it has worked many times, but still there seems to be another problem when running it in both the CI and locally:

CI:

image

Same problem, when running locally:

image

I suspect this might be related to the updated Docker matterlabs/local-node:latest2.0 image.

benceharomi commented 5 months ago

local-node image has been updated in the meantime. Are you still having this problem? Please make sure that you use these images:

matterlabs/local-node@sha256:7caf61fac152986915ff8d865a136f78b695a5ed3587883218fb2fd37fe67140 ➜ ~ docker inspect --format='{{index .RepoDigests 0}}' postgres:14

postgres@sha256:d6850c40261fdc9a4fb33b9521d9d641c4a5dcb82145f7bcc32c9258f81e75a2 ➜ ~ docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/paradigmxyz/reth:v0.2.0-beta.2

ghcr.io/paradigmxyz/reth@sha256:ce7f45d7fd54245b51d8b17935da801d87978d8eabec1d3cda6abf0d133373f8

benceharomi commented 4 months ago

I'm closing this, if you are having issues with the latest images, please open a new issue!