File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2223RUN 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
2526RUN cd /root/genesis && /root/.local/bin/poetry install
2627RUN cd /root/genesis && forge install --no-git foundry-rs/forge-std@v1.7.3
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3737 "pragueTime": 0,
3838 "lorentzTime": 0,
3939 "maxwellTime": 0,
40+ "fermiTime": 0,
4041 "blobSchedule": {
4142 "cancun": {
4243 "target": 3,
You can’t perform that action at this time.
0 commit comments