-
Notifications
You must be signed in to change notification settings - Fork 204
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.next1 in feat/esdt improvements 28mar #6072
Merged
BeniaminDrasovean
merged 1,300 commits into
feat/esdt-improvements
from
merge-rc/v1.7.next1-in-feat/esdt-improvements-28mar
Mar 28, 2024
Merged
Merge rc/v1.7.next1 in feat/esdt improvements 28mar #6072
BeniaminDrasovean
merged 1,300 commits into
feat/esdt-improvements
from
merge-rc/v1.7.next1-in-feat/esdt-improvements-28mar
Mar 28, 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
Add missing state statistics field to config file
…ets-refactor Chain simulator initial wallets refactor
Unit tests for proper flags
More chain simulator tests
…simulator Applied custom arch config tweaks on the chain simulator
…cenario Added stake-unstake-unbond scenario + EEI fix
…tion remove all nodes from queue on the activation of staking v4.
…factor Uniformized the calling methods for integration tests
….03.20 Merge master into rc170 2024.03.20
…into rc/v1.7.next1 # Conflicts: # go.mod # go.sum
…024.03.21 Merge rc170 into rc17next1 2024.03.21
…7.next1-in-feat/esdt-improvements-28mar # 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 # go.mod # go.sum # vm/errors.go # vm/systemSmartContracts/esdt.go
ssd04
approved these changes
Mar 28, 2024
iulianpascalau
approved these changes
Mar 28, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/esdt-improvements #6072 +/- ##
==========================================================
- Coverage 79.92% 78.84% -1.09%
==========================================================
Files 731 752 +21
Lines 96584 98254 +1670
==========================================================
+ Hits 77198 77466 +268
- Misses 13973 15555 +1582
+ Partials 5413 5233 -180 ☔ View full report in Codecov by Sentry. |
BeniaminDrasovean
merged commit Mar 28, 2024
c3383ee
into
feat/esdt-improvements
6 of 7 checks passed
BeniaminDrasovean
deleted the
merge-rc/v1.7.next1-in-feat/esdt-improvements-28mar
branch
March 28, 2024 11:07
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
?