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
feat(traces): add contract context to Etherscan compilation errors (#12152)
* feat(traces): add contract context to compilation errors
Add contract name and address to error messages when compiling contracts
from Etherscan/Sourcify fails, making it easier to identify which specific
contract caused the compilation failure.
Applies the same improvement as PR #12152 to the refactored external.rs
file (after the Sourcify integration in #11917).
* chore: avoid redundant work and allocations
---------
Co-authored-by: 0xrusowsky <0xrusowsky@proton.me>
0 commit comments