Skip to content

Commit

Permalink
Merge pull request #26 from datachainlab/update-ibc
Browse files Browse the repository at this point in the history
Update ethereum-ibc-rs to v0.0.18

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Nov 15, 2024
2 parents ad92214 + f8237f4 commit 0c139a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ displaydoc = { version = "0.2", default-features = false }
tiny-keccak = { version = "1.4" }

light-client = { git = "https://github.com/datachainlab/lcp", rev = "v0.2.11", default-features = false, features = ["ibc"] }
ethereum-ibc = { git = "https://github.com/datachainlab/ethereum-ibc-rs", rev = "v0.0.17", default-features = false }
ethereum-ibc = { git = "https://github.com/datachainlab/ethereum-ibc-rs", rev = "v0.0.18", default-features = false }
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

[![test](https://github.com/datachainlab/ethereum-elc/actions/workflows/test.yml/badge.svg)](https://github.com/datachainlab/ethereum-elc/actions/workflows/test.yml)

ELC implementation based on [ethereum-ibc-rs](https://github.com/datachainlab/ethereum-ibc-rs).
`ethereum-elc` is an ELC(Enclave Light Client) implementation of Ethereum based on [ethereum-ibc-rs](https://github.com/datachainlab/ethereum-ibc-rs).

The spec of the light client is [here](https://github.com/datachainlab/ethereum-ibc-rs/blob/main/README.md).

0 comments on commit 0c139a2

Please sign in to comment.