Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused MEM_MAX_ACCESS_SIZE #508

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

Dentosal
Copy link
Member

@Dentosal Dentosal commented Aug 2, 2023

The configuration value for it was fixed to MEM_MAX_ACCESS_SIZE = VM_MAX_RAM. The rule against exceeding VM_MAX_RAM always triggers first. See FuelLabs/fuel-vm#511 (comment) and the PR in general for the removal from fuel-vm.

@Dentosal Dentosal added documentation Improvements or additions to documentation comp:FVM Component: FuelVM labels Aug 2, 2023
@Dentosal Dentosal self-assigned this Aug 2, 2023
@Dentosal Dentosal changed the title Remove unused MEM_MAX_ACCESS_SIZE constant and related checks Remove unused MEM_MAX_ACCESS_SIZE Aug 2, 2023
@Voxelot
Copy link
Member

Voxelot commented Aug 3, 2023

I think it's fine to leave this out for now since we haven't found a practical use for it yet. We can always add it back in later if it's deemed necessary for the prover.

@Dentosal Dentosal merged commit 1176515 into master Aug 3, 2023
@Dentosal Dentosal deleted the dento/remove-remove-max-access-size branch August 3, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:FVM Component: FuelVM documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants