chore: bump ddc-* deps + spec_version 80008 → 80009#713
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).
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
Cargo.lock bumps (all three ddc-* deps to their dev tips carrying the new wasm-side diagnostics + the process-global MODULE_CACHE fix):
ddc-dac-host→7b56ddac(carries ddc-dac-host#12 + #13)pallet-ddc-verification→8d04eba3(ddc-verification#63)pallet-ddc-payouts→294291f8(ddc-payouts#69)Runtime version:
spec_version80008 → 80009 on bothruntime/cere+runtime/cere-dev.Why bump spec_version
dachost.log) — the runtime wasm now declares an additional host-function import. Validators running the older spec couldn't instantiate the new runtime wasm without the matching native-side host stub.Both warrant a new spec_version for runtime-upgrade acceptance.
Test plan
cargo build --release -p cere-runtimepasses (verified locally — 3 min 10s build)dachost.loghost stub lives inddc-dac-host's native code, which compiles into the node binary — this is a paired client+runtime upgrade, not runtime-only)[wasm] ...lines appear in OCW logs under targetddc-dac-hostdoNodeAggCreateStateis the slow one when the 10-min trap fires (look for the last[wasm] doNodeAggCreateState ...before the trap timestamp)