-
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
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. |
|
2 similar comments
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
…dexer Fix indexer
…erge-spica-relayed-into-esdt-prefix-31-ian # Conflicts: # go.mod # go.sum
…t-prefix-31-ian Merge spica relayed into esdt prefix 31 ian
…-31-ian # Conflicts: # common/constants.go # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # config/epochConfig.go # config/tomlConfig_test.go # dataRetriever/requestHandlers/requestHandler.go # factory/disabled/txProcessor.go # go.mod # go.sum # integrationTests/factory/bootstrapComponents/bootstrapComponents_test.go # integrationTests/factory/consensusComponents/consensusComponents_test.go # integrationTests/factory/dataComponents/dataComponents_test.go # integrationTests/factory/heartbeatComponents/heartbeatComponents_test.go # integrationTests/factory/processComponents/processComponents_test.go # integrationTests/factory/stateComponents/stateComponents_test.go # integrationTests/factory/statusComponents/statusComponents_test.go # integrationTests/realcomponents/processorRunner.go # node/chainSimulator/components/testOnlyProcessingNode.go # node/node.go # node/nodeRunner.go # node/node_test.go # process/block/preprocess/transactions.go # process/block/preprocess/transactionsV2.go # process/coordinator/process_test.go # process/errors.go # process/interface.go # testscommon/components/components.go # testscommon/txProcessorMock.go # testscommon/txProcessorStub.go
…eign-31-ian Merge esdt prefix into sovereign 31 ian
…date chain simulator interface update
sovereign chain simulator updates
…-factories # Conflicts: # testscommon/components/components.go
…ors-factories [sovereign] Clean factories for run type components
…-16369-propose-block-with-last-cross-chain-hash # Conflicts: # cmd/sovereignnode/go.mod # cmd/sovereignnode/go.sum # go.mod # go.sum
…tests-import-cycle [sovereign] Epoch start trigger factory tests
…t-cross-chain-hash
…last-cross-chain-hash [sovereign] Proposed epoch start header with last cross chain hash and request it if missing
…r-with-multiple-proccessors
…ssor-with-multiple-proccessors [sovereign] Multiple incoming events processor
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