Skip to content

feat: n1 apps#22974

Merged
ledwards2225 merged 21 commits into
merge-train/barretenbergfrom
lde/n1-apps
May 7, 2026
Merged

feat: n1 apps#22974
ledwards2225 merged 21 commits into
merge-train/barretenbergfrom
lde/n1-apps

Conversation

@ledwards2225
Copy link
Copy Markdown
Contributor

Initial exploration of multi-app init/inner kernels. Currently just adds some basic lib utils and tests demonstrating feasibility of naively extending the current hard-coded single app pattern.

assert_eq(pi.expiration_timestamp, 78);
}

#[test]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test was simply missing in this test suite

@federicobarbacovi federicobarbacovi added the ci-full Run all master checks. label May 7, 2026
@federicobarbacovi federicobarbacovi marked this pull request as ready for review May 7, 2026 15:59
stdlib_verification_queue.size() == 1 && (stdlib_verification_queue.front().type == QUEUE_TYPE::OINK);
bool is_init_kernel = stdlib_verification_queue.front().type == QUEUE_TYPE::OINK;

bool is_hiding_kernel =
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the above makes me realize that this should probably just check queue type then assert queue size 1

@ledwards2225 ledwards2225 enabled auto-merge (squash) May 7, 2026 18:09
@AztecBot
Copy link
Copy Markdown
Collaborator

AztecBot commented May 7, 2026

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/d774891f48c6632c�d774891f48c6632c8;;�):  yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_epochs/epochs_missed_l1_publish.test.ts (153s) (code: 0) group:e2e-p2p-epoch-flakes

@ledwards2225 ledwards2225 disabled auto-merge May 7, 2026 20:00
@ledwards2225 ledwards2225 merged commit a426d3d into merge-train/barretenberg May 7, 2026
20 of 21 checks passed
@ledwards2225 ledwards2225 deleted the lde/n1-apps branch May 7, 2026 20:00
Thunkar pushed a commit that referenced this pull request May 8, 2026
## Summary

Fix CI failure on `merge-train/fairies` (run
[25572561023](https://github.com/AztecProtocol/aztec-packages/actions/runs/25572561023),
log [1778264338812903](http://ci.aztec-labs.com/1778264338812903)).

The merge of `next` into `merge-train/fairies` (78632af) brought in
barretenberg changes — `feat!: optimized Poseidon2 (#22652)` and `feat:
n1 apps (#22974)` via `feat: merge-train/barretenberg (#23025)` — which
grew bb.js by enough to push the playground main entrypoint 0.02 KB over
the 1750 KB hard limit:

```
❌ assets/index-BEz4wQVA.js: 1750.02 KB exceeds limit of 1750 KB (Main entrypoint, hard limit)
```

Bumping the limit to 1800 KB (matching the prior +50 KB increment from
the bump log) restores headroom.

## Test plan

- [ ] CI green on this PR (chunk size check passes)


ClaudeBox log: https://claudebox.work/s/22af49d0486fc035?run=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-full Run all master checks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants