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

Make MaxGasInvoke configurable #3208

Merged

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Mar 6, 2025

Closes #3207.

Add `fschain.consensus.rpc.max_gas_invoke` option in config to configure
`MaxGasInvoke` parameter.

Closes #3207.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

Attention: Patch coverage is 60.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 23.16%. Comparing base (db3b58e) to head (d277f8e).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
pkg/innerring/internal/blockchain/blockchain.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3208   +/-   ##
=======================================
  Coverage   23.16%   23.16%           
=======================================
  Files         760      760           
  Lines       60561    60570    +9     
=======================================
+ Hits        14027    14033    +6     
- Misses      45542    45545    +3     
  Partials      992      992           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roman-khimov roman-khimov merged commit e593f30 into master Mar 6, 2025
19 of 22 checks passed
@roman-khimov roman-khimov deleted the 3207-make-maxgasinvoke-configurable-for-internal-cn branch March 6, 2025 12:32
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.

Make MaxGasInvoke configurable for internal CN
2 participants