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
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
It is possible that calls to functions that submit transactions panic if the transaction is not applied quickly enough. Calls that are affected are the ledger deployment and any ledger updates.
So far, this problem has only occurred with concurrent ledger deployments in the tests. It is likely that the problem only occurs when computation/storage-heavy transaction are submitted concurrently.
It is possible that calls to functions that submit transactions panic if the transaction is not applied quickly enough. Calls that are affected are the ledger deployment and any ledger updates.
So far, this problem has only occurred with concurrent ledger deployments in the tests. It is likely that the problem only occurs when computation/storage-heavy transaction are submitted concurrently.
The issue is caused by tomusdrw/rust-web3#256.
The text was updated successfully, but these errors were encountered: