Closed mmsqe closed 4 months ago
The changes improve the cronos
project by updating the mempool transaction limit configuration and aligning dependencies with the latest versions. This includes updating DefaultMaxTxs
references, enhancing the benchmark testing with new mempool parameters, and making necessary module version adjustments.
File | Change Summary |
---|---|
CHANGELOG.md |
Updated to include a summary of setting the mempool MaxTx from the configuration with a default value of 3000 . |
app/app.go |
Adjusted imports, removed DefaultMaxTxs constant, and updated references to servercfg.DefaultMaxTxs . |
go.mod |
Upgraded ethermint dependency to a new hash and version. |
gomod2nix.toml |
Synced ethermint module version and hash with those in go.mod . |
testground/benchmark/benchmark... |
Added mempool parameter in subprocess.Popen call to set max-txs to 25000 . |
testground/benchmark/benchmark... |
Introduced mempool.max-txs configuration in config_patch . |
In Cronos' realm, changes bloom,
Mempools grow, past the gloom.
Code aligns, dependencies neat,
Ethermint's rhythm, now on repeat.
Benchmarks soar with max-txs high,
Under the open, starry sky.
Progress whispers, as updates fly.
[!TIP]
AI model upgrade
## `gpt-4o` model for reviews and chat is now live OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our [Discord Community](https://discord.com/invite/GsXnASn26c) to provide any feedback or to report any issues.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! ๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
New Features
MaxTx
parameter with a default value of3000
.mempool.max-txs
to25000
during benchmark tests.Dependency Updates
github.com/crypto-org-chain/ethermint
to a new version for enhanced performance and stability.Bug Fixes
Documentation
CHANGELOG.md
to reflect the latest changes and improvements.