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

Change IBC keeper to use sequencerKeeper #62

Closed
omritoptix opened this issue Apr 25, 2024 · 0 comments · Fixed by #63
Closed

Change IBC keeper to use sequencerKeeper #62

omritoptix opened this issue Apr 25, 2024 · 0 comments · Fixed by #63

Comments

@omritoptix
Copy link
Contributor

omritoptix commented Apr 25, 2024

Currently IBC keeper uses the stakingKeeper for:

  1. historical entires (get latest validator hash, or in our case the sequencer hash)
  2. unbonding period (relevant only for IBC client expiration. this should be further examined when will support multi-sequencer)

as the stakingKeeper is not relevant in that sense, the keeper should use the SequencerKeeper.

@omritoptix omritoptix linked a pull request Apr 25, 2024 that will close this issue
29 tasks
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

Successfully merging a pull request may close this issue.

1 participant