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

Remove filters counter check at the end of EIP712 flow #582

Merged

Conversation

apaillier-ledger
Copy link
Contributor

@apaillier-ledger apaillier-ledger commented May 20, 2024

Description

Has always been kind of broken, and can actually cause issues if a filter has been defined for a field inside of an array which turns out to be empty, the app will complain at the very end of the flow that some filters are missing.
This could be improved in the future.

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 feat/apa/remove_eip712_filters_counter_check branch from 72fa2f4 to c17e06b Compare May 20, 2024 09:21
@apaillier-ledger apaillier-ledger merged commit 3e60474 into develop May 20, 2024
126 checks passed
@apaillier-ledger apaillier-ledger deleted the feat/apa/remove_eip712_filters_counter_check branch May 20, 2024 09:59
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.

1 participant