You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why we have to use our public Sepolia node for this? We do not have much redundant infrastructure for this network incase the endpoint goes down. So if it needs re-syncing, this test is blocked until it's re-synced. We have more redundant infrastructure for mainnet if we can run against any network?
The web3_provider tests in the prover package depend on a external source (our public sepolia node) to run correctly.
lodestar/packages/prover/test/unit/web3_provider.node.test.ts
Line 25 in b78cb92
This behavior is not deterministic and we should not depend on external sources when running tests, especially unit tests.
The text was updated successfully, but these errors were encountered: