Adapt --base precompile install to observer/upgrade API#54
Merged
Conversation
Bump base/base to lean-dispatch-wrappers and alloy-evm/revm so NetworkConfigs matches B20Factory::install_with_observer and BerylLookup. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep upstream base pin and revm/alloy-evm stack; use observer-based factory/policy install against that API. Co-authored-by: Cursor <cursoragent@cursor.com>
Nightly denies trailing semicolons from macros in expression position; return Err(eyre::eyre!(...)) instead. Co-authored-by: Cursor <cursoragent@cursor.com>
Latest base/base requires upgrade on B20Factory/PolicyRegistry install; pin 3ce12750 and match provider.rs call sites. Co-authored-by: Cursor <cursoragent@cursor.com>
amiecorso
self-requested a review
July 17, 2026 21:38
amiecorso
approved these changes
Jul 17, 2026
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
NetworkConfigs::inject_precompilesto match base/base's Beryl install path:B20Factory::install_with_observer,BerylLookup::install, and upgrade-awarePolicyRegistryPrecompile::install.base/baserev to59142e225(rayyanalam/lean-dispatch-wrappers) and align workspacealloy-evm/revmsoPrecompilesMaptypes match.../basepath patch commented (and after[patch.crates-io]) for optional local iteration.Test plan
cargo check -p foundry-evm-networkscargo check -p anvil -p forgeanvil --base/forge testwith a Base precompile call if availableMade with Cursor