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

Re-evaluate use of light client functionality in relayer #673

Closed
26 of 30 tasks
ancazamfir opened this issue Feb 16, 2021 · 1 comment
Closed
26 of 30 tasks

Re-evaluate use of light client functionality in relayer #673

ancazamfir opened this issue Feb 16, 2021 · 1 comment
Assignees
Milestone

Comments

@ancazamfir
Copy link
Collaborator

ancazamfir commented Feb 16, 2021

Crate

relayer

Summary

I have some doubts wrt the way we are using the tendermint light client in our relayer, trying to detail here.

Problem Definition

We should be able to create IBC light clients on chain X for the same chain Y with different security parameters (aka options).
Currently the options are defined globally and relayer light clients are initialized before any IBC clients are created on chain. The configuration is also modified to keep the light client store information and having multiple relayer light clients per chain is hard to manage.
There are also issues when we try to use IBC clients created by other relayers and that don't have a corresponding local light client instantiated.

Proposal

At a high level:


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ancazamfir ancazamfir changed the title Re-evaluate use light client functionality in relayer Re-evaluate use of light client functionality in relayer Feb 16, 2021
@ancazamfir ancazamfir added this to the 05.2021 milestone Apr 20, 2021
@adizere adizere modified the milestones: 05.2021, 06.2021, Backlog Apr 29, 2021
@ancazamfir
Copy link
Collaborator Author

Closing as all has been implemented/ changed. The only item left is covered by #836

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants