-
Notifications
You must be signed in to change notification settings - Fork 0
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: pending registry commands #32
Conversation
GRT-151 Add missing EboRegistry commands
When refactoring the Two commands were already implemented, we need to complete those commands to cover actor's handling for the following three events:
AC:
|
f661d4e
to
a32ec9b
Compare
a32ec9b
to
93d1461
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i like this command approach π
@@ -378,9 +399,6 @@ export class EboActor { | |||
* @param event `RequestCreated` event | |||
*/ | |||
public async onRequestCreated(event: EboEvent<"RequestCreated">): Promise<void> { | |||
if (event.metadata.requestId != this.actorRequest.id) | |||
throw new RequestMismatch(this.actorRequest.id, event.metadata.requestId); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure why are we skiping this validation.
π€ Linear
Closes GRT-151
Description
EboRegistry
commandsResponseDisputed
βAddDispute
commandDisputeStatusChanged
βUpdateDisputeStatus
commandRequestFinalized
βNoop
command