Open
Conversation
CacheMultiStoreForOCC creates a hollow CMS where stores are populated directly from VersionIndexedStores, skipping creation of intermediate cachekv instances that would be immediately discarded by SetKVStores. Cherry-picked from de0dd9c, adapted for this branch (no fast store), GC tuning changes excluded. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2914 +/- ##
==========================================
+ Coverage 57.22% 57.24% +0.01%
==========================================
Files 2094 2099 +5
Lines 171956 172439 +483
==========================================
+ Hits 98400 98707 +307
- Misses 64739 64871 +132
- Partials 8817 8861 +44
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Summary
CacheMultiStoreForOCCto cachemulti.Store that creates a hollow CMS where stores are populated directly from VersionIndexedStores via handler functionsprepareTasknow uses this instead ofCacheMultiStore()+SetKVStores()+SetGigaKVStores(), skipping creation of ~20 intermediate cachekv instances that were immediately discardedCacheMultiStore+SetKVStorespath when the multistore doesn't implement theoccPreparerinterfaceTest plan
go test ./sei-cosmos/store/cachemulti/...— all passgo test ./giga/deps/xevm/state/...— all passgo build ./...— builds cleanGIGA_SUPPRESS_COSMOS_EVENTS=true benchmark/benchmark-compare.sh baseline=7d7ab4f99 candidate=7d2cd92ee🤖 Generated with Claude Code