chore(deps): pin base/base to v1.1.0 (a3c3011b) for the v1.1.0 release#43
Open
amiecorso wants to merge 1 commit into
Open
chore(deps): pin base/base to v1.1.0 (a3c3011b) for the v1.1.0 release#43amiecorso wants to merge 1 commit into
amiecorso wants to merge 1 commit into
Conversation
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.
What
Pin base-anvil's base/base dependency to the v1.1.0 tag (
a3c3011b16dae73aaea455ec0a5ff614e65b7d0a) ahead of cutting base-anvilv1.1.0.Why
The previous pin (
572a3c5, whatv1.1.0-rc.19/ Base Sepolia built against) is 2 commits behind base/base'sv1.1.0tag (a3c3011b). Those 2 commits (#3480 builder trie cache, #3482 EL peer defaults) do not touch the precompile/chains crates base-anvil vendors — confirmed viagit diff --name-only— so this is behaviorally identical to rc.19; it just makes "base-anvil v1.1.0 reproduces base/base v1.1.0" literally true.Verification
cargo check -p anvilclean against the new pin;Cargo.lockupdated (now referencesa3c3011b).Merge this, then
v1.1.0gets tagged to cut the release (which also bakes in #39 standalone-node auto-seed and #42 arm64 glibc fix — both absent from rc.19).