Skip to content

refactor(pxe): separate the operation queue from staged-write jobs (backport of aztec-labs-eng/aztec-node#20) - #25335

Merged
nventuro merged 1 commit into
merge-train/fairies-v5from
nico/port-node-20-operation-queue
Sep 1, 2026
Merged

refactor(pxe): separate the operation queue from staged-write jobs (backport of aztec-labs-eng/aztec-node#20)#25335
nventuro merged 1 commit into
merge-train/fairies-v5from
nico/port-node-20-operation-queue

Conversation

@nventuro

@nventuro nventuro commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Backport of aztec-labs-eng/aztec-node#20 to the v5 line: a git cherry-pick -x of its squash commit on aztec-node/main, 10ab86541ef48443f2e1d53d2882acbf619278a1. The change itself was described and reviewed there; this PR is only about the port being faithful, so please review it as such.

Validating the backport

  1. Fetch the source repo once: git remote add node https://github.com/aztec-labs-eng/aztec-node && git fetch node main.

  2. Compare the upstream patch with this PR's patch (range-diff compares patches, so unrelated histories are fine):

    git range-diff 10ab86541e^..10ab86541e origin/nico/port-node-20-operation-queue^..origin/nico/port-node-20-operation-queue
    

    Expected: only the (cherry picked from commit …) trailer under the commit message and nothing else — no -/+ lines under any file header. The patch applied without conflicts and was not edited.

  3. Build and run the unit suites at this commit (from yarn-project/): yarn workspace @aztec/pxe build && yarn workspace @aztec/txe build && yarn workspace @aztec/pxe test && yarn workspace @aztec/txe test. The upstream PR's own tests are part of these suites, so passing them is the behavioral check; CI on this PR runs them as well.

Stack

First PR of the stack, targets merge-train/fairies-v5 directly. Order: #20#35#40#47#94#100#98 (aztec-node numbers).

@github-actions github-actions Bot added the port-to-next Forward-port this merged PR into next label Aug 27, 2026
@nventuro nventuro removed the port-to-next Forward-port this merged PR into next label Aug 28, 2026
@nventuro
nventuro requested a review from nchamo August 28, 2026 13:22
@nventuro
nventuro force-pushed the nico/port-node-20-operation-queue branch from ef28f76 to 000f6da Compare August 28, 2026 21:15
(cherry picked from commit 10ab86541ef48443f2e1d53d2882acbf619278a1)
@nventuro
nventuro force-pushed the nico/port-node-20-operation-queue branch from 000f6da to b632285 Compare September 1, 2026 15:54
@nventuro
nventuro added this pull request to the merge queue Sep 1, 2026
Merged via the queue into v5-next with commit 0e0f5ed Sep 1, 2026
12 checks passed
@nventuro
nventuro deleted the nico/port-node-20-operation-queue branch September 1, 2026 17:52
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.

2 participants