feat: harden downstream requeue tasks

This commit is contained in:
hectorzhao
2026-08-13 12:05:57 +08:00
parent 67fee21616
commit 433b2ee56f
15 changed files with 910 additions and 202 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ for (const expected of contract.methods) {
}
}
if (facadeMethods.size !== 104) {
if (facadeMethods.size !== 105) {
throw new Error(`R10 changed the stable SendChainService method count: ${facadeMethods.size}`);
}
@@ -112,5 +112,5 @@ if (!moduleSource.includes('providers: [SendChainService]') || moduleSource.incl
console.log(
`R10 send completion verified: ${contract.methods.length} methods across ${contract.domains.length} domains; `
+ '104 stable facade methods and accident invariants preserved.',
+ '105 stable facade methods and accident invariants preserved.',
);