-
Notifications
You must be signed in to change notification settings - Fork 7
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: multi-chain operator #77
Conversation
e425e62
to
1a1e2a3
Compare
f4671f7
to
f2fb5cc
Compare
script/bin/operator.rs
Outdated
chain_id: u64, | ||
use_kms_relayer: bool, | ||
signer_mode: SignerMode, | ||
tree_size: u32, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More semantically clear to use Option here, rather than init to 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestions, otherwise LGTM!
Please add a detailed PR description before merging.
Refactors the
SP1VectorOperator
to handle multiple destination chains in one instance, and updates Alloy deps.