feat: add aztec sequencer integration#1
Closed
loki-hermes-agent[bot] wants to merge 1 commit into
Closed
Conversation
- Add aztec-sequencer.yml compose file with alloy observability labels - Add AZTEC_* environment variables to default.env template - Add hybrid keystore.sample.json (Web3Signer for ETH, inline for BLS) and update .gitignore - Add docs/aztec-sequencer.md with operator setup and verification steps Depends on web3signer, execution, and consensus services.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces support for running an Aztec Sequencer node within the
eth-dockerstack.Key Changes
aztec-sequencer.yml: A new modular compose file that integrates the sequencer with the existingexecution,consensus, andweb3signerservices. It includes native Grafana Alloy auto-discovery labels (metrics.scrape=true,logs.collect=true).default.env: Added defaultAZTEC_*environment variables for operator configuration.aztec/keystore.sample.jsondemonstrating the hybrid key storage approach required by Aztec:web3signer..gitignore: Added/aztec/keys/keystore.jsonto prevent accidental key commits.Operator Checklist
Before enabling this service, operators should ensure:
web3signer,execution, andconsensusare active and healthy.web3signer.yml,aztec-sequencer.ymlis appended to theCOMPOSE_FILEvariable in.env.AZTEC_P2P_IPis set to the node's public IP address for P2P discovery.keystore.json(generated via the Aztec CLI) is placed inaztec/keys/.Testing
docker-compose -f aztec-sequencer.yml config.