Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/elrond-go-storage #4397

Merged
merged 44 commits into from
Sep 19, 2022
Merged

Feat/elrond-go-storage #4397

merged 44 commits into from
Sep 19, 2022

Conversation

bogdan-rosianu
Copy link
Contributor

@bogdan-rosianu bogdan-rosianu commented Aug 25, 2022

Refactor storage by moving the common components to a new repository

bogdan-rosianu and others added 25 commits August 8, 2022 15:29
# Conflicts:
#	update/factory/dataTrieFactory.go
# Conflicts:
#	.github/workflows/build_and_test.yml
#	.github/workflows/code-coverage.yml
#	.github/workflows/create_release.yml
#	.github/workflows/golangci-lint.yml
# Conflicts:
#	epochStart/bootstrap/syncValidatorStatus.go
#	errors/errors.go
#	factory/mock/coreComponentsMock.go
#	genesis/process/genesisBlockCreator.go
#	go.mod
#	heartbeat/process/monitor.go
#	integrationTests/testP2PNode.go
#	integrationTests/testProcessorNodeWithCoordinator.go
#	integrationTests/testProcessorNodeWithMultisigner.go
#	node/mock/factory/coreComponentsStub.go
#	process/block/preprocess/transactions.go
#	process/smartContract/hooks/blockChainHook.go
@bogdan-rosianu bogdan-rosianu self-assigned this Aug 25, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #4397 (831606d) into development (4c6761d) will decrease coverage by 2.18%.
The diff coverage is 84.17%.

❗ Current head 831606d differs from pull request most recent head 3dd2132. Consider uploading reports for the commit 3dd2132 to get more accurate results

@@               Coverage Diff               @@
##           development    #4397      +/-   ##
===============================================
- Coverage        75.25%   73.07%   -2.19%     
===============================================
  Files              614      634      +20     
  Lines            82115    83442    +1327     
===============================================
- Hits             61794    60973     -821     
- Misses           15643    17727    +2084     
- Partials          4678     4742      +64     
Impacted Files Coverage Δ
common/forking/gasSchedule.go 75.82% <0.00%> (-10.43%) ⬇️
common/tokensParser.go 100.00% <ø> (ø)
consensus/broadcast/delayedBroadcast.go 84.81% <ø> (ø)
dataRetriever/txpool/argShardedTxPool.go 83.33% <ø> (ø)
dblookupext/errors.go 0.00% <ø> (ø)
debug/antiflood/debugger.go 87.23% <ø> (ø)
debug/resolver/interceptorResolver.go 79.11% <ø> (ø)
epochStart/bootstrap/fromLocalStorage.go 50.58% <0.00%> (-0.30%) ⬇️
facade/nodeFacade.go 79.44% <ø> (+0.63%) ⬆️
factory/apiResolverFactory.go 0.00% <ø> (-75.36%) ⬇️
... and 317 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@iulianpascalau iulianpascalau self-requested a review August 25, 2022 12:31
@AdoAdoAdo AdoAdoAdo changed the base branch from development to rc/v1.4.0 September 15, 2022 13:19
AdoAdoAdo and others added 8 commits September 15, 2022 17:22
# Conflicts:
#	common/constants.go
#	dataRetriever/factory/dataPoolFactory.go
#	dataRetriever/factory/resolverscontainer/args.go
#	epochStart/bootstrap/syncValidatorStatus.go
#	go.mod
#	integrationTests/p2p/antiflood/blacklist/blacklist_test.go
#	integrationTests/testHeartbeatNode.go
#	integrationTests/testP2PNode.go
#	process/block/metablock.go
#	process/block/shardblock.go
#	storage/interface.go
#	storage/leveldb/leveldb.go
#	storage/leveldb/leveldbSerial.go
#	storage/pruning/fullHistoryTriePruningStorer.go
#	storage/pruning/triePruningStorer.go
#	storage/storageUnit/storageunit.go
#	storage/timecache/export_test.go
#	storage/timecache/peerTimeCache_test.go
#	storage/timecache/timeCache.go
#	storage/timecache/timeCache_test.go
#	testscommon/dataRetriever/poolFactory.go
#	testscommon/dataRetriever/poolsHolderMock.go
…o-storage

Merge rc1.4 feat elrond go storage
# Conflicts:
#	integrationTests/consensus/testInitializer.go
@AdoAdoAdo AdoAdoAdo marked this pull request as ready for review September 19, 2022 12:18
@AdoAdoAdo AdoAdoAdo merged commit 57fe4d9 into rc/v1.4.0 Sep 19, 2022
@AdoAdoAdo AdoAdoAdo deleted the feat/elrond-go-storage branch September 19, 2022 12:56
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.

6 participants