Open NazariiDenha opened 4 months ago
Handle Rpc Error as documented here https://hackmd.io/@haichen/l1sload#Errors
Do not treat L1RpcError as an execution error, but instead retry the request and not remove tx from TxPool
L1RpcError
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Has the version in params/version.go been updated?
params/version.go
Does this PR have the breaking-change label?
breaking-change
1. Purpose or design rationale of this PR
Handle Rpc Error as documented here https://hackmd.io/@haichen/l1sload#Errors
Do not treat
L1RpcError
as an execution error, but instead retry the request and not remove tx from TxPool2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.go
been updated?4. Breaking change label
Does this PR have the
breaking-change
label?