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

Extend relayer for activity rollup and L2+ #1215

Open
cryptoAtwill opened this issue Nov 27, 2024 · 0 comments
Open

Extend relayer for activity rollup and L2+ #1215

cryptoAtwill opened this issue Nov 27, 2024 · 0 comments

Comments

@cryptoAtwill
Copy link
Contributor

With the integration of L2+ and validator rewarder, it is helpful to extend existing relayer functionalities with:

Watching multiple subnets at once

Enabling relayer to submit bottom up checkpoints for multiple subnets in one instance. This reduces the number of relayers required to maintain, say an L3.

Processing summaries on all subnets

Adding a new flag --process-summaries to activate processing summaries on all subnets.
Enabling this mode makes the relayer watch for ActivitySummaryCommitted events, and stores the summaries in a database.
It then tracks which summaries have been committed to the root (right now we only support submitting to the L1), to chase after those and present them via SubnetActor#submitSummary in order to trigger reward payout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant