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

fix: api: return the correct block gas limit in the EthAPI #11747

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Mar 19, 2024

Related Issues

fixes #11721

Proposed Changes

The gas limit is proportional to the number of blocks.

Checklist

Before you mark the PR ready for review, please make sure that:

  • Commits have a clear commit message.
  • PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, build, chore, ci, docs, perf, refactor, revert, style, test
    • area, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps
  • If the PR affects users (e.g., new feature, bug fix, system requirements change), update the CHANGELOG.md and add details to the UNRELEASED section.
  • New features have usage guidelines and / or documentation updates in
  • Tests exist for new functionality or change in behavior
  • CI is green

The gas limit is proportional to the number of blocks.

fixes #11721
@Stebalien Stebalien requested review from rvagg and removed request for rvagg March 19, 2024 19:06
@Stebalien Stebalien merged commit 566584d into master Mar 21, 2024
92 checks passed
@Stebalien Stebalien deleted the steb/fix-11721 branch March 21, 2024 19:49
LexLuthr pushed a commit that referenced this pull request Mar 26, 2024
The gas limit is proportional to the number of blocks.

fixes #11721
Stebalien added a commit that referenced this pull request Apr 5, 2024
The gas limit is proportional to the number of blocks.

fixes #11721
@rvagg rvagg mentioned this pull request May 1, 2024
8 tasks
ribasushi pushed a commit to ribasushi/ci-abusing-lotus-fork that referenced this pull request May 11, 2024
ribasushi pushed a commit to ribasushi/ci-abusing-lotus-fork that referenced this pull request May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

Gas used is more than gas limit for the block in FEVM RPC
2 participants