Support multiple champions and add EIP-8141, EIP-7807#25
Closed
Support multiple champions and add EIP-8141, EIP-7807#25
Conversation
1e09d37 to
ebcd4a2
Compare
Owner
Author
|
Superseded by ethereum#131 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
championfield tochampionsarray to support EIPs with multiple champions (max 2)Multiple Champions Support
Updates
championfield tochampionsarray to support EIPs with multiple champions (max 2).src/types/eip.ts:champion?: Champion→champions?: Champion[]src/data/eips.ts: Normalization to convert oldchampiontochampions[]src/components/network-upgrade/EipCard.tsx: Multi-champion display with grouped contact detailssrc/components/eip/EipTimeline.tsx: Multi-champion display in timelinesrc/components/RankPage.tsx: Multi-champion display in hover tooltipscripts/eip-schema.json: Limit champions to maximum of 2 per fork relationshipScreenshot
Data format
New EIPs with multiple champions use:
Existing single-champion data continues to work unchanged.
EIP-8141: Frame Transaction
Note
This PR was generated with
claude sop.convert-eip.md(see sop.convert-eip.md).Ported to forkcast format.
Files
src/data/eips/8141.json- EIP dataSources Used
Metadata
EIP-7807: SSZ execution blocks
Note
This PR was generated with
claude sop.convert-eip.md(see sop.convert-eip.md).Ported to forkcast format.
Files
src/data/eips/7807.json- EIP dataSources Used
Metadata
🤖 Generated with Claude Code
🔍 Reviewed with Codex