Skip to content

Commit 94580f4

Browse files
authored
clients/besu: Remove trusted setup (#946)
1 parent d2ed863 commit 94580f4

File tree

5 files changed

+0
-4171
lines changed

5 files changed

+0
-4171
lines changed

clients/besu/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ COPY genesis.json /genesis.json
1717
COPY mapper.jq /mapper.jq
1818
COPY besu.sh /opt/besu/bin/besu-hive.sh
1919
COPY enode.sh /hive-bin/enode.sh
20-
COPY trusted_setup.txt /trusted_setup.txt
2120

2221
# Set execute permissions for scripts
2322
RUN chmod +x /opt/besu/bin/besu-hive.sh /hive-bin/enode.sh

clients/besu/Dockerfile.git

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ COPY genesis.json /genesis.json
3232
COPY mapper.jq /mapper.jq
3333
COPY besu.sh /opt/besu/bin/besu-hive.sh
3434
COPY enode.sh /hive-bin/enode.sh
35-
COPY trusted_setup.txt /trusted_setup.txt
3635

3736
# Set execute permissions for scripts
3837
RUN chmod +x /opt/besu/bin/besu-hive.sh /hive-bin/enode.sh

clients/besu/Dockerfile.local

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ COPY genesis.json /genesis.json
3131
COPY mapper.jq /mapper.jq
3232
COPY besu.sh /opt/besu/bin/besu-hive.sh
3333
COPY enode.sh /hive-bin/enode.sh
34-
COPY trusted_setup.txt /trusted_setup.txt
3534

3635
# Set execute permissions for scripts
3736
RUN chmod +x /opt/besu/bin/besu-hive.sh /hive-bin/enode.sh

clients/besu/besu.sh

-5
Original file line numberDiff line numberDiff 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"
160160
fi
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.
168163
if [ -z "$HAS_IMPORT" ]; then
169164
cmd="$besu $FLAGS $RPCFLAGS"

0 commit comments

Comments
 (0)