Chore/upgrade frontier stable2512#86
Merged
Merged
Conversation
- Bump stable2506 → stable2512 in root Cargo.toml (80 entries) - Bump stable2506 → stable2512 in 6 pallet Cargo.toml with direct deps (shielded-pool, shielded-pool/rpc, shielded-pool/runtime-api, relayer/rpc, zk-verifier, zk-core) - Bump kvdb-rocksdb 0.19.0 → 0.21.0 (required by sc-client-db stable2512) - Bump sp-runtime-interface 30.0 → 33.0 in primitives/zk-core - Add into_call() to ExtrinsicCall impl in primitives/self-contained (#1595) - Add MultiSignature::Eth arm in primitives/account (#1670) - Add LazyBlock support in template/runtime execute_block/check_inherents (#1796)
## Frontier stable2512 - polkadot-sdk: stable2506 → stable2512 across all Cargo.toml files - rust-toolchain: update to 1.88.0 ### client/db - kv/mod.rs: major rewrite — pruning-safe block mapping, write_hashes split, number_mapping_write enum, BlockNumberMappingWrite, MappingCommitment updated - sql/mod.rs: hash mismatch on BlockHash log → warn + fallback to digest hash ### client/mapping-sync - canonical_reconciler.rs: new file — reconcile canonical chain vs frontier db, ReconcileStats with digest_mismatch_fallbacks counter, warn+fallback on reconstructed/digest hash mismatch - kv/mod.rs: sync_block, full reconciler integration, hash mismatch → warn+fallback - kv/worker.rs: use canonical_reconciler, updated stats reporting - sql/mod.rs: updated to match new db API - lib.rs: expose reconciler types ### client/rpc - logs_journal.rs: new file — persistent logs journal for eth_getLogs - eth/block.rs, eth/filter.rs: use logs journal - eth/execute.rs: expanded, call/estimate_gas improvements - eth/mod.rs, eth/submit.rs: new submit improvements - eth/client.rs: minor updates - eth_pubsub.rs: updated subscriptions - rpc-core/src/eth.rs, types/filter.rs: API additions - Cargo.toml: deps update ### frame/evm/precompile/ed25519 - Gas cost: BASE 15→6000, WORD 3→0 (upstream fix 2e06cdc9) - Tests: extract valid_input() helper, add charges_signature_verification_gas test ### primitives/evm - Add StateOverride, EVM_CONFIG, MAX_TRANSACTION_GAS_LIMIT ### template - node/src/eth.rs, service.rs: wire logs journal, updated deps - node/src/rpc/eth.rs, rpc/mod.rs: updated RPC registration
Remove 15 stale entries (wasmtime 8.0.1 advisories + bincode + rand) since wasmtime 8.0.1 is no longer in the dependency tree (stable2512 uses wasmtime 35.0.0). Remove mach and core2 — no longer present. Add 14 wasmtime 35.0.0 advisories (RUSTSEC-2026-0006, -0114, -0086 through -0096, -2025-0118, -2026-0020, -0021, -0085) — all pinned by polkadot-sdk stable2512, no upgrade path within current SDK pinning. 12 entries remain, all verified still applicable.
…untime in mapping-sync tests
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.
No description provided.