Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explicitly refer to phase0.{Attestation,TrustedAttestation} rather than sans module name #6214

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

tersec
Copy link
Contributor

@tersec tersec commented Apr 17, 2024

No semantic changes, deliberately so since it spams lots of single-line changes across 30 files.

Follow-up to #6207

https://notes.ethereum.org/@ethpandaops/pectra-devnet-0 requires https://eips.ethereum.org/EIPS/eip-7549 which creates a second Attestation type in Electra and later. Without this PR, introducing this second Attestation type would immediately trigger the ambiguous type cascade, which this triggers in a safe, controlled way first, before making any nontrivial changes.

For example, because of nim-lang/Nim#23510 it's possible in general for such ambiguities in generic functions not to be detected, but to be automatically resolved to an essentially arbitrary type determined by import order. Diagnosing this on top of, and potentially reverting/reapplying a PR of this sort, would be disruptive and risky.

Therefore, split out this noisy no-op of a PR, and build on top of it.

@tersec tersec enabled auto-merge (squash) April 17, 2024 17:38
@tersec tersec merged commit 603c835 into unstable Apr 17, 2024
12 checks passed
@tersec tersec deleted the uG6 branch April 17, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant