Skip to content

Commit b990a52

Browse files
committed
use bep590 modules
Signed-off-by: yoshidan <[email protected]>
1 parent 4182eb4 commit b990a52

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

enclave/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ name = "proxy_enclave"
99
crate-type = ["staticlib"]
1010

1111
[dependencies]
12-
enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.12" }
13-
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.10", default-features = false }
12+
enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.17" }
13+
tendermint-lc = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.17", default-features = false }
14+
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.4.0-rc1", default-features = false }
1515

1616
[patch."crates-io"]
1717
getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" }
18-
# TODO these patches would be better as optional
1918
sha2-0108 = { git = "https://github.com/bluele/hashes", branch = "0.10.8-sha256-hwa-disabled", package = "sha2" }
2019
sha2-099 = { git = "https://github.com/bluele/hashes", branch = "0.9.9-sha256-hwa-disabled", package = "sha2" }
2120
ibc = { git = "https://github.com/datachainlab/ibc-rs", rev = "v0.29.0-channel-upgrade-path" }

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.2
55
require (
66
github.com/datachainlab/ethereum-ibc-relay-chain v0.3.18
77
github.com/datachainlab/ibc-hd-signer v0.1.2
8-
github.com/datachainlab/ibc-parlia-relay v0.3.21
8+
github.com/datachainlab/ibc-parlia-relay v0.4.0-rc1
99
github.com/datachainlab/lcp-go v0.2.22
1010
github.com/hyperledger-labs/yui-relayer v0.5.16
1111
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ github.com/datachainlab/go-risc0-verifier v0.1.3 h1:iEIVqGzLK1+AdZCfNqSxXJhMLDg7
423423
github.com/datachainlab/go-risc0-verifier v0.1.3/go.mod h1:O+uLSIdkN9rvqDXuZCnAOSPf/IT5SVjK/PxxJP3sPPU=
424424
github.com/datachainlab/ibc-hd-signer v0.1.2 h1:fWAYjMBVyM390OllX/l58mZYA7we0spEBFLYKWYTwfw=
425425
github.com/datachainlab/ibc-hd-signer v0.1.2/go.mod h1:nwH0Z3TK/7jbu/oInGGWGRimQ+LCn6yvDyjMZrw9mR4=
426-
github.com/datachainlab/ibc-parlia-relay v0.3.21 h1:kPdJ0L8fgWUfvO6BOp5yx0/8apBMg6jCWZt7g9yRoQ8=
427-
github.com/datachainlab/ibc-parlia-relay v0.3.21/go.mod h1:cD7LUXfUcLSlIz1V5S1g2H1NOaREI+2a9W0m1AS7OiY=
426+
github.com/datachainlab/ibc-parlia-relay v0.4.0-rc1 h1:izkdwtXgYzdKp+u40y1rsRa20nyWj8Ld92ixcT2hu9k=
427+
github.com/datachainlab/ibc-parlia-relay v0.4.0-rc1/go.mod h1:cD7LUXfUcLSlIz1V5S1g2H1NOaREI+2a9W0m1AS7OiY=
428428
github.com/datachainlab/lcp-go v0.2.22 h1:NGxmYEDE1Hh7lAvNJqaqcKchy0PO2Y6XfqDyMSBKst8=
429429
github.com/datachainlab/lcp-go v0.2.22/go.mod h1:SpxlVp4hECm9Lgr4+ob4ZKJfbg6Q7SVsbkgBelBnaWk=
430430
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

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: v1.6.2
8+
GIT_CHECKOUT_BRANCH: v1.6.3
99
image: bsc-geth:docker-local

0 commit comments

Comments
 (0)