Document Eden v0.4.0#146
Conversation
|
Heads-up: #152 (bun standardization) just merged to
The bun >= 1.2 bit also explains the slow first install you hit on the other branch — 1.1.29 can't read |
jcstein
left a comment
There was a problem hiding this comment.
Reviewed the new /why-eden page and homepage changes. Good, well-scoped docs PR — I verified the 0x76 material against the ev-reth README and the core claims (batch atomicity, dual-signature scheme, refunds routing to sponsor) are accurate, and both external links resolve.
Two things I'd want resolved before merge (inline comments have details):
- The "No mempool, no MEV" framing overstates — ev-reth's own README documents a txpool, and "execute in the order submitted" rests on trusting the sequencer's discretion rather than a protocol guarantee.
- 128 KB contract limit needs confirmation — in ev-reth it's an opt-in chainspec setting (
contractSizeLimit, with EIP-170 applying before the activation height), not a default. Worth confirming Eden mainnet's chainspec actually sets it before we promise it to developers.
The rest is polish — heading hierarchy, a few wording nits, and finishing the "Celestia Eden" → "Eden" rename on the homepage. The WIP callout gives some cover, but #1 and #2 are developer-facing promises people will design around.
Verified via eth_estimateGas on mainnet RPC: a creation tx returning exactly 131,072 bytes of runtime code passes the size check, while 131,073 bytes fails with CreateContractSizeLimit (and a 28 KB deploy estimates fine, so EIP-170 is off). Also reverts a blank line in the wallets page that prettier strips. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
I didn't dive too much in the details (as in if a specific information is correct); but I read through it and it is looking good! |
Signed-off-by: Josh Stein <46639943+jcstein@users.noreply.github.com>
Introduces a page on "why eden" that covers novel things
ev-rethgive over a generic EVM clone, specifically focused on the0x76tx type.Resolves https://linear.app/celestia/issue/DEVX-24/document-eden-v040-app-based-gas-sponsorship-batch-tx-move-away-from