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

feat: disable option length validation at enum Option level #2336

Merged
merged 4 commits into from
May 18, 2024

Conversation

danielbate
Copy link
Contributor

Closes #2335

#2322 and #2325 removed length validation for nested options. We should also disable the enum level length validation, where the coder itself is an enum Option.

@danielbate danielbate changed the title feat: disable option length validation feat: disable option length validation at enum Option level May 18, 2024
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.78%(+0%) 70.76%(+0.03%) 76.82%(+0%) 79.86%(+0%)
Changed Files:

Coverage values did not change👌.

@danielbate danielbate merged commit 64b90a9 into master May 18, 2024
19 checks passed
@danielbate danielbate deleted the db/feat/disable-option-size-validation branch May 18, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Enum Data Size Error When Reading Storage With Option Struct
3 participants