Skip to content

fix: remove zero gasprice check for BSC#2518

Merged
zzzckck merged 2 commits intobnb-chain:developfrom
zzzckck:zero_gasprice_check
Jun 19, 2024
Merged

fix: remove zero gasprice check for BSC#2518
zzzckck merged 2 commits intobnb-chain:developfrom
zzzckck:zero_gasprice_check

Conversation

@zzzckck
Copy link
Copy Markdown
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.
@zzzckck zzzckck requested review from buddh0, galaio and unclezoro June 19, 2024 06:52
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 force-pushed the zero_gasprice_check branch from 2e421ed to 00dd97b Compare June 19, 2024 11:20
@zzzckck zzzckck merged commit be0fbfb into bnb-chain:develop Jun 19, 2024
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