Skip to content

Commit

Permalink
Merge pull request #28 from datachainlab/lcp-misbehaviour-upgrade
Browse files Browse the repository at this point in the history
Misbehaviour support

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored Feb 7, 2024
2 parents bf48a25 + 1e10ba1 commit 74bd044
Show file tree
Hide file tree
Showing 11 changed files with 845 additions and 495 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To enable IBC on Ethereum using LCP, we primarily need the following modules:
- ELC, a light client implemented within the LCP enclave, for Ethereum and Tendermint
- [ELC for Ethereum](https://github.com/datachainlab/ethereum-elc)
- [ELC for tendermint](https://github.com/datachainlab/lcp/tree/main/modules/tendermint-lc)
- [IBC-Solidity](https://github.com/hyperledger-labs/yui-ibc-solidity), IBC implementation in Solidity
- [ibc-solidity](https://github.com/hyperledger-labs/yui-ibc-solidity), IBC implementation in Solidity
- [yui-relayer](https://github.com/datachainlab/yui-relayer), a relayer that supports EVMs
- LCP Clients for Ethereum and Tendermint, clients to verify proofs submitted from the LCP node.

Expand Down Expand Up @@ -43,10 +43,10 @@ This repository contains multiple modules:
## Supported Versions

- [ibc-solidity v0.3.23](https://github.com/hyperledger-labs/yui-ibc-solidity/releases/tag/v0.3.23)
- [lcp v0.2.4](https://github.com/datachainlab/lcp/releases/tag/v0.2.4)
- [ethereum-elc v0.0.8](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.8)
- [lcp-go v0.1.13](https://github.com/datachainlab/lcp-go/releases/tag/v0.1.13)
- [lcp-solidity v0.1.4](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.4)
- [lcp v0.2.7](https://github.com/datachainlab/lcp/releases/tag/v0.2.7)
- [ethereum-elc v0.0.9](https://github.com/datachainlab/ethereum-elc/releases/tag/v0.0.9)
- [lcp-go v0.1.14](https://github.com/datachainlab/lcp-go/releases/tag/v0.1.14)
- [lcp-solidity v0.1.7](https://github.com/datachainlab/lcp-solidity/releases/tag/v0.1.7)
- [yui-relayer v0.4.22](https://github.com/hyperledger-labs/yui-relayer/releases/tag/v0.4.22)
- [ethereum-ibc-relay-chain v0.2.13](https://github.com/datachainlab/ethereum-ibc-relay-chain/releases/tag/v0.2.13)
- [ethereum-ibc-relay-prover v0.2.8](https://github.com/datachainlab/ethereum-ibc-relay-prover/releases/tag/v0.2.8)
Expand Down
Loading

0 comments on commit 74bd044

Please sign in to comment.