Skip to content

Temporarily bump ACCOUNT_UPDATE_MAX_SIZE to 256 KiB#1464

Merged
bobbinth merged 1 commit intonextfrom
ajl-temp-account-size-increase
Jun 19, 2025
Merged

Temporarily bump ACCOUNT_UPDATE_MAX_SIZE to 256 KiB#1464
bobbinth merged 1 commit intonextfrom
ajl-temp-account-size-increase

Conversation

@partylikeits1983
Copy link
Contributor

This PR changes the ACCOUNT_UPDATE_MAX_SIZE from 32 KiB to 256 KiB to allow for testing of accounts that were compiled using the Rust to Miden assembly compiler.

This is a temporary change to allow for testing. ACCOUNT_UPDATE_MAX_SIZE should be set back to 32 KiB once MASM produced by the compiler becomes more optimized.

Resolves #1441

Copy link
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

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

Looks good! Thank you! Let's also create an issue for bring the limit back down once we have more efficient MAST serialization.

@partylikeits1983
Copy link
Contributor Author

Looks good! Thank you! Let's also create an issue for bring the limit back down once we have more efficient MAST serialization.

Opened an issue here: #1465

@bobbinth bobbinth merged commit 646c371 into next Jun 19, 2025
18 of 20 checks passed
@bobbinth bobbinth deleted the ajl-temp-account-size-increase branch June 19, 2025 16:59
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.

Consider increasing ACCOUNT_UPDATE_MAX_SIZE to allow account updates for Rust-compiled contracts

2 participants