Skip to content

Commit

Permalink
Merge pull request #9 from datachainlab/feature/bump_module
Browse files Browse the repository at this point in the history
Bump parlie-elc / ibc-parlia-relay
  • Loading branch information
yoshidan authored Oct 2, 2024
2 parents a9d1426 + 969950d commit 0df360d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions enclave/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 0df360d

Please sign in to comment.