-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing basic flags - rpc-addr
+ sequencer-private-key
#172
Comments
rpc-addr
+ sequencer-private-key
@barnabasbusa |
It seems like the service now comes online:
I see a huge amount of DEBUG logs with:
EL doesn't seem to see any blocks. Reproducable with this one liner:
|
Let us check. |
@barnabasbusa fixed a devnet issue in v0.4.4, please check again. |
Certain basic flags seems to be missing:
In order to specify which ip address a docker container should be run on, rpc address should be configurable.
--rpc-addr=0.0.0.0
Unable to set sequencer private key.
I have found
--sequencer-enabled
flag, but can't seem to find a flag that will set the private key for the sequencer duties.The text was updated successfully, but these errors were encountered: