feat: harden downstream requeue tasks
This commit is contained in:
@@ -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.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user