Skip to content

Commit 595486e

Browse files
committed
fix bsc
1 parent 9c38f8f commit 595486e

File tree

7 files changed

+13
-18
lines changed

7 files changed

+13
-18
lines changed

enclave/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["staticlib"]
1111
[dependencies]
1212
enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12" }
1313
tendermint-lc = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12", default-features = false }
14-
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.9-2-rc03260940", default-features = false }
14+
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.9-2-rc0402", default-features = false }
1515

1616
[patch."crates-io"]
1717
getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" }

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/datachainlab/cosmos-bsc-ibc-lcp
33
go 1.22.0
44

55
require (
6-
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.16
6+
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17
77
github.com/datachainlab/ibc-hd-signer v0.1.2
8-
github.com/datachainlab/ibc-parlia-relay v0.3.13-2-rc03242218
8+
github.com/datachainlab/ibc-parlia-relay v0.3.13-2-rc0401
99
github.com/datachainlab/lcp-go v0.2.15
1010
github.com/hyperledger-labs/yui-relayer v0.5.11
1111
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,12 +414,12 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
414414
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
415415
github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0=
416416
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
417-
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.16 h1:C4xwZ1Pq5O+ITjP5UphpwThtTHnWiTe0V4pckEvqfwI=
418-
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.16/go.mod h1:sf+ti1uM1joxhukxIyj8oDQ5yf7d+e+nl+3vtn9f5CM=
417+
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17 h1:oyDLIbc9hyp31c3OoIB5wHm51tpyDrYAu1KBA1KxfEw=
418+
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.17/go.mod h1:sf+ti1uM1joxhukxIyj8oDQ5yf7d+e+nl+3vtn9f5CM=
419419
github.com/datachainlab/ibc-hd-signer v0.1.2 h1:fWAYjMBVyM390OllX/l58mZYA7we0spEBFLYKWYTwfw=
420420
github.com/datachainlab/ibc-hd-signer v0.1.2/go.mod h1:nwH0Z3TK/7jbu/oInGGWGRimQ+LCn6yvDyjMZrw9mR4=
421-
github.com/datachainlab/ibc-parlia-relay v0.3.13-2-rc03242218 h1:Au7L+ReBXRKLyWNJnEU8d3F87O+46f15brtmtEOnlIY=
422-
github.com/datachainlab/ibc-parlia-relay v0.3.13-2-rc03242218/go.mod h1:aHh0ugA/0+ZGE+dZ4+ptmWAnCzPgTkLqZ0Fxrcv6RvA=
421+
github.com/datachainlab/ibc-parlia-relay v0.3.13-2-rc0401 h1:MKANi6wj49Dma9odlwVYraeeZ1F7DiWSB0FO4o2SBrc=
422+
github.com/datachainlab/ibc-parlia-relay v0.3.13-2-rc0401/go.mod h1:YkqwnY+1CFEeRe3aQmg053YSSkXK0sTeX39GUNN83d0=
423423
github.com/datachainlab/lcp-go v0.2.15 h1:UOelDhvE0/2lzCjeBSFghUkBkq3YJhnQhaTf3EKSZNg=
424424
github.com/datachainlab/lcp-go v0.2.15/go.mod h1:AmdXcxocZ1/qH86GEHeQOxTozE+06lH3Fkgg+LsZJu0=
425425
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

tests/e2e/chains/bsc/Dockerfile.bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM ghcr.io/foundry-rs/foundry:nightly-462b2ac6c038dc24b8f38b0c59b664d0740604c2
33
RUN apk add --d --no-cache ca-certificates npm nodejs bash alpine-sdk expect jq curl bash python3
44
RUN curl -sSL https://install.python-poetry.org | python3 -
55

6-
RUN git clone https://github.com/bnb-chain/bsc-genesis-contract -b v1.2.4 /root/genesis \
7-
&& cd /root/genesis && npm ci
6+
RUN git clone https://github.com/bnb-chain/bsc-genesis-contract -b develop /root/genesis \
7+
&& cd /root/genesis && git checkout 44ebc6c17a00bd24db3240141a78091528dcebbb && npm ci
88

99
RUN cd /root/genesis && /root/.local/bin/poetry install
1010
RUN cd /root/genesis && forge install --no-git --no-commit foundry-rs/[email protected]

tests/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: develop
8+
GIT_CHECKOUT_BRANCH: v1.5.9
99
image: bsc-geth:docker-local

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"bohrTime": 0,
3636
"pascalTime": 0,
3737
"pragueTime": 0,
38-
"lorentzTime": 1742954700,
38+
"lorentzTime": 1743584700,
3939
"blobSchedule": {
4040
"cancun": {
4141
"target": 3,
@@ -46,11 +46,6 @@
4646
"target": 6,
4747
"max": 9,
4848
"baseFeeUpdateFraction": 5007716
49-
},
50-
"lorentz": {
51-
"target": 6,
52-
"max": 9,
53-
"baseFeeUpdateFraction": 5007716
5449
}
5550
},
5651
"parlia": {

0 commit comments

Comments
 (0)