-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create internal type * add `Proposal` and `ValidatedTransition` types * move validation to isolated methods. * add doc comments to methods * update error enum * update tests * fix validate_proposal_success test Replace references to `validate_proposal` /w `ValidatedTransition`. Remove `validate_proposal_error_cases` as it nightmarish to navigate that and error cases are more thoroughly tested in unit tests now. --------- Co-authored-by: tbro <tbro@users.noreply.github.com> Co-authored-by: sveitser <sveitser@gmail.com>
- Loading branch information
1 parent
ee6f7d4
commit 4144ba4
Showing
5 changed files
with
883 additions
and
406 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.