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

feat: Remove obsolete gas-limited parameters #1584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Caruso33
Copy link

Hi @ZenGround0, @aarshkshah1992

I started with the PLDG cohort and took #1268 as first issue.

I removed the following parameters:

  • PRE_COMMIT_SECTOR_BATCH_MAX_SIZE
  • PROVE_REPLICA_UPDATES_MAX_SIZE (this seems to have been set to PRE_COMMIT_SECTOR_BATCH_MAX_SIZE anyway and not being used elsewhere)
  • DECLARATIONS_MAX

and made sure that the tests still run.

Where there are tests with a batch size param, I used 256 as hardcoded value, as this was the initial value for it.

Please let me know if this is the correct approach I am going and if there are more obsolete fields.

Thanks!

@Abhay-2811
Copy link
Contributor

@Caruso33 had same CI-related issues try cargo fmt --all and cargo clippy --all then run make check to run CI checks

BTW this is not a comment/review related to the issue or pr, someone from the core team might do that meanwhile you can run the following commands and fix CI-related issues

@Caruso33
Copy link
Author

Caruso33 commented Nov 5, 2024

seems we have now 2 PRs for the same issue? #1586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📌 Triage
Development

Successfully merging this pull request may close these issues.

2 participants