diff --git a/app/upgrades/data/changes.ts b/app/upgrades/data/changes.ts index 451c80d..6b21179 100644 --- a/app/upgrades/data/changes.ts +++ b/app/upgrades/data/changes.ts @@ -217,7 +217,7 @@ export const changes: Change[] = [ summary: "At and after Azul activation, block production and import use the following Engine API methods: engine_getPayloadV5 returns a V5 envelope, but the contained execution payload is still V4-shaped. As a result, payload insertion continues through engine_newPayloadV4 (there is no engine_newPayloadV5 path used by Base Azul clients).

Azul constraints for this flow:

", migrationNotes: - 'Use the registry as the source of accepted TEE signer identities instead of hard-coding Nitro prover signers.', + 'Node clients and libraries should handle the V5 payload envelope with an empty blobsBundle, continue inserting payloads through engine_newPayloadV4, and send empty expectedBlobVersionedHashes and executionRequests arrays.', lastUpdated: '2026-04-12', relatedRepos: [], githubIssues: [],