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

check sequencer_chain_id against sequencer client chain id #1077

Closed
wants to merge 2 commits into from
Closed

check sequencer_chain_id against sequencer client chain id #1077

wants to merge 2 commits into from

Conversation

eoroshiba
Copy link
Contributor

Summary

Added check to ensure configured sequencer chain id is equal to sequencer client chain id.

Background

This is to prevent building composer when expected chain id and RPC chain id are misaligned, preventing composer from communicating with the incorrect network.

Changes

Added comparison statement in the builder for the composer, wrapping an error if the two are not equal

Testing

Untested

Related Issues

Part of #986

closes

@github-actions github-actions bot added the composer pertaining to composer label May 15, 2024
feat(sequencer)!: implement `FeeChangeAction` for the authority compo…
@eoroshiba eoroshiba closed this May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
composer pertaining to composer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant