File tree 5 files changed +0
-4171
lines changed
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
17
17
COPY mapper.jq /mapper.jq
18
18
COPY besu.sh /opt/besu/bin/besu-hive.sh
19
19
COPY enode.sh /hive-bin/enode.sh
20
- COPY trusted_setup.txt /trusted_setup.txt
21
20
22
21
# Set execute permissions for scripts
23
22
RUN 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
32
32
COPY mapper.jq /mapper.jq
33
33
COPY besu.sh /opt/besu/bin/besu-hive.sh
34
34
COPY enode.sh /hive-bin/enode.sh
35
- COPY trusted_setup.txt /trusted_setup.txt
36
35
37
36
# Set execute permissions for scripts
38
37
RUN 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
31
31
COPY mapper.jq /mapper.jq
32
32
COPY besu.sh /opt/besu/bin/besu-hive.sh
33
33
COPY enode.sh /hive-bin/enode.sh
34
- COPY trusted_setup.txt /trusted_setup.txt
35
34
36
35
# Set execute permissions for scripts
37
36
RUN 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
159
159
RPCFLAGS=" $RPCFLAGS --engine-host-allowlist=* --engine-jwt-enabled --engine-jwt-secret /jwtsecret"
160
160
fi
161
161
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
-
167
162
# Start Besu.
168
163
if [ -z " $HAS_IMPORT " ]; then
169
164
cmd=" $besu $FLAGS $RPCFLAGS "
You can’t perform that action at this time.
0 commit comments