Release/80008#712
Merged
Merged
Conversation
* Cargo.lock: bump ddc-dac-host, pallet-ddc-verification, pallet-ddc-payouts to their dev tips carrying the per-invoke → / ← trace markers around every ddc_dac::invoke. * runtime/cere + runtime/cere-dev DacExecConfigConst.invoke_deadline_ms 300_000 → 600_000 (5 min → 10 min) to give the slow path more runway before the wasmtime epoch deadline trips. * spec_version 80007 → 80008 on both runtimes.
Invoke deadline bump to 10 min
Promotes dev → staging for the 80008 runtime upgrade. Brings the Cargo.lock bumps for ddc-dac-host, pallet-ddc-verification, and pallet-ddc-payouts (carrying the per-invoke trace markers + 10-min invoke deadline) onto staging. Staging SHAs after this: ddc-dac-host @ d0650e1 (ddc-dac-host#11) pallet-ddc-verification @ 0286bc3 (ddc-verification#62) pallet-ddc-payouts @ b775851 (ddc-payouts#68) Runtime knobs: spec_version: 80007 → 80008 (both cere + cere-dev) DacExecConfigConst.invoke_deadline_ms: 300_000 → 600_000 (both) Cargo.toml branch pins follow staging convention. Staging-side commits (CI workflows, CHANGELOG, ddc-clusters migrations, docs) brought in cleanly via the merge.
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
Promotes dev → staging for the 80008 runtime upgrade.
Cargo.lock bumps (all three ddc-* deps to their staging tips, post the release/80008 cascade in those repos):
ddc-dac-host→d0650e1(carries ddc-dac-host#11 → per-invoke→/←trace markers around everyddc_dac::invoke)pallet-ddc-verification→0286bc3(ddc-verification#62)pallet-ddc-payouts→b775851(ddc-payouts#68)Runtime knobs (both
runtime/cere+runtime/cere-dev):spec_version: 80007 → 80008 (required for runtime upgrade acceptance)DacExecConfigConst.invoke_deadline_ms: 300_000 → 600_000 (5 min → 10 min) — gives the dac.wasm slow path on era 494268 more runway before the wasmtime epoch deadline trips; if it completes in 6–7 min the era unblocks for free, otherwise the new trace logs identify the slow selectorMerge content: staging-side commits brought in cleanly (CI workflows, CHANGELOG,
pallets/ddc-clusters/src/migrations.rs, docs). Cargo.toml branch pins follow staging convention.Test plan
cargo build --release -p cere-runtimepasses (verified locally —Finishedreleaseprofile [optimized] target(s) in 1m 42s)set_codewith the newcere-runtime.wasm→ session=N sel=X payload_len=M/← session=N sel=X resp_len=M status=Ktrace pairs around each dac.wasm invoke→and no matching←before the next trap