Skip to content

feat: add private key file configuration for sequencer signing #161

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colinlyguo
Copy link
Member

Overview

This PR introduces signing key configuration for the sequencer by adding CLI support for specifying a private key file. It adds a new SignerArgs struct with the --signer.key-file parameter and implements conditional validation to ensure the key file is required when the sequencer is enabled (and test mode is disabled).

closes #146.

@colinlyguo colinlyguo requested a review from frisitano June 6, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Singer] Signing keys configuration
1 participant