Feature description
I'm hitting AccountUpdateSizeLimitExceeded when I'm creating an output note in the counter contract test in 0xMiden/compiler#555 at https://github.com/0xMiden/compiler/blob/d0032e7fa22fbad1ff704fc8f9c2367067164129/tests/integration/src/rust_masm_tests/testnet.rs?plain=1#L221-L224
The size of the counter account code is 72 KB, which is way above the 32 KB limit set in ACCOUNT_UPDATE_MAX_SIZE.
Why is this feature needed?
No response