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

feat(sequencer)!: add mempool info service #1783

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ethanoroshiba
Copy link
Contributor

@ethanoroshiba ethanoroshiba commented Nov 1, 2024

Summary

Added mempool dump gRPC on a new gRPC server.

Background

This was briefly mentioned as something that would be nice to have for observability of the mempool.

Changes

  • Added mempool info gRPC service in proto, along with associated types.
  • Added mempool info gRPC server to sequence.
  • Added mempool dump RPC to admin gRPC server, which returns a simplified copy of the mempool.
  • Added new env variables for mempool info gRPC address as well as disabling the service.

Testing

Added new unit test under "client" feature.

Breaking Changes

Non-consensus breaking, changed sequencer config.

Changelogs

Changelog updated.

@github-actions github-actions bot added proto pertaining to the Astria Protobuf spec sequencer pertaining to the astria-sequencer crate labels Nov 1, 2024
@ethanoroshiba ethanoroshiba changed the title feat(sequencer): add admin mempool visibility feat(sequencer)!: add admin mempool visibility Nov 4, 2024
@github-actions github-actions bot added the cd label Nov 4, 2024
@ethanoroshiba ethanoroshiba changed the title feat(sequencer)!: add admin mempool visibility feat(sequencer)!: add mempool info service Nov 4, 2024
@ethanoroshiba ethanoroshiba added the docker-build used to trigger docker builds on PRs label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cd docker-build used to trigger docker builds on PRs proto pertaining to the Astria Protobuf spec sequencer pertaining to the astria-sequencer crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant