Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
run: |
make chain
make contracts
# Wait for Maxwell HF to be enabled (0.75sec * 2000)
sleep 1500
# Wait for Latest HF to be enabled (0.45sec * 2000)
sleep 900
make relayer
make test
- name: integration-test
Expand Down
3 changes: 2 additions & 1 deletion e2e/chains/bsc/Dockerfile.bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x nodesource_setup.sh | bash
&& apt-get install --no-install-recommends -y nodejs \
&& rm -rf /var/cache/apt/*

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

RUN cd /root/genesis && /root/.local/bin/poetry install
RUN cd /root/genesis && forge install --no-git foundry-rs/forge-std@v1.7.3
Expand Down
2 changes: 1 addition & 1 deletion e2e/chains/bsc/docker-compose.bsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ services:
dockerfile: Dockerfile.bsc
args:
GIT_SOURCE: https://github.com/bnb-chain/bsc
GIT_CHECKOUT_BRANCH: v1.6.1-beta-feature-ScalableDB
GIT_CHECKOUT_BRANCH: v1.6.2
image: bsc-geth:docker-local
1 change: 1 addition & 0 deletions e2e/chains/bsc/genesis/genesis-template.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"pragueTime": 0,
"lorentzTime": 0,
"maxwellTime": 0,
"fermiTime": 0,
"blobSchedule": {
"cancun": {
"target": 3,
Expand Down