diff --git a/enclave/Cargo.lock b/enclave/Cargo.lock index f750291..82df83b 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.3#ce4988f8a5aa560174a86148d369d01975d187b4" +source = "git+https://github.com/datachainlab/parlia-elc?rev=v0.3.4#78d134938e24b05b5faaee71c30e7eae2ca6c620" 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.3#ce4988f8a5aa560174a86148d369d01975d187b4" +source = "git+https://github.com/datachainlab/parlia-elc?rev=v0.3.4#78d134938e24b05b5faaee71c30e7eae2ca6c620" dependencies = [ "ibc-proto", "prost", diff --git a/enclave/Cargo.toml b/enclave/Cargo.toml index 59623da..48c609a 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.3", default-features = false, features=["dev"] } +parlia-elc = { git = "https://github.com/datachainlab/parlia-elc", rev = "v0.3.4", default-features = false, features=["dev"] } [patch."crates-io"] getrandom = { git = "https://github.com/datachainlab/getrandom-sgx-lite" } diff --git a/go.mod b/go.mod index 4674eb8..c886c7f 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/datachainlab/ethereum-ibc-relay-chain v0.3.10 github.com/datachainlab/ibc-hd-signer v0.1.0 - github.com/datachainlab/ibc-parlia-relay v0.3.4 + github.com/datachainlab/ibc-parlia-relay v0.3.5 github.com/datachainlab/lcp-go v0.2.10 github.com/hyperledger-labs/yui-relayer v0.5.8 ) diff --git a/go.sum b/go.sum index 3df46a6..d315882 100644 --- a/go.sum +++ b/go.sum @@ -418,8 +418,8 @@ github.com/datachainlab/ethereum-ibc-relay-chain v0.3.10 h1:ce7/EiUZDjTWGHr8VGwP github.com/datachainlab/ethereum-ibc-relay-chain v0.3.10/go.mod h1:7goF50HLpKyL6bmisyY7t9QV338WC+68GqGpaZ9Te24= github.com/datachainlab/ibc-hd-signer v0.1.0 h1:dmnFTAwFpl0m7Lx6+b+N/rrNpHQnXpyJAYnM25GhDi0= github.com/datachainlab/ibc-hd-signer v0.1.0/go.mod h1:wUbLb2EryMCY+GfEsziU0T032Gch04jmrN0D4XGAfOI= -github.com/datachainlab/ibc-parlia-relay v0.3.4 h1:AC5u4radJ2qc4/Q0qCTSSYIdFy+fiUdBcedBFeze7eQ= -github.com/datachainlab/ibc-parlia-relay v0.3.4/go.mod h1:b3xAG+GAnk86IYFy5jXWEly1mCrU+hlanCFc0XJSW3I= +github.com/datachainlab/ibc-parlia-relay v0.3.5 h1:xydvyzwM3liNIG11HTO1+1AENWdhE93u27dir8TTWiA= +github.com/datachainlab/ibc-parlia-relay v0.3.5/go.mod h1:b3xAG+GAnk86IYFy5jXWEly1mCrU+hlanCFc0XJSW3I= github.com/datachainlab/lcp-go v0.2.10 h1:1c8C+HR+tC/4NjCjpuz+Nkk3I/uIQ3PNRcvJKsSU948= github.com/datachainlab/lcp-go v0.2.10/go.mod h1:0ivRb4qUiZz5UQxsbRKygQyFz0XC6TIC6YpEUdOc1So= github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=