From 43b98f54a8e24ac552b42fc72f151aa2c6da6799 Mon Sep 17 00:00:00 2001 From: Naohiro Yoshida Date: Wed, 11 Dec 2024 12:43:25 +0900 Subject: [PATCH] Bump elc (#11) --- README.md | 2 +- enclave/Cargo.lock | 4 ++-- enclave/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff96b40..a64c63b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a cross-chain messaging demo between Cosmos and BSC using IBC and LCP (L - [lcp-solidity v0.1.15](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.15) - [yui-relayer v0.5.8](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.5.8) - [ethereum-ibc-relay-chain v0.3.10](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.3.10) -- [parlia-elc v0.3.4](https://github.com/datachainlab/parlia-elc/releases/tag/v0.3.4) +- [parlia-elc v0.3.5](https://github.com/datachainlab/parlia-elc/releases/tag/v0.3.5) - [ibc-parlia-relay v0.3.6](https://github.com/datachainlab/ibc-parlia-relay/releases/tag/v0.3.6) ## Pre-requisites diff --git a/enclave/Cargo.lock b/enclave/Cargo.lock index 82df83b..4fb1894 100644 --- a/enclave/Cargo.lock +++ b/enclave/Cargo.lock @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "parlia-elc" version = "0.2.9" -source = "git+https://github.com/datachainlab/parlia-elc?rev=v0.3.4#78d134938e24b05b5faaee71c30e7eae2ca6c620" +source = "git+https://github.com/datachainlab/parlia-elc?rev=v0.3.5#432ef3dd834fbdc7fcb294c76cb0f099cff76097" dependencies = [ "elliptic-curve", "hex-literal", @@ -1254,7 +1254,7 @@ dependencies = [ [[package]] name = "parlia-ibc-proto" version = "0.2.0" -source = "git+https://github.com/datachainlab/parlia-elc?rev=v0.3.4#78d134938e24b05b5faaee71c30e7eae2ca6c620" +source = "git+https://github.com/datachainlab/parlia-elc?rev=v0.3.5#432ef3dd834fbdc7fcb294c76cb0f099cff76097" dependencies = [ "ibc-proto", "prost", diff --git a/enclave/Cargo.toml b/enclave/Cargo.toml index 48c609a..fd104c3 100644 --- a/enclave/Cargo.toml +++ b/enclave/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [dependencies] enclave-runtime = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11" } tendermint-lc = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11", default-features = false } -parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.4", default-features = false, features=["dev"] } +parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.5", default-features = false, features=["dev"] } [patch."crates-io"] getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" }