-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce locally-defined
Rejection
reasons instead of the particip…
…ant-state rejection reason type. [KVL-1002] (#10376) * participant-integration-api: Reduce usage of the state RejectionReason. Use a local `Rejection` enumeration instead. This also changes an implicit conversion to be a somewhat-explicit conversion. CHANGELOG_BEGIN CHANGELOG_END * sandbox-classic: Internalize rejection reasons. Instead of using RejectionReasonV0, we can declare them locally. * kvutils: Create internal rejection reasons in the committer. These can be converted to state rejection reasons later. By using internal rejection representations, we're not coupled to the state API. * sandbox-classic: Remove unused code from `Rejection`. * participant-integration-api: Push the rejection reason conversion down. Just a little bit further. * participant-integration-api: Add tests for converting rejection reasons. * participant-integration-api: Remove an unused test dependency.
- Loading branch information
1 parent
96f0483
commit d7077e1
Showing
19 changed files
with
480 additions
and
228 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
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.