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
Several corrections to the error handling. (#3981)
## Motivation
Several corrections are done to the error handling.
## Proposal
The following unrelated simple changes are made:
* Removal of `InactiveLocalChain` which is never used.
* Addition of the size to `BlockTooLarge`.
* Addition of the timestamp to the timestamp errors.
* The `InactiveChain` of the `ExecutionError` now contains a specific
`ChainId`.
* The ChainId of the `InactiveChain` is now printed as `{0}`, no longer
as `{0:?}`.
## Test Plan
The CI.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
None.
0 commit comments