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

Mx 13962 consistent tokens values length checks #5245

Merged

Conversation

bogdan-rosianu
Copy link
Contributor

@bogdan-rosianu bogdan-rosianu commented May 17, 2023

Reasoning behind the pull request

  • changes in vm-common should be reflected inside mx-chain-go

Proposed changes

Testing procedure

  • regular all-in

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?

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (4c6c4a6) 79.41% compared to head (50a3d8a) 79.41%.

❗ Current head 50a3d8a differs from pull request most recent head aa3ec08. Consider uploading reports for the commit aa3ec08 to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##           rc/v1.6.0    #5245      +/-   ##
=============================================
- Coverage      79.41%   79.41%   -0.01%     
=============================================
  Files            691      691              
  Lines          89193    89197       +4     
=============================================
+ Hits           70837    70839       +2     
- Misses         13161    13162       +1     
- Partials        5195     5196       +1     
Impacted Files Coverage Δ
common/enablers/enableEpochsHandler.go 75.71% <100.00%> (+0.17%) ⬆️
common/enablers/epochFlags.go 92.41% <100.00%> (+0.07%) ⬆️

... and 1 file 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.

go.mod Outdated
@@ -19,7 +19,7 @@ require (
github.com/multiversx/mx-chain-logger-go v1.0.11
github.com/multiversx/mx-chain-p2p-go v1.0.16
github.com/multiversx/mx-chain-storage-go v1.0.8
github.com/multiversx/mx-chain-vm-common-go v1.4.1
github.com/multiversx/mx-chain-vm-common-go v1.4.2-0.20230515133310-3417cce7427e
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proper release

…h-checks

# Conflicts:
#	common/enablers/enableEpochsHandler.go
#	common/enablers/epochFlags.go
#	common/interface.go
#	config/tomlConfig_test.go
#	go.mod
#	go.sum
#	sharding/mock/enableEpochsHandlerMock.go
#	testscommon/enableEpochsHandlerStub.go
@@ -799,6 +802,7 @@ func TestEnableEpochConfig(t *testing.T) {
SetGuardianEnableEpoch: 64,
MultiClaimOnDelegationEnableEpoch: 65,
KeepExecOrderOnCreatedSCRsEnableEpoch: 64,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inconsistencies after merge

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Copy link
Contributor

@iulianpascalau iulianpascalau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just the proper release

gabi-vuls
gabi-vuls previously approved these changes May 25, 2023
Copy link
Collaborator

@gabi-vuls gabi-vuls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System test passed

@bogdan-rosianu bogdan-rosianu merged commit f5ad863 into rc/v1.6.0 May 25, 2023
5 checks passed
@bogdan-rosianu bogdan-rosianu deleted the MX-13962-consistent-tokens-values-length-checks branch May 25, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants