Skip to content

chore: bump ddc-* deps for tombstone-loop fix + spec_version 80010#720

Merged
yahortsaryk merged 1 commit into
devfrom
fix/tombstone-probe-loop
May 29, 2026
Merged

chore: bump ddc-* deps for tombstone-loop fix + spec_version 80010#720
yahortsaryk merged 1 commit into
devfrom
fix/tombstone-probe-loop

Conversation

@yahortsaryk
Copy link
Copy Markdown
Contributor

Summary

Cargo.lock bumps (all three ddc-* deps to dev tips carrying the tombstone-loop fix):

Runtime version: spec_version 80009 → 80010 on both runtime/cere and runtime/cere-dev. Required because the embedded dac.wasm changed behavior (no more infinite loops on tombstone-saturated tables) and DEFAULT_TABLE_SIZE went 1000 → 4096.

Test plan

  • cargo build --release -p cere-runtime passes (2m 53s)
  • No pos-node Docker rebuild needed — host code unchanged from the prior 80009 release. Runtime upgrade via set_code only.
  • Devnet → Testnet via release/80010 branch cascade once this lands on dev
  • On Testnet after set_code: era 494268 makes forward progress; no more 10-min dac.wasm traps

…80010

Cargo.lock SHA bumps:
  ddc-dac-host             7b56ddac → b0682a36  (ddc-dac-host#15 / ddc-dac#43)
  pallet-ddc-verification  8d04eba3 → 21bef685  (ddc-verification#65)
  pallet-ddc-payouts       294291f8 → 4e9d7a66  (ddc-payouts#71)

The refreshed dac.wasm carries the fix for the nodeAgg/bucketAgg
infinite probe-loop on a tombstone-saturated table (root cause of
the era-494268 10-min hang).

spec_version 80009 → 80010 on both cere and cere-dev because the
embedded dac.wasm changed behavior (no more infinite loops on
tombstone-saturated tables) and DEFAULT_TABLE_SIZE went 1000 → 4096.

No pos-node Docker rebuild needed this round — host code is
unchanged. Runtime upgrade via set_code only.
@yahortsaryk yahortsaryk merged commit 8d5af59 into dev May 29, 2026
9 of 11 checks passed
@yahortsaryk yahortsaryk deleted the fix/tombstone-probe-loop branch May 29, 2026 12:41
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