erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.1k stars 1.09k forks source link

silkworm in release builds #11846

Open battlmonstr opened 1 week ago

battlmonstr commented 1 week ago

Currently release builds (e.g. erigon_2.60.6_linux_amd64.tar.gz) and docker images are built without silkworm support using "nosilkworm" build tag. Some of them have only the "erigon" binary included.

We'd like to support silkworm integration in Linux amd64 builds and docker images. Optionally macOS arm64 builds could have it.

Implementation details