-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added Claimable Vesting Schedule feature #17
Added Claimable Vesting Schedule feature #17
Conversation
…ism-sepolia Add Optimism sepolia
…nize-clean-up-deps-and-ci modernize and clean-up deps & ci
…ky-login explicitly login to goldsky
…correct-op-sepolia-cli-name use correct op-sepolia name
…base-mainnet add base mainnet
…gas-used-to-events Add `gasUsed` to execution events
…addresses-mapping-for-wrap-events fix addresses mapping for wrap schedules
…oy-cleanup chore: tag only when healthy
…ow-up-fixes fix mapping & fix script
…ow-up-fixes-2 use safer cursor function
- was having issue with VestingScheduleCreated not being assignable to VestingScheduleCreated_v2
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.
Thanks!
I merged master in here. I had a bit of an issue with VestingSchedulerCreated mapper function not working with the same type for both v1 and v2. AssemblyScript and The Graph Tooling is very strict and limited with types in some cases. Union types, parent interfaces, stuff like that is also unfortunately not possible.
This Graph updates works includes :
claimValidityDate
to entityVestingScheduleCreatedEvent
andVestingSchedule
claimValidityDate
to relevant entitiescliffAndFlowTask
creation when a schedule is claimableThis updated graph version is deployed here