node
node copied to clipboard
Missing `op-reth` binary in v0.14.1
See title.
[root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.14.1
# ls
base-reth-node execution-entrypoint op-node op-node-entrypoint
# exit
[root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.14.0
# ls
base-reth-node execution-entrypoint op-node op-node-entrypoint op-reth
# exit
[root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.13.1
# ls
base-reth-node execution-entrypoint op-node op-node-entrypoint op-reth
# exit
Is base no longer building + including the op-reth binary for future releases? I didn't see any mention that this binary would be left out for this release.