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
Substrate node by default ban failed transaction for 5 mins and attempt to resubmit failed tx will result the transaction is banned error.
eth rpc adapter should have a local in memory cache of failed tx hash and error and before submit tx, should check with the cache and return the error instead submitting it to the Substrate node.
The entry in cache should expire after 5 mins.
The text was updated successfully, but these errors were encountered:
shunjizhan
added
feature
new feature
Lv. 2
relatively clear issue, might need some small digging
Lv. 3
need some research to find out root cause or/and solution
and removed
C6-evm
Lv. 2
relatively clear issue, might need some small digging
Lv. 3
need some research to find out root cause or/and solution
labels
Aug 29, 2023
Substrate node by default ban failed transaction for 5 mins and attempt to resubmit failed tx will result the transaction is banned error.
eth rpc adapter should have a local in memory cache of failed tx hash and error and before submit tx, should check with the cache and return the error instead submitting it to the Substrate node.
The entry in cache should expire after 5 mins.
The text was updated successfully, but these errors were encountered: