-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/arm #58
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
Conversation
toniocodo
left a comment
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.
couple of questions, nothing really blocking
| setup?: (p: ReturnType<typeof createSquidProcessor>, chain: Chain) => void | ||
| process: (ctx: Context) => Promise<void> | ||
| } | ||
| export const createProcessor = (p: Processor) => p |
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.
same than previous gql helper, why those identity functions?
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 often find myself writing processors and having to remind myself what the schema is. if I just call this function it helps me to know. Otherwise you could do const armProcessor: Processor = { /* yada yada */ }
Why this over that? Good question I guess.
- add wethBalance to schema
- update dripper abi - add base harvester processing for YieldSent events (changes not active yet until some questions are answered)
- start loading vaultBuffer value
No description provided.