Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

[playground] Infura & Etherscan load balancing leads to out-of-sync state #998

Open
snario opened this issue Mar 10, 2019 · 3 comments
Open
Labels
🐞 Bug 💎 Ethereum 📦 Node code related to packages/node

Comments

@snario
Copy link
Contributor

snario commented Mar 10, 2019

This leads to one Node correctly proposing a state transition for a view function (important for the deposit method on the Node) but the other Node not seeing it as valid and thus the uninstall protocol will fail. We need something more reliable than these APIs.

@snario snario added 📦 Node code related to packages/node 💎 Ethereum 🐞 Bug labels Mar 10, 2019
@emansipater
Copy link
Member

Shouldn't it also just keep rechecking though?

@snario
Copy link
Contributor Author

snario commented Mar 12, 2019

@emansipater Yeah, we're going to add this as a fix but the API should be more reliable still.

@snario
Copy link
Contributor Author

snario commented Mar 13, 2019

Added in #1007

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 Bug 💎 Ethereum 📦 Node code related to packages/node
Projects
None yet
Development

No branches or pull requests

2 participants