Closed georgehao closed 1 month ago
The changes in this pull request focus on enhancing logging within the TxPool
implementation in core/tx_pool.go
and updating the patch version in params/version.go
. The logging improvements include the addition of log statements for transaction eviction and long-lived transactions. Additionally, the VersionPatch
constant has been incremented from 24
to 25
, reflecting a minor version update without altering any core functionality.
File | Change Summary |
---|---|
core/tx_pool.go | Enhanced logging for transaction eviction and long-lived transactions; added debug logs. |
params/version.go | Updated VersionPatch constant from 24 to 25 to reflect a patch version increment. |
In the burrow deep, where the logs do leap,
A patch was made, not a sound to keep.
With info bright, the transactions shine,
Evictions noted, all is fine!
Hopping through code, we cheer with glee,
For every change, a better spree! 🐇✨
rollback some log level. use vmodule=core/tx_pool.go=4
to instead. https://github.com/scroll-tech/testnet/pull/1423/files
Close this pr to update the changes to syncUpstream/active branch. https://github.com/scroll-tech/go-ethereum/pull/1079
1. Purpose or design rationale of this PR
add log for tx that be consumed in txpool
2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.go
been updated?4. Breaking change label
Does this PR have the
breaking-change
label?Summary by CodeRabbit
New Features
Chores