-
Notifications
You must be signed in to change notification settings - Fork 205
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
Merge rc/v1.7.0 in feat/esdt improvements 30jan #5892
Merged
BeniaminDrasovean
merged 130 commits into
feat/esdt-improvements
from
merge-rc/v1.7.0-in-feat/esdt-improvements-30jan
Jan 30, 2024
Merged
Merge rc/v1.7.0 in feat/esdt improvements 30jan #5892
BeniaminDrasovean
merged 130 commits into
feat/esdt-improvements
from
merge-rc/v1.7.0-in-feat/esdt-improvements-30jan
Jan 30, 2024
Conversation
This file contains 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
# Conflicts: # cmd/node/config/enableEpochs.toml # common/constants.go # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # config/epochConfig.go # config/tomlConfig_test.go
…e metric for regular nodes as well
Fixed dbConfigHandler to accommodate different DB configs
…h-2-2023.01.17 Update master rc sirius patch 2 2023.01.17
Hardware requirements checks
Fixed wrong multikey backup machine step-in
…ith the seed node
Migrate data trie fix
Protocol ID check in seeder
…-2024.01.29 # Conflicts: # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # common/enablers/epochFlags.go # common/interface.go # config/tomlConfig_test.go # go.mod # go.sum # integrationTests/state/stateTrie/stateTrie_test.go # sharding/mock/enableEpochsHandlerMock.go # state/accountsDB_test.go # storage/factory/dbConfigHandler.go # storage/factory/dbConfigHandler_test.go # storage/factory/export_test.go # testscommon/enableEpochsHandlerMock/enableEpochsHandlerStub.go # trie/patriciaMerkleTrie_test.go
…7.0-2024.01.29 Merge rc sirius fixes rc v1.7.0 2024.01.29
…in-feat/esdt-improvements-30jan # Conflicts: # common/constants.go # common/enablers/enableEpochsHandler.go # config/epochConfig.go # config/tomlConfig_test.go # vm/systemSmartContracts/esdt.go
andreibancioiu
approved these changes
Jan 30, 2024
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feat/esdt-improvements #5892 +/- ##
==========================================================
- Coverage 80.41% 80.36% -0.06%
==========================================================
Files 709 710 +1
Lines 94353 94310 -43
==========================================================
- Hits 75874 75792 -82
- Misses 13174 13224 +50
+ Partials 5305 5294 -11 ☔ View full report in Codecov by Sentry. |
iulianpascalau
approved these changes
Jan 30, 2024
miiu96
approved these changes
Jan 30, 2024
d24b625
into
feat/esdt-improvements
7 of 8 checks passed
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.
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:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?