-
Notifications
You must be signed in to change notification settings - Fork 133
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
L2 support for Indexer Agent #668
Conversation
0e9d96b
to
f9a47ab
Compare
Force pushed to rebase on top of latest |
b6c23d0
to
1232c60
Compare
Rebased on top of latest |
d33aa0a
to
a1ac1ab
Compare
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.
The changes are looking very impressive, only functional people can make some of these updates! I skimmed through briefly and left some minor questions. will take a more careful look on a later date 💯 💯 💯
packages/indexer-agent/src/db/migrations/11-add-protocol-network-field.ts
Show resolved
Hide resolved
cd45e26
to
6320934
Compare
Force pushed to rebase on top of latest |
0b087a8
to
51e2074
Compare
41ecb29
to
109a661
Compare
ce29a5c
to
8b5feb0
Compare
9fada28
to
083f454
Compare
Force pushed to squash commits |
5198f97
to
b24b820
Compare
packages/indexer-agent/src/db/migrations/11-add-protocol-network-field.ts
Outdated
Show resolved
Hide resolved
Have we been able to observe successful collecting of fees in multi network mode? |
d9f2d7c
to
1fde626
Compare
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.
Looks good! 👍 🚀
Adds the capacity for the Agent to interact with multiple protocol networks (Blockchains that host The Graph Protocol) by running a single instance of the
indexer-agent
program.TODO:
indexer-cli
testsdown
migration pathGraphNode
class needs an array of index node ids, in light of this Graph Node PR:Fixes #675