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

Chore: bump version to 0.15.3 #757

Merged
merged 4 commits into from
May 10, 2024
Merged

Chore: bump version to 0.15.3 #757

merged 4 commits into from
May 10, 2024

Conversation

zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented May 10, 2024

0.15.3 - 2024-05-09

Fixed

  • Exclude BNB Chain from zero fee configuration in gas fee logic, thanks @magicsih (#755)

magicsih and others added 4 commits May 9, 2024 19:51
* fix: Exclude BNB Chain from zero fee configuration in gas fee logic

This commit updates the gas fee configuration logic to accommodate the BNB Chain (chainId 56). While the BNB Network supports EIP-1559, it reports a `baseFeePerGas` of zero. This adjustment ensures that transactions on the BNB Chain do not mistakenly receive a max fee configuration of zero, which is not appropriate despite the reported base fee. This change maintains the functionality for other chains such as Polygon (chainId 137) that require legacy gasPrice fees, and excludes only BNB Chain from the zero max fee logic. This is crucial for proper transaction fee handling on networks supporting EIP-1559 but reporting a base fee of zero.
Add comment and more explicit assertion.
Update the packages versions and changelogs for the `0.15.3 - 2024-05-09` release.
@zoeyTM zoeyTM merged commit 96f00ae into main May 10, 2024
7 checks passed
@zoeyTM zoeyTM deleted the release/2024-05-09 branch May 10, 2024 01:52
@zoeyTM zoeyTM restored the release/2024-05-09 branch May 10, 2024 01:58
@zoeyTM zoeyTM deleted the release/2024-05-09 branch May 10, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants