Skip to content
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

Merged
merged 16 commits into from
Aug 11, 2023
Merged

Conversation

tilacog
Copy link
Contributor

@tilacog tilacog commented Jun 13, 2023

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:

Fixes #675

@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from 0e9d96b to f9a47ab Compare June 13, 2023 17:27
@tilacog
Copy link
Contributor Author

tilacog commented Jun 13, 2023

Force pushed to rebase on top of latest main

@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from b6c23d0 to 1232c60 Compare June 20, 2023 13:50
@tilacog
Copy link
Contributor Author

tilacog commented Jun 20, 2023

Rebased on top of latest main

@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from d33aa0a to a1ac1ab Compare June 20, 2023 16:22
@tilacog tilacog requested review from fordN and hopeyen and removed request for fordN June 22, 2023 14:51
Copy link
Contributor

@hopeyen hopeyen left a 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 💯 💯 💯

@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from cd45e26 to 6320934 Compare June 28, 2023 16:24
@tilacog
Copy link
Contributor Author

tilacog commented Jun 28, 2023

Force pushed to rebase on top of latest main

@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch 2 times, most recently from 0b087a8 to 51e2074 Compare July 24, 2023 18:21
} catch (e) {
return res
.status(404)
.send(`Unknown network identifier: '${unvalidatedNetworkIdentifier}'`)

Check warning

Code scanning / CodeQL

Reflected cross-site scripting Medium

Cross-site scripting vulnerability due to a
user-provided value
.
@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch 3 times, most recently from 41ecb29 to 109a661 Compare July 31, 2023 19:02
@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from ce29a5c to 8b5feb0 Compare August 3, 2023 17:49
@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from 9fada28 to 083f454 Compare August 7, 2023 18:14
@tilacog
Copy link
Contributor Author

tilacog commented Aug 7, 2023

Force pushed to squash commits

packages/indexer-agent/src/agent.ts Outdated Show resolved Hide resolved
packages/indexer-agent/src/agent.ts Outdated Show resolved Hide resolved
packages/indexer-agent/src/agent.ts Outdated Show resolved Hide resolved
packages/indexer-cli/src/command-helpers.ts Show resolved Hide resolved
packages/indexer-cli/src/command-helpers.ts Show resolved Hide resolved
packages/indexer-service/src/commands/start.ts Outdated Show resolved Hide resolved
@fordN
Copy link
Contributor

fordN commented Aug 10, 2023

Have we been able to observe successful collecting of fees in multi network mode?

@tilacog tilacog force-pushed the tiago/multi-network-aware-components branch from d9f2d7c to 1fde626 Compare August 11, 2023 17:43
Copy link
Contributor

@fordN fordN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍 🚀

@fordN fordN assigned fordN and tilacog and unassigned fordN Aug 11, 2023
@fordN fordN added the enhancement New feature or request label Aug 11, 2023
@fordN fordN added this to the Multiple Chain Operation milestone Aug 11, 2023
@tilacog tilacog merged commit e839983 into main Aug 11, 2023
8 checks passed
@tilacog tilacog deleted the tiago/multi-network-aware-components branch August 11, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🚗 Merged
Development

Successfully merging this pull request may close these issues.

Failed to collect receipts in exchange for query fee voucher: invalid BigNumber value
3 participants