File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ name = "proxy_enclave"
99crate-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" ]
1717getrandom = { git = " https://github.com/datachainlab/getrandom-sgx-lite" }
18- # TODO these patches would be better as optional
1918sha2-0108 = { git = " https://github.com/bluele/hashes" , branch = " 0.10.8-sha256-hwa-disabled" , package = " sha2" }
2019sha2-099 = { git = " https://github.com/bluele/hashes" , branch = " 0.9.9-sha256-hwa-disabled" , package = " sha2" }
2120ibc = { git = " https://github.com/datachainlab/ibc-rs" , rev = " v0.29.0-channel-upgrade-path" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.2
55require (
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)
Original file line number Diff line number Diff line change @@ -423,8 +423,8 @@ github.com/datachainlab/go-risc0-verifier v0.1.3 h1:iEIVqGzLK1+AdZCfNqSxXJhMLDg7
423423github.com/datachainlab/go-risc0-verifier v0.1.3 /go.mod h1:O+uLSIdkN9rvqDXuZCnAOSPf/IT5SVjK/PxxJP3sPPU =
424424github.com/datachainlab/ibc-hd-signer v0.1.2 h1:fWAYjMBVyM390OllX/l58mZYA7we0spEBFLYKWYTwfw =
425425github.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 =
428428github.com/datachainlab/lcp-go v0.2.22 h1:NGxmYEDE1Hh7lAvNJqaqcKchy0PO2Y6XfqDyMSBKst8 =
429429github.com/datachainlab/lcp-go v0.2.22 /go.mod h1:SpxlVp4hECm9Lgr4+ob4ZKJfbg6Q7SVsbkgBelBnaWk =
430430github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
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.2
8+ GIT_CHECKOUT_BRANCH : v1.6.3
99 image : bsc-geth:docker-local
You can’t perform that action at this time.
0 commit comments