Skip to content

Commit f500e0f

Browse files
committed
chore: bump playground main-entrypoint chunk-size limit to 1960 KB
Replacing the parity base/root artifacts with the single variable-size InboxParity ladder (64/256/1024) grew the playground main entrypoint to 1936.74 KB on CI, just over the 1925 KB hard limit. Bump with headroom, following the existing bump-log pattern in vite.config.ts.
1 parent 5c96100 commit f500e0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playground/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ export default defineConfig(({ mode }) => {
145145
// - JB: bumped from 1750 => 1800 after adding the `aztec_utl_getTxEffect` oracle handler, which pulls TxEffect / FlatPublicLogs / PrivateLog / PublicDataWrite into the eager PXE import path (#22979).
146146
// - 2026-05-12: bumped from 1800 => 1850 after merge-train/barretenberg brought in further bb-side changes (multi-app kernel circuits #23076 etc.) that pushed the main entrypoint to 1801.31 KB, just over the limit raised four days earlier.
147147
// - 2026-06-08: bumped from 1850 => 1925 after aztec RPC namespace / client surface changes pushed the main entrypoint to 1872.57 KB on CI (playground cold build).
148+
// - 2026-07-17: bumped from 1925 => 1960 after replacing the parity base/root circuit artifacts with the single variable-size InboxParity ladder (64/256/1024) pushed the main entrypoint to 1936.74 KB on CI.
148149
{
149150
pattern: /assets\/index-.*\.js$/,
150-
maxSizeKB: 1925,
151+
maxSizeKB: 1960,
151152
description: 'Main entrypoint, hard limit',
152153
},
153154
// Bump log:

0 commit comments

Comments
 (0)