-
Notifications
You must be signed in to change notification settings - Fork 12
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
Infura inconsistencies - Action needed #20
Comments
@eshavkun Ping |
I updated the config but didn't restart the node yet as Infura is down atm. Maybe we should switch to our own node? |
Probably 😂, the ethereum light mode on geht is mostly not working because it cant find any suitable peers, however I found out openethereum(parity) seems to be syncing in light mode |
Fyi, added a example docker compose file with openethereum, light mode seems to be deprecated but its still working, just have to wait a few minutes to get enough peers. https://github.com/deora-earth/habitat/blob/master/docker/with-openethereum.yml |
cool, i'll try the config change today. |
@pinkiebell how do i do that? using the i'm worried that it recreates the container, and i loose the node state |
@johannbarbie I advise that you use and edit the |
@pinkiebell that file doesn't exist:
|
That file is inside the |
ok, now i get this one:
|
The old habitat container is still running or port binded. |
Also make sure that you edit the file for the relevant parts like BRIDGE_ADDRESS or ROOT_RPC_URL etc |
cool, i think that worked. |
See: https://github.com/deora-earth/habitat/tree/master/docker
Infura has problems with consistency regarding
eth_getLogs
it sometimes returns events and sometimes don't, without throwing any errors. A proxy has been deployed to detect such circumstances and it is advised to use that. Otherwise the change that the bridge doesn't pick up Deposit events is high.Please replace the second
https://
with your infura url and use this asROOT_RPC_URL
:The text was updated successfully, but these errors were encountered: