-
Notifications
You must be signed in to change notification settings - Fork 535
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
[Docker compose] : ibft consensus failed to run the relayer node #1926
Comments
i have the same issue with docker file please provide solution |
Please, use Also, I see that you use a hex-encoded private key without
|
Hi @begmaroman. I can't use your 2 options that you gave to fix the issue because this value is auto generated and auto filled by the
If we can only use the script Have a good day and thanks for your work |
@FournyP I see. Then, you can try to run |
@begmaroman it wouldn't work, because @FournyP wants to run the IBFT consensus protocol. @FournyP I'm going to assign myself to this issue and investigate further. |
Changes introduced in #1973 PR have fixed the error above |
[Docker compose] : ibft consensus failed to run the relayer node
Description
When I want to run the docker-compose using the ibft consensus, I get the following error on the
node-1
container (the relayer)All other containers run perfectly
Your environment
develop
branch .Steps to reproduce
node-1
of the docker-compose (with the--relayer
) option.$ export EDGE_CONSENSUS=ibft $ docker-compose -f ./docker/local/docker-compose.yml up -d --build
It work perfectly using the polybft consensus
Expected behavior
Logs
Thanks for your help
Have a good day ;)
The text was updated successfully, but these errors were encountered: