Deneb upgrade for fixturenet-plugeth #789

Merged
roysc merged 11 commits from roy/fnet-eth-deneb-upgrade into main 2024-04-11 03:21:38 +00:00
Showing only changes of commit 5246a4a896 - Show all commits

View File

@ -11,8 +11,7 @@ COPY --from=ethgen /usr/local/bin/eth2-testnet-genesis /usr/local/bin/
COPY --from=ethgen /usr/local/bin/eth2-val-tools /usr/local/bin/
COPY --from=ethgen /apps /apps
RUN cd /apps/el-gen && pip3 install --break-system-packages -r requirements.txt
# web3==5.24.0 used by el-gen is broken on python 3.11
RUN pip3 install --break-system-packages --upgrade "web3==6.5.0"
RUN pip3 install --break-system-packages --upgrade "web3==v6.15.1"
RUN pip3 install --break-system-packages --upgrade "typing-extensions"
# Build genesis config
Review

The rearranged lines are just for better build caching

The rearranged lines are just for better build caching