release/80009: bump ddc-* deps + spec_version 80009#714
Merged
Conversation
Cargo.lock SHA bumps: ddc-dac-host @ 7b56ddac (ddc-dac-host#12 + #13) pallet-ddc-verification @ 8d04eba3 (ddc-verification#63) pallet-ddc-payouts @ 294291f8 (ddc-payouts#69) Brings the new wasm-side diagnostic logging (dachost.log host import + createState-path trace instrumentation) and the process-global MODULE_CACHE fix (so every Engine gets the epoch ticker — fixes the latent class-of-bug where multi-thread OCW workers could hang forever without trapping). Bumps spec_version 80008 → 80009 on both cere and cere-dev because the runtime's wasm imports change (new dachost.log) and behavior changes (MODULE_CACHE fix affects deadline-enforcement reliability).
…logging chore: bump ddc-* deps + spec_version 80008 → 80009
Promotes dev → staging for the 80009 runtime upgrade. Staging SHAs after this: ddc-dac-host @ 3ff3250e (ddc-dac-host#14) pallet-ddc-verification @ 5ce1e9ef (ddc-verification#64) pallet-ddc-payouts @ da36d35b (ddc-payouts#70) Runtime knobs (carried in from dev — unchanged by the merge): spec_version: 80009 (both cere + cere-dev) DacExecConfigConst.invoke_deadline_ms: 600_000 Cargo.toml branch pins follow staging convention. Staging-side commits brought in cleanly via the merge.
1 task
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 80009 runtime upgrade.
Cargo.lock bumps (all three ddc-* deps to their staging tips):
ddc-dac-host→3ff3250e(carries ddc-dac-host#14 — dachost.log host import + process-global MODULE_CACHE fix)pallet-ddc-verification→5ce1e9ef(ddc-verification#64)pallet-ddc-payouts→da36d35b(ddc-payouts#70)Runtime knobs (both
runtime/cere+runtime/cere-dev):spec_version: 80008 → 80009 (carried in from dev — required for runtime upgrade)DacExecConfigConst.invoke_deadline_ms: 600_000 (10 min)Merge content: clean (Cargo.lock conflict on dep SHAs resolved by taking staging then
cargo update; runtime/cere/src/lib.rs auto-merged).Test plan
cargo build --release -p cere-runtimepasses (1m 47s)dachost.loghost stub lives inddc-dac-host's native code — paired client+runtime upgrade, not runtime-only)set_codewith the newcere-runtime.wasm[wasm] ...lines appear in OCW logs under targetddc-dac-hostdoNodeAggCreateStateis the slow one when the 10-min trap fires