-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Subgraph composition: TriggersAdapterWrapper refactor #5602
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
Subgraph composition: TriggersAdapterWrapper refactor #5602
Conversation
6428449 to
548d11c
Compare
151779b to
304e5df
Compare
548d11c to
44c0385
Compare
b4ad24f to
b35754e
Compare
| Range(BlockNumber, BlockNumber), | ||
| } | ||
|
|
||
| async fn scan_subgraph_triggers<C: Blockchain>( |
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.
is there any testing on these, specifically to ensure the comments on the code hold true like the range is inclusive etc
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 will dedicate a PR to more intensive testing in the end of this PR chain so that i have all the relevant changes ready before the testing
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.
See comments
44c0385 to
2a20ebd
Compare
1f66779 to
51950cb
Compare
0874d28 to
44c0385
Compare
51950cb to
72c8848
Compare
44c0385 to
47343bc
Compare
72c8848 to
eb3f792
Compare
eb3f792 to
943f821
Compare
722c58c to
2d74500
Compare
943f821 to
24487d8
Compare
2d74500 to
13ee252
Compare
13ee252 to
2d74500
Compare
b279c2c to
24487d8
Compare
2d74500 to
0c0f383
Compare
24487d8 to
d8eb30e
Compare
0c0f383 to
3814175
Compare
d8eb30e to
37bf3cd
Compare
3814175 to
9c380c4
Compare
37bf3cd to
1fc017f
Compare
This PR is just some refactoring of the TriggersAdapterWrapper to move some functionalities like scanning for subgraph triggers into its on functions