Closed mmsqe closed 3 months ago
The recent changes primarily involve updating the version of the github.com/cometbft/cometbft
dependency across multiple files from v0.38.10
to v0.38.11
, along with the removal of an indirect dependency on github.com/libp2p/go-buffer-pool
. Additionally, new configuration options were introduced to enhance system configurability, particularly regarding caching behavior. These updates aim to improve performance and maintain the projectโs dependency management practices.
File | Change Summary |
---|---|
go.mod , store/go.mod , versiondb/go.mod |
Updated github.com/cometbft/cometbft from v0.38.10 to v0.38.11 ; removed indirect dependency github.com/libp2p/go-buffer-pool v0.1.0 . |
integration_tests/configs/default.jsonnet |
Added new configuration option 'cache-size' set to 0 for enhanced caching control. |
testground/benchmark/benchmark/peer.py |
Introduced conditional addition to app_patch for cache size based on block_executor . |
sequenceDiagram
participant User
participant System
participant Cache
User->>System: Request configuration
System->>Cache: Check cache size
Cache-->>System: Return cache size
System-->>User: Provide configuration response
๐ In the meadow where rabbits play,
New changes hop in bright array.
CometBFT upgraded, oh what delight,
Caching tuned just right!
Dependencies trimmed, all neat and spry,
Hopping forward, watch us fly! ๐ผ
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 36.12%. Comparing base (
af15fa3
) to head (bab2baa
).
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
v0.38.11
, potentially enhancing functionality and fixing bugs.github.com/libp2p/go-buffer-pool
, streamlining project dependencies.