File tree Expand file tree Collapse file tree 5 files changed +0
-4171
lines changed Expand file tree Collapse file tree 5 files changed +0
-4171
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ COPY genesis.json /genesis.json
1717COPY mapper.jq /mapper.jq
1818COPY besu.sh /opt/besu/bin/besu-hive.sh
1919COPY enode.sh /hive-bin/enode.sh
20- COPY trusted_setup.txt /trusted_setup.txt
2120
2221# Set execute permissions for scripts
2322RUN chmod +x /opt/besu/bin/besu-hive.sh /hive-bin/enode.sh
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ COPY genesis.json /genesis.json
3232COPY mapper.jq /mapper.jq
3333COPY besu.sh /opt/besu/bin/besu-hive.sh
3434COPY enode.sh /hive-bin/enode.sh
35- COPY trusted_setup.txt /trusted_setup.txt
3635
3736# Set execute permissions for scripts
3837RUN chmod +x /opt/besu/bin/besu-hive.sh /hive-bin/enode.sh
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ COPY genesis.json /genesis.json
3131COPY mapper.jq /mapper.jq
3232COPY besu.sh /opt/besu/bin/besu-hive.sh
3333COPY enode.sh /hive-bin/enode.sh
34- COPY trusted_setup.txt /trusted_setup.txt
3534
3635# Set execute permissions for scripts
3736RUN chmod +x /opt/besu/bin/besu-hive.sh /hive-bin/enode.sh
Original file line number Diff line number Diff line change @@ -159,11 +159,6 @@ if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
159159 RPCFLAGS=" $RPCFLAGS --engine-host-allowlist=* --engine-jwt-enabled --engine-jwt-secret /jwtsecret"
160160fi
161161
162- # Enable KZG trusted setup if cancun timestamp is set, needed for custom genesis on Besu with Cancun
163- if [ " $HIVE_CANCUN_TIMESTAMP " != " " ]; then
164- FLAGS=" $FLAGS --kzg-trusted-setup=/trusted_setup.txt"
165- fi
166-
167162# Start Besu.
168163if [ -z " $HAS_IMPORT " ]; then
169164 cmd=" $besu $FLAGS $RPCFLAGS "
You can’t perform that action at this time.
0 commit comments