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

fix: refetch missing packet #168

Draft
wants to merge 66 commits into
base: main
Choose a base branch
from

Conversation

viveksharmapoudel
Copy link
Collaborator

  • Implements packetHeights and missingPacketReceipt method in icon & wasm ibc module.
  • Refractor code wasm types.
  • Implements flush logic for contract based IBC module.

@izyak izyak linked an issue Oct 2, 2023 that may be closed by this pull request
@izyak
Copy link
Collaborator

izyak commented Oct 2, 2023

If I have more than 10 packets to be flushed, it seems to be flushing only the first 10 packets.
Even on the next flush cycle, it's not sending the missing packets

@viveksharmapoudel
Copy link
Collaborator Author

If I have more than 10 packets to be flushed, it seems to be flushing only the first 10 packets. Even on the next flush cycle, it's not sending the missing packets

@viveksharmapoudel viveksharmapoudel added enhancement New feature or request and removed feature labels Oct 5, 2023
@pragyanshrestha-ibriz pragyanshrestha-ibriz marked this pull request as draft March 25, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mechanism to flush packets
2 participants