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
The issue still manifests itself on testnet. The following tests we done:
30 seconds, 10 arrivals per second (300 transactions total). Result:
Blocks passed: 87
Blocks with only 1 tx: 40
Max txs per block: 11
=> Many blocks (every second basically) still have only on tx
Number of times eth_getBlockByNumber returned null: 10
Wait times for receipt: up to 10 sec, median: 6, p95: 9
=> Wait times grow from 1 to 10 seconds during the test run, becoming stable 8-10 seconds towards the end of the test
10 seconds, 50 arrivals per second (500 transactions total). Result:
Blocks passed: unknown: more than 100 of last txs didn't receive a receipt within 10 seconds
Blocks with only 1 tx: at least 12 (see above)
Max txs per block: 63
Number of times eth_getBlockByNumber returned null: 3
=> This fails do not seem to correlate with load
Number of times user didn't receive receipt withing 10 seconds: 163 (~30%!)
Case:
Result:
Expected:
The text was updated successfully, but these errors were encountered: