-
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/chain go sdk #4434
base: rc/v1.7.next1
Are you sure you want to change the base?
Feat/chain go sdk #4434
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## rc/v1.7.next1 #4434 +/- ##
=================================================
- Coverage 78.77% 78.11% -0.67%
=================================================
Files 752 879 +127
Lines 98592 104333 +5741
=================================================
+ Hits 77668 81500 +3832
- Misses 15684 17282 +1598
- Partials 5240 5551 +311 ☔ View full report in Codecov by Sentry. |
… MX-15765-block-tracker-fix
cleanup block tracker pool for shard fix
indexer dependency update
…-meta-block [sovereign] Request meta block epoch start
…t-epoch-handlers-requesters
fix metrics on ProcessBlock
Preps for esdt-safe integration tests
integration tests for esdt-safe contract
Esdt safe callback test on fail case
…7-nov # Conflicts: # errors/errors.go
…prefix-7-nov Merge rc 1 7 next into esdt prefix 7 nov
…-7-nov # Conflicts: # config/config.go # epochStart/bootstrap/factory/epochStartInterceptorsContainerFactory.go # factory/processing/blockProcessorCreator.go # factory/processing/blockProcessorCreator_test.go # factory/processing/processComponents.go # factory/processing/processComponentsHandler.go # factory/processing/processComponentsHandler_test.go # factory/processing/txSimulatorProcessComponents.go # genesis/process/metaGenesisBlockCreator.go # genesis/process/shardGenesisBlockCreator.go # go.mod # go.sum # integrationTests/chainSimulator/common.go # node/node_test.go # process/errors.go # process/factory/interceptorscontainer/args.go # process/interface.go # process/smartContract/processProxy/processProxy.go # process/smartContract/processProxy/processProxy_test.go # process/smartContract/processorV2/processV2.go # process/smartContract/processorV2/process_test.go # process/smartContract/scrCommon/common.go # testscommon/generalConfig.go # update/factory/exportHandlerFactory.go # update/factory/fullSyncInterceptors.go
…eign-7-nov Merge esdt prefix into sovereign 7 nov
|
2 similar comments
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
…chain [sovereign] Filter out topics/shard ids to broadcast
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Update mx-chain-go dependency
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Skip tests for arm64 architecture
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Description of the reasoning behind the pull request (what feature was missing / how the problem was manifesting itself / what was the motive behind the refactoring)
Proposed Changes
Testing procedure