-
Notifications
You must be signed in to change notification settings - Fork 202
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/esdt improvements #5821
Feat/esdt improvements #5821
Conversation
…ion which can be called by anyone.
# Conflicts: # common/enablers/enableEpochsHandler.go # common/enablers/epochFlags.go # common/interface.go # go.mod # go.sum # sharding/mock/enableEpochsHandlerMock.go # testscommon/enableEpochsHandlerMock/enableEpochsHandlerStub.go
…torage-opt # Conflicts: # cmd/node/config/enableEpochs.toml # common/constants.go # common/enablers/enableEpochsHandler.go # config/epochConfig.go # config/tomlConfig_test.go # go.mod # go.sum # sharding/mock/enableEpochsHandlerMock.go
ESDT v2 implementations on SystemSC - dynamic tokens and tokenType
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rc/v1.7.next1 #5821 +/- ##
=================================================
+ Coverage 78.80% 78.83% +0.03%
=================================================
Files 752 752
Lines 98013 98254 +241
=================================================
+ Hits 77238 77461 +223
- Misses 15553 15559 +6
- Partials 5222 5234 +12 ☔ View full report in Codecov by Sentry. |
…in-feat/esdt-improvements-30jan # Conflicts: # common/constants.go # common/enablers/enableEpochsHandler.go # config/epochConfig.go # config/tomlConfig_test.go # vm/systemSmartContracts/esdt.go
…-improvements-30jan Merge rc/v1.7.0 in feat/esdt improvements 30jan
…t-improvements-integration # Conflicts: # common/constants.go # go.mod # go.sum
esdt improvements integration
# Conflicts: # go.mod # go.sum
Merge.1.7.1 esdtv2 6 mar
…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
…esdt-improvements-28mar Merge rc/v1.7.next1 in feat/esdt improvements 28mar
c3383ee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normal allin test: v1.6.15-dev-config-eb2e06c06d -> feat/esdt-improvements
--- Specific errors ---
block hash does not match 1947
wrong nonce in block 942
miniblocks does not match 0
num miniblocks does not match 0
miniblock hash does not match 0
block bodies does not match 0
receipts hash missmatch 0
/------/
--- Statistics ---
Nr. of all ERRORS: 0
Nr. of all WARNS: 273
Nr. of new ERRORS: 0
Nr. of new WARNS: 1
Nr. of PANICS: 0
/------/
--- ERRORS ---
/------/
--- WARNINGS ---
ovh-p03-validator-31 :
Warn: trie recreate error: error = getNodeFromDB error: key not found for key root = 1
/------/
Reasoning behind the pull request
Proposed changes
ESDTModifyRoyalties, ESDTModifyCreator, ESDTNFTRecreate, ESDTNFTUpdate, ESDTNFTSetNewURIs
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
?