Skip to content

Commit 5db0654

Browse files
author
Naohiro Yoshida
committed
support fermi
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 289b5e6 commit 5db0654

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
run: |
5555
make chain
5656
make contracts
57-
# Wait for Maxwell HF to be enabled (0.75sec * 2000)
58-
sleep 1500
57+
# Wait for Latest HF to be enabled (0.45sec * 2000)
58+
sleep 900
5959
make relayer
6060
make test
6161
- name: integration-test

e2e/chains/bsc/Dockerfile.bootstrap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x nodesource_setup.sh | bash
1919
&& apt-get install --no-install-recommends -y nodejs \
2020
&& rm -rf /var/cache/apt/*
2121

22+
# https://github.com/bnb-chain/bsc/blob/v1.6.2/core/systemcontracts/upgrade.go#L1031C20-L1031C117
2223
RUN git clone https://github.com/bnb-chain/bsc-genesis-contract -b develop /root/genesis \
23-
&& cd /root/genesis && git checkout bf3ac733f8aaf93ed88ca0ad2dcddd051166e4e1 && npm ci
24+
&& cd /root/genesis && git checkout 34618f607f8356cf147dde6a69fae150bd53d5bf && npm ci
2425

2526
RUN cd /root/genesis && /root/.local/bin/poetry install
2627
RUN cd /root/genesis && forge install --no-git foundry-rs/forge-std@v1.7.3

e2e/chains/bsc/docker-compose.bsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ services:
55
dockerfile: Dockerfile.bsc
66
args:
77
GIT_SOURCE: https://github.com/bnb-chain/bsc
8-
GIT_CHECKOUT_BRANCH: v1.6.1-beta-feature-ScalableDB
8+
GIT_CHECKOUT_BRANCH: v1.6.2
99
image: bsc-geth:docker-local

e2e/chains/bsc/genesis/genesis-template.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"pragueTime": 0,
3838
"lorentzTime": 0,
3939
"maxwellTime": 0,
40+
"fermiTime": 0,
4041
"blobSchedule": {
4142
"cancun": {
4243
"target": 3,

0 commit comments

Comments
 (0)