Skip to content

Feat/collapse trie based on size#7780

Draft
BeniaminDrasovean wants to merge 39 commits intofeat/supernova-async-execfrom
feat/collapse-trie-based-on-size
Draft

Feat/collapse trie based on size#7780
BeniaminDrasovean wants to merge 39 commits intofeat/supernova-async-execfrom
feat/collapse-trie-based-on-size

Conversation

@BeniaminDrasovean
Copy link
Contributor

Reasoning behind the pull request

Proposed changes

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

BeniaminDrasovean and others added 30 commits June 23, 2025 14:50
…d-on-size

# Conflicts:
#	config/tomlConfig_test.go
#	node/chainSimulator/components/testOnlyProcessingNode_test.go
#	trie/branchNode.go
#	trie/branchNode_test.go
#	trie/extensionNode.go
#	trie/extensionNode_test.go
#	trie/interface.go
#	trie/leafNode.go
#	trie/leafNode_test.go
#	trie/node.go
#	trie/sync_test.go
#	trie/trieStorageManager.go
BeniaminDrasovean and others added 9 commits March 3, 2026 11:34
…yn-exec-in-feat/collapse-trie-based-on-size-3mar
…ec-in-feat/collapse-trie-based-on-size-3mar

Merge feat/supernova asyn exec in feat/collapse trie based on size 3mar
…sed-on-size

# Conflicts:
#	dataRetriever/factory/resolverscontainer/metaResolversContainerFactory_test.go
#	dataRetriever/factory/resolverscontainer/shardResolversContainerFactory_test.go
#	epochStart/bootstrap/process.go
#	epochStart/metachain/systemSCs_test.go
#	factory/api/apiResolverFactory.go
#	factory/processing/blockProcessorCreator_test.go
#	factory/state/stateComponents.go
#	genesis/process/memoryComponents.go
#	integrationTests/state/stateTrie/stateTrie_test.go
#	integrationTests/testInitializer.go
#	integrationTests/testProcessorNode.go
#	integrationTests/vm/staking/componentsHolderCreator.go
#	state/accountsDB.go
#	state/accountsDB_test.go
#	state/factory/accountsAdapterAPICreator_test.go
#	state/storagePruningManager/storagePruningManager_test.go
#	testscommon/integrationtests/factory.go
#	trie/snapshotTrieStorageManager_test.go
#	trie/trieStorageManagerInEpoch_test.go
#	update/factory/dataTrieFactory.go
#	update/genesis/import.go
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

❌ Patch coverage is 85.09719% with 69 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.55%. Comparing base (3a0d110) to head (a1758e0).
⚠️ Report is 30 commits behind head on feat/supernova-async-exec.

Files with missing lines Patch % Lines
state/triesHolder/dataTriesHolder.go 80.53% 14 Missing and 8 partials ⚠️
update/genesis/import.go 0.00% 20 Missing ⚠️
update/factory/dataTrieFactory.go 0.00% 7 Missing ⚠️
update/factory/exportHandlerFactory.go 0.00% 7 Missing ⚠️
state/accountsDB.go 71.42% 1 Missing and 1 partial ⚠️
state/peerAccountsDB.go 50.00% 1 Missing and 1 partial ⚠️
state/syncer/baseAccountsSyncer.go 0.00% 2 Missing ⚠️
trie/extensionNode.go 97.01% 2 Missing ⚠️
trie/branchNode.go 98.57% 1 Missing ⚠️
trie/leafNode.go 96.96% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@                      Coverage Diff                      @@
##           feat/supernova-async-exec    #7780      +/-   ##
=============================================================
+ Coverage                      77.51%   77.55%   +0.03%     
=============================================================
  Files                            882      884       +2     
  Lines                         123552   123834     +282     
=============================================================
+ Hits                           95776    96039     +263     
- Misses                         21432    21442      +10     
- Partials                        6344     6353       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants