Skip to content

Chore/upgrade frontier stable2512#86

Merged
nol4lej merged 9 commits into
mainfrom
chore/upgrade-frontier-stable2512
May 20, 2026
Merged

Chore/upgrade frontier stable2512#86
nol4lej merged 9 commits into
mainfrom
chore/upgrade-frontier-stable2512

Conversation

@nol4lej
Copy link
Copy Markdown
Member

@nol4lej nol4lej commented May 20, 2026

No description provided.

nol4lej added 9 commits May 19, 2026 19:36
- 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.
@nol4lej nol4lej merged commit bf1cbc3 into main May 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant