deps: upgrade snarkvm to v4.8.1 (rehearsal) - #63
Open
iamalwaysuncomfortable wants to merge 2 commits into
Open
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.
REHEARSAL PR — produced by a dry-run of the /upgrade-snarkvm automation (pin was staged back to v4.8.0 first). Review the shape, then close without merging.
Changeset (v4.8.0 → v4.8.1)
ConsensusVersion::V17introduced: anchor time reverts to 25s; mainnet heights set for V16 (19,860,000) and V17 (19,860,001); test-heights table extended to V17→20.Network::ANCHOR_TIMESconst grew from 2 to 3 entries (type change; SDK does not reference it directly).Adaptation needed: none —
sdk/src/programs/process.rsalready targetsConsensusVersion::V17(the code was adapted when v4.8.1 originally landed; this rehearsal only rolled back the pin).Dependency form
sdk/Cargo.toml: switched to crates.io form (snarkvm = { version = "4.8.1", ... }) — 4.8.1 is published on crates.io. Features preserved verbatim.sdk-abi/Cargo.toml: leo HEAD (60d258d) now pins snarkvm via crates.ioversion = "4.8.1", so sdk-abi mirrors that line exactly and bumps all leo revs to60d258d(type-coupling with leo-disassembler preserved).Validation
cargo fmt --check,cargo clippy(mainnet,-D warnings),cargo check(testnet): cleandev_skip_checksnot in sdk/Cargo.lock): cleanVersion bumps (one patch above live PyPI, 0.3.0)