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

penumbra: filter out non-ibc events from event processing #37

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

avahowell
Copy link

Previously, we unconditionally attempted to convert all events to ibc events. This worked because there were never txs that had other events (e.g., fees). Now that the testnet requires fees, we need to filter out non-ibc events, this PR does that.

@conorsch conorsch merged commit ef80465 into main Jun 18, 2024
33 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants