Skip to content

Commit b8aa2ef

Browse files
committed
bump module
1 parent 9851c9c commit b8aa2ef

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.17" }
1313
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-rc2", default-features = false }
14+
parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.4.0", default-features = false }
1515

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

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.4.0-rc3
8+
github.com/datachainlab/ibc-parlia-relay v0.4.0-ts
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.4.0-rc3 h1:27DPWgfQ0eedyUDXvHPNhbQMsYXeHiQ/uq0tekH0BY4=
427-
github.com/datachainlab/ibc-parlia-relay v0.4.0-rc3/go.mod h1:cD7LUXfUcLSlIz1V5S1g2H1NOaREI+2a9W0m1AS7OiY=
426+
github.com/datachainlab/ibc-parlia-relay v0.4.0-ts h1:1z6UQAgaZfDWg7Ib124qAtZqi36EJs5sJQx8E6eM39Y=
427+
github.com/datachainlab/ibc-parlia-relay v0.4.0-ts/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.4
8+
GIT_CHECKOUT_BRANCH: v1.6.5
99
image: bsc-geth:docker-local

0 commit comments

Comments
 (0)