release: prepare metainfo for release v1.7.3#36
Merged
allformless merged 25 commits intomasterfrom Apr 21, 2026
Merged
Conversation
* miner: async blob tx validation during bid simulation * miner: parallelize blob tx validation * fix: fix potential block on duplicate txn
* miner: use worker pool for async blob validation * fix: add judgement of blobs validate job
bnb-chain#3624) * fix: eth.syncing not correct * fix: cfg.TransactionHistory = 0 change when have config * chore: add log back
…bnb-chain#3617) Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.13 to 0.1.14. - [Commits](mattn/go-colorable@v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: github.com/mattn/go-colorable dependency-version: 0.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…in#3616) Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](gorilla/mux@v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tlptracehttp from 1.34.0 to 1.43.0 (bnb-chain#3637) Co-authored-by: allformless <213398294+allformless@users.noreply.github.com>
…n#3606)" (bnb-chain#3648) This reverts commit 7b8fbee.
* miner: shrink greedy merge buffer to 10ms * miner: add counter for greedy merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
release: prepare metainfo for release v1.7.3
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes: