fix(x/auth/vesting): panic on overflowing & negative EndTimes for PeriodicVestingAccount#16733
Merged
julienrbrt merged 1 commit intoJun 28, 2023
Conversation
This comment has been minimized.
This comment has been minimized.
375d819 to
d08d617
Compare
julienrbrt
reviewed
Jun 28, 2023
Contributor
There was a problem hiding this comment.
not: there is already a bugfix section below, can you add it there?
Contributor
There was a problem hiding this comment.
Should this check be in the Validate function of a base vesting account and here we can call validate?
Contributor
Author
There was a problem hiding this comment.
I am skeptical of moving it there, for starters and for brevity can we keep it as is here, then later on refactor it?
…iodicVestingAccount Caught in an audit, this change panics when a PeriodicVestingAccount's constituent period lengths are negative, or if the total .EndTime has overflown.
d08d617 to
771cff2
Compare
julienrbrt
approved these changes
Jun 28, 2023
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Caught in an audit, this change panics when a PeriodicVestingAccount's constituent period lengths are negative, or if the total .EndTime has overflown.
/cc @elias-orijtech