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: remove zero gasprice check for BSC #2518

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

zzzckck
Copy link
Collaborator

@zzzckck zzzckck commented Jun 19, 2024

Description

This is subtle change to remove the zero gasprice check on BSC to fix issue: #2517

Before signing a transaction, there is gasPrice check. For Ethereum zeroGasPrice is unacceptable since London hard fork. But for BSC, zero gasprice is still acceptable.
note: blobGasFeePrice can not be zero right now.

Rationale

NA

Example

NA

Changes

Before this PR, sign a zero gasprice BSC transaction will be failed, but after this PR it will be success.

note: blobGasFeePrice can not be zero right now.
unclezoro
unclezoro previously approved these changes Jun 19, 2024
@zzzckck zzzckck requested a review from zlacfzy June 19, 2024 06:54
galaio
galaio previously approved these changes Jun 19, 2024
buddh0
buddh0 previously approved these changes Jun 19, 2024
@zzzckck zzzckck dismissed stale reviews from buddh0, galaio, and unclezoro via 2e421ed June 19, 2024 09:20
@zzzckck zzzckck merged commit be0fbfb into bnb-chain:develop Jun 19, 2024
7 checks passed
jellyb0y pushed a commit to jellyb0y/bsc that referenced this pull request Aug 11, 2024
note: blobGasFeePrice can not be zero right now.
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.

5 participants