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

feat: ethereum mainnet eips #50

Merged
merged 26 commits into from
Jan 24, 2024
Merged

feat: ethereum mainnet eips #50

merged 26 commits into from
Jan 24, 2024

Conversation

leovct
Copy link
Contributor

@leovct leovct commented Jan 9, 2024

Description

Resolves #37

  • Add Ethereum mainnet live EIPs, based on the execution-specs.
  • Improve hardfork formatting (e.g. instead of displaying Supported between Homestead and Shanghai where Shanghai is the current mainnet hardfork, it will now display Supported since Homestead).

Test

Ethereum mainnet EIPs

  • Add all the EIPs listed in the execution-specs docs.
  • Make sure no EIPs have been skipped.
  • For each EIP, make sure the number match the number used in the link.
  • For each EIP, make sure the status matches the hard fork name.
  • For each EIP, make sure parameters have not been skipped.

Copy link

vercel bot commented Jan 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evm-diff ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 2:34pm

@leovct leovct marked this pull request as ready for review January 16, 2024 10:43
@leovct
Copy link
Contributor Author

leovct commented Jan 16, 2024

PR ready for review @mds1

src/chains/mainnet/eips.ts Outdated Show resolved Hide resolved
src/chains/mainnet/eips.ts Outdated Show resolved Hide resolved
src/types/eip.ts Show resolved Hide resolved
@leovct leovct changed the title feat: eips feat: ethereum mainnet eips Jan 21, 2024
@leovct leovct mentioned this pull request Jan 22, 2024
Copy link
Owner

@mds1 mds1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mds1 mds1 merged commit 71ccb68 into mds1:main Jan 24, 2024
4 checks passed
@leovct leovct deleted the feat/eips branch January 24, 2024 15:41
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.

feat(data): EIPs
2 participants