-
Notifications
You must be signed in to change notification settings - Fork 363
fix(config): Move on-disk txpool elements to data folder #1287
Conversation
WalkthroughThe changes primarily focus on the configuration of the legacy transaction pool in the Cosmos and Ethereum Polar codebases. The updates ensure that the Changes
Poem
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (2)
- cosmos/config/config.go (1 hunks)
- eth/polar/config.go (1 hunks)
Files skipped from review due to trivial changes (1)
- cosmos/config/config.go
Additional comments: 1
eth/polar/config.go (1)
- 51-64: The changes in this hunk are clear and straightforward. The
legacyPool
variable is declared and assignedlegacypool.DefaultConfig
. ThelegacyPool.Journal
field is set to an empty string. TheLegacyTxPool
field in theConfig
struct is updated to use thelegacyPool
variable. This ensures that the transaction pool elements are stored in the correct location by default, improving the organization and accessibility of data within the project.
@BrickBera please verify |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1287 +/- ##
==========================================
- Coverage 48.61% 48.48% -0.14%
==========================================
Files 84 84
Lines 4850 4857 +7
==========================================
- Hits 2358 2355 -3
- Misses 2318 2327 +9
- Partials 174 175 +1
|
Fix for @BrickBera
Summary by CodeRabbit