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: merge develp code to main for release v0.5.6 #265

Merged
merged 17 commits into from
Feb 19, 2025
Merged

Conversation

joeylichang
Copy link
Collaborator

@joeylichang joeylichang commented Feb 19, 2025

v0.5.6

This is a minor release for opBNB Mainnet and Testnet.

It includes several performance optimizations and improvements, primarily focused on transaction pool enhancements and block mining efficiency.
Key improvements include tuning snapshot bloom filters for higher TPS, optimizing block mining overhead with a new engine API, and multiple transaction pool optimizations such as cache management, truncation efficiency, direct transaction broadcasting, stale transaction filtering, and asynchronous pricing.
Metrics have also been added to monitor these optimizations.

Upgrading is optional.

What's Changed

bnoieh and others added 16 commits December 16, 2024 14:34
Txpool optimization:   optimize truncate
…" when providing all pending list to miner (#244)

Co-authored-by: Owen <[email protected]>
Co-authored-by: andyzhang2023 <[email protected]>
Co-authored-by: andyzhang2023 <[email protected]>
@github-actions github-actions bot requested review from krish-nr and redhdx February 19, 2025 07:01
Copy link

@RenRick RenRick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joeylichang joeylichang merged commit b224f9d into main Feb 19, 2025
3 checks passed
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.

6 participants