Conversation
🟡 Heimdall Review Status
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
97f345d to
31e4593
Compare
31e4593 to
9214de2
Compare
e354c17 to
bf36bd0
Compare
8f06254 to
361501b
Compare
Approved review 4023502920 from danyalprout is now dismissed due to new commit. Re-request for approval.
361501b to
147ef54
Compare
68c9cf1 to
952da73
Compare
96cbe7e to
f3e7a2f
Compare
f3e7a2f to
8dfef05
Compare
8dfef05 to
eebf534
Compare
Approved review 4055626350 from 0x00101010 is now dismissed due to new commit. Re-request for approval.
b2f3fd0 to
d25408b
Compare
8ac0f7b to
94898b7
Compare
Review SummaryThe merge of Bug: GRANITE missing from
|
…tives flatten and crate renames - Replace base-execution-primitives with base-alloy-consensus throughout - Replace base-alloy-rpc-types with base-common-rpc-types (post-rename) - Rename BaseBlockExecutionCtx/Factory/Executor to Op* to match commit intent - Replace OpBlock with BaseBlock (current main alias for Block<OpTxEnvelope>) - Replace OpAttributesWithParent with AttributesWithParent (base_protocol) - Remove base-execution-primitives from Cargo.toml deps across workspace
94898b7 to
d1d617c
Compare
Summary
Merges
base-execution-evmintobase-revmandbase-alloy-evmbehind anexecutionfeature flag, eliminating the redundant crate entirely. The split between the two crates was required to avoid abase-revm ↔ base-alloy-evmdependency cycle: lower-level execution types (error,l1_reth,next_block) live inbase-revm[execution]while the EVM config, block assembler, and receipt builder live inbase-alloy-evm[execution]. All consumers previously depending onbase-execution-evmhave been updated to depend on the appropriate crate with theexecutionfeature enabled.