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

Vmcommon jun6 #5325

Merged
merged 640 commits into from Jun 6, 2023
Merged

Vmcommon jun6 #5325

merged 640 commits into from Jun 6, 2023

Conversation

sasurobert
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?

iulianpascalau and others added 18 commits May 30, 2023 13:33
…persister

Merge rc 1.6.0 into sharded persister
…imizations

Merge rc 1.6.0 trie sync optimizations
# Conflicts:
#	cmd/node/config/enableEpochs.toml
#	common/enablers/enableEpochsHandler.go
#	common/enablers/enableEpochsHandler_test.go
#	common/enablers/epochFlags.go
#	common/interface.go
#	config/epochConfig.go
#	config/tomlConfig_test.go
#	go.mod
#	go.sum
#	sharding/mock/enableEpochsHandlerMock.go
#	testscommon/enableEpochsHandlerMock/enableEpochsHandlerStub.go
- refactored enable epoch tests
…23.05.30

Merge rc v1.5.0 rc v1.6.0 2023.05.30
# Conflicts:
#	common/enablers/enableEpochsHandler.go
#	factory/processing/blockProcessorCreator.go
#	genesis/errors.go
#	go.mod
#	go.sum
#	integrationTests/testInitializer.go
#	integrationTests/testSyncNode.go
#	integrationTests/vm/testInitializer.go
#	integrationTests/vm/txsFee/asyncCall_test.go
#	integrationTests/vm/txsFee/relayedBuiltInFunctions_test.go
#	integrationTests/vm/wasm/wasmvm/wasmVM_test.go
#	process/block/baseProcess_test.go
#	process/block/export_test.go
#	process/block/metablock_test.go
#	process/block/shardblock_test.go
#	process/smartContract/process_test.go
andreibancioiu
andreibancioiu previously approved these changes Jun 6, 2023
ovstinga
ovstinga previously approved these changes Jun 6, 2023
@sasurobert sasurobert dismissed stale reviews from ovstinga and andreibancioiu via 7f4d1b8 June 6, 2023 09:41
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch coverage: 82.80% and project coverage change: +0.66 🎉

Comparison is base (25c4f23) 78.87% compared to head (8c014d2) 79.54%.

❗ Current head 8c014d2 differs from pull request most recent head d0f5325. Consider uploading reports for the commit d0f5325 to get more accurate results

Additional details and impacted files
@@              Coverage Diff               @@
##           feat/vm1.5    #5325      +/-   ##
==============================================
+ Coverage       78.87%   79.54%   +0.66%     
==============================================
  Files             688      703      +15     
  Lines           90390    92599    +2209     
==============================================
+ Hits            71299    73654    +2355     
+ Misses          13754    13597     -157     
- Partials         5337     5348      +11     
Impacted Files Coverage Δ
api/groups/blockGroup.go 97.95% <ø> (ø)
api/middleware/responseLogger.go 66.66% <0.00%> (ø)
common/channels.go 57.14% <0.00%> (-42.86%) ⬇️
common/trie.go 38.46% <0.00%> (-44.88%) ⬇️
consensus/spos/bls/subroundStartRound.go 68.36% <0.00%> (ø)
...ataRetriever/dataPool/headersCache/headersCache.go 90.15% <ø> (+10.60%) ⬆️
epochStart/shardchain/trigger.go 65.89% <0.00%> (ø)
factory/core/coreComponents.go 90.29% <ø> (ø)
node/external/nodeApiResolver.go 66.42% <0.00%> (ø)
node/node.go 78.41% <ø> (+1.49%) ⬆️
... and 57 more

... and 109 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sasurobert sasurobert merged commit 8d0fa1c into feat/vm1.5 Jun 6, 2023
4 checks passed
@sasurobert sasurobert deleted the vmcommon-jun6 branch June 6, 2023 12:31
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.

None yet