-
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: direct grants simple event handlers #35
Conversation
* - Links the application to both the project and round | ||
*/ | ||
|
||
export class DGSimpleRegisteredHandler |
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.
export class DGSimpleRegisteredHandler | |
export class DirectGrantsSimpleRegisteredHandler |
may we use complete names for strategies ? or at least use the same for strategy and event handlers :)
Look here packages/processors/src/processors/strategy/directGrantsSimple/directGrantsSimple.handler.ts
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 renamed to DGSimple to follow the convention on the other strategies
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.
small code cleanup comment but looks good 👍🏻
import { createMockEvent } from "../../../mocks/index.js"; | ||
|
||
// function createMockEvent( | ||
// overrides: DeepPartial<ProcessorEvent<"Strategy", "RegisteredWithSender">> = {}, |
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.
commented code
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.
🤖 Linear
Closes GIT-161 GIT-163
Description
DirectGrantsSimpleStrategy
handler and events handlers:Registered
TimestampsUpdated
Distributed
Checklist before requesting a review