mds1 / evm-diff

Diff EVM-compatible chains in a friendly format
https://evmdiff.com
MIT License
278 stars 27 forks source link

feat: arbitrum eips diffs #60

Closed leovct closed 5 months ago

leovct commented 8 months ago

Related to #37. Requires #59 to be merged (and to rebase this PR).

Add Arbitrum EIPs diffs. Just like Optimism diffs (#53), it adds diffs for EIP-1599 and EIP-4399 (PREVRANDAO). @mds1 Not sure about EIP-4895 (withdrawals lists)?

Also fix a url formatting issue.

vercel[bot] commented 8 months ago

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 Feb 6, 2024 11:04am
mds1 commented 8 months ago

Hey @gzeoneth, could you help us with some Arbitrum EIP information? Context is listing which mainnet EIPs are implemented, and what parameter differences there may be from mainnet. We're only listing execution related EIPs, no consensus, networking, etc. EIPs.

For example, here's what it looks like for Optimism‚the same EIPs are implemented, but with a few differences explained in the "Notes" section of each row: https://www.evmdiff.com/diff?base=1&target=10#eips

Hoping to get something similar for Arbitrum. I assume all EIPs are implemented, with the following exceptions:

Thanks!

gzeoneth commented 8 months ago

Hey @gzeoneth, could you help us with some Arbitrum EIP information? Context is listing which mainnet EIPs are implemented, and what parameter differences there may be from mainnet. We're only listing execution related EIPs, no consensus, networking, etc. EIPs.

For example, here's what it looks like for Optimism‚the same EIPs are implemented, but with a few differences explained in the "Notes" section of each row: https://www.evmdiff.com/diff?base=1&target=10#eips

Hoping to get something similar for Arbitrum. I assume all EIPs are implemented, with the following exceptions:

  • No EIP-1559: A similar approach is used. Are there parameters we should use reference here? Any references you might have showing how it's equivalent would also be great.
  • EIP-4399: Just returns the constant 1
  • EIP-4895: Does arbitrum have an empty withdrawal list similar to Optimism?

Thanks!

Let me also circulate to my team to see if anything is missing

mds1 commented 7 months ago

Let me also circulate to my team to see if anything is missing

Hey @gzeoneth just following up here to see if there was anything missing here?

gzeoneth commented 7 months ago

Let me also circulate to my team to see if anything is missing

Hey @gzeoneth just following up here to see if there was anything missing here?

LGTM tho fyi ArbOS 20 would be shipped around 10 days from now