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 EIP-712 filtering on empty array #632

Merged
merged 6 commits into from
Sep 11, 2024

Conversation

apaillier-ledger
Copy link
Contributor

Description

For filters targeting fields within an array that turned out to be empty, the app would never receive these fields implementation (because they don't exist), same for their corresponding filters, so the app would at the end of the review flow complain about missing filters.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

@apaillier-ledger apaillier-ledger force-pushed the fix/apa/filtering_on_empty_array branch 2 times, most recently from b6eb314 to 7242a92 Compare September 5, 2024 12:43
@apaillier-ledger apaillier-ledger marked this pull request as ready for review September 10, 2024 08:10
@apaillier-ledger apaillier-ledger merged commit 78d40c9 into develop Sep 11, 2024
158 checks passed
@apaillier-ledger apaillier-ledger deleted the fix/apa/filtering_on_empty_array branch September 11, 2024 13:47
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 this pull request may close these issues.

2 participants