-
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: base processors package #8
Conversation
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.
Approve with a comment, is up to you. Looks good :)
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.
Lets add a better description here, giving more detail about the contracts and what should process function does. (Factory+process)
Or should be more abstracted as it is ? wdyt?
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.
you think Contract should be explained here? I was thinking the latter, a more abstract description. (We can go deeper in readme)
@@ -0,0 +1,143 @@ | |||
import { ChainId } from "@grants-stack-indexer/shared"; | |||
import { Address } from "@grants-stack-indexer/shared/dist/src/internal.js"; |
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.
did you mean to import this from the dist?
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.
good catch
🤖 Linear
Closes GIT-95
Description
processors
package withIProcessor
interfaceChecklist before requesting a review