Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBC Eureka #6985

Open
3 tasks
womensrights opened this issue Jul 29, 2024 · 2 comments · May be fixed by #7505
Open
3 tasks

IBC Eureka #6985

womensrights opened this issue Jul 29, 2024 · 2 comments · May be fixed by #7505
Assignees
Labels
Milestone

Comments

@womensrights
Copy link
Contributor

Summary

Eureka simplifies and improves IBC retaining the positive elements - light client based security model, the packet life cycle, permissionless relay, whilst removing many of the negative elements - high complexity, poor extensibility and upgradability.

Problem Definition

Large Resource Requirements to bring IBC to a new ecosystem

Whilst IBC has successfully connected hundreds of ComeBFT (tendermint), and Cosmos-SDK based blockchains, it has been challenging to extend beyond these chains. The first IBC connection with a non-Cosmos based blockchain was introduced by Composable finance to connect to the Polkadot ecosystem which took close to 2 years of development time. Although possible, with such high resource requirements, it is practically unfeasible to further extend IBC's reach, and many chains interested in an IBC connection are deterred by this high resource requirement.

High Protocol Complexity

  • Channel and connection abstractions add complexity for little benefit (more information detailed in this issue) and result in a lot of state to be written through the handshake processes before a useful action can be made by a user, e.g. send tokens.
  • Many core types have to be parsed on chain, e.g. chainIDs associated with a given clientID, which is expensive in resource constrained environments
  • High complexity generally makes it more difficult for new developers to onboard to IBC and use it

Difficult Upgradability

  • To use new applications, e.g. ICS20v2 two chains need to coordinate and use channel upgradability. This requires governance and off-chain coordination. Additionally, the channel upgradability feature was complex and time-consuming to implement and increased the complexity of the protocol.
  • Keeping the protocol backwards compatible with v1 hugely increases the maintenance burden and meant working around what was there, rather than designing for what makes the most sense. This slows down the speed of development to fit within such constraints.

Goals

  • Reduction in development time to bring IBC to new ecosystems, including blockchains using an EVM
  • Retain interoperability using a light client based security model
  • Retain existing packet semantics (send, receive, acknowledge, timeout)
  • Facilitate a migration that minimises disruption for existing IBC users

Proposal

A list of relevant resources are detailed:


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@womensrights womensrights added epic and removed epic labels Jul 29, 2024
@womensrights womensrights moved this to In progress 👷 in ibc-go Jul 29, 2024
@womensrights womensrights added this to the Eureka alpha milestone Jul 29, 2024
@womensrights womensrights moved this from In progress 👷 to Todo 🏃 in ibc-go Jul 29, 2024
@colin-axner colin-axner pinned this issue Jul 30, 2024
@crodriguezvega crodriguezvega moved this from Todo 🏃 to In progress 👷 in ibc-go Aug 8, 2024
@crodriguezvega crodriguezvega modified the milestones: Eureka alpha, v10.0.0 Aug 8, 2024
@colin-axner colin-axner removed their assignment Oct 24, 2024
@DimitrisJim DimitrisJim linked a pull request Nov 13, 2024 that will close this issue
10 tasks
@yihuang
Copy link
Contributor

yihuang commented Nov 21, 2024

this looks awesome.

  1. how can we help?
  2. Is it part of the plan to support connecting ethereum with ibc?
  3. any ideas how to create light client for ethereum or rollups?

@womensrights
Copy link
Contributor Author

Exactly that is the plan, we will connect ethereum with IBC, you can check out the solidity work and zk tendermint light client as well. We don't have light clients for rollups just yet, but in the future we will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress 👷
Development

Successfully merging a pull request may close this issue.

7 participants