Skip to content

Feat/supernova async exec#7055

Draft
AdoAdoAdo wants to merge 3048 commits intorc/supernovafrom
feat/supernova-async-exec
Draft

Feat/supernova async exec#7055
AdoAdoAdo wants to merge 3048 commits intorc/supernovafrom
feat/supernova-async-exec

Conversation

@AdoAdoAdo
Copy link
Copy Markdown
Contributor

@AdoAdoAdo AdoAdoAdo commented Jun 17, 2025

Reasoning behind the pull request

The processing in Supernova decouples from consensus, happening in parallel.
This feat will hold all the processing changes to cover the decoupling, together with the changes in the proposal, proposal verification and processing flows.
The execution will unify part of the proposer and regular validators/observers processing logic.

Proposed changes

  • Block proposal before execution
  • Verification of the proposal logic change
  • Regarding execution results verification, cover notarized execution results
  • Component for estimating when an execution result can be included on the proposed block
  • Processing queue - for proposed blocks
  • Tracking of execution results and notifying the txpool of new selection context
  • Selection of transactions from txpool with adaptive bandwidth
  • Changed block processing time boundaries - can extend to the full round time, and can even extend beyond it

Testing procedure

  • txgen scenarios
  • performance testing & analysis vs Spica - performance analysis framework with record-replay txgen scenarios
  • chain simulator tests
  • full automated functional testing & system tests
  • reset tests
  • upgrade test
  • backwards compatibility (importDB) tests

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: d7e16b882fc3fcc99d46a53633d9bc3bfcde8ffe
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JUNE_24__10_43_28
  • PYTEST_EXIT_CODE: 1

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 24, 2025

Codecov Report

❌ Patch coverage is 71.77542% with 372 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.53%. Comparing base (395b553) to head (1efa373).

Files with missing lines Patch % Lines
node/nodeRunner.go 0.00% 39 Missing ⚠️
txcache/selectionTracker.go 42.59% 30 Missing and 1 partial ⚠️
node/metrics/metrics.go 0.00% 26 Missing ⚠️
node/nodeBlocks.go 12.50% 20 Missing and 1 partial ⚠️
process/asyncExecution/headersExecutor.go 81.11% 12 Missing and 5 partials ⚠️
...termui/view/termuic/termuiRenders/widgetsRender.go 0.00% 16 Missing ⚠️
process/block/shardblock.go 64.28% 13 Missing and 2 partials ⚠️
common/commonCachedData.go 39.13% 7 Missing and 7 partials ⚠️
factory/processing/blockProcessorCreator.go 6.66% 14 Missing ⚠️
consensus/spos/bls/v2/subroundEndRound.go 80.00% 7 Missing and 4 partials ⚠️
... and 43 more
Additional details and impacted files
@@               Coverage Diff                @@
##           rc/supernova    #7055      +/-   ##
================================================
- Coverage         77.53%   77.53%   -0.01%     
================================================
  Files               882      882              
  Lines            123015   123716     +701     
================================================
+ Hits              95385    95919     +534     
- Misses            21283    21439     +156     
- Partials           6347     6358      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: dcad784d15710517057597c2f17eb18d292ddf0c
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JUNE_26__10_34_00
  • PYTEST_EXIT_CODE: 0

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: cc93c41f65240d9b1387fb9f2cb8b56166bddeec
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_15__12_11_41
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: b78a239ba591e7530fb31d4bf7fb5268defb33d9
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_16__09_52_11
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 0f5cc9ac285ff450cf16c4d9f19344b38d5b1bf7
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_21__09_40_45
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 36b5816666068c65d1a34dc9246cc2d65f8580b9
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_21__14_40_36
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: d6c68b39302fdf3e195c942753e1397eb2dc8f32
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_23__08_54_11
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: a78718b61f32ec9d464e12bd6e3407e06a880145
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_23__14_15_25
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 7f5b7bb3382fa04207ab66823d330b590b65ae74
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_29__07_05_29
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: e3e17f3581aff17c6ea8ef84af2b4f41e9d58db2
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_30__08_44_19
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: d2aac5d750ca9e24c2dac1978da3d89e0423dfdd
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 9f1a71433bae347a5efe00e47b9c667f4d7693d4

🚀 Environment Variables:

  • TIMESTAMP: 2025_JULY_31__12_19_16
  • PYTEST_EXIT_CODE: 0

@AdoAdoAdo AdoAdoAdo self-assigned this Sep 4, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 9, 2025

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 6a3f9eaf068097993b2ec0d457c088cd0952a126
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_09__09_40_37
  • PYTEST_EXIT_CODE: 0

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 9, 2025

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 9b82f7b71b83595f2bd7d556ab7162db1a202682
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_09__11_51_27
  • PYTEST_EXIT_CODE: 0

@github-actions
Copy link
Copy Markdown

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 033f05ce7430fb816a4fa92ece979f6eaa0d6ad2
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_15__10_52_24
  • PYTEST_EXIT_CODE: 0

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 27e0b126ee326ae0bee8aa642504556202367387
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_22__12_12_34
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 827cd7410a2462ef35b0286fd45532b171da19e2
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_22__12_36_20
  • PYTEST_EXIT_CODE: ``

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: be1791fb853c3e4fe8e1a0672b44c9ff7d7460c0
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_26__06_20_42
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 1135853a5734a2f9a1101a733d5293a67d036a14
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 41597fe08749e31c2513f9ee4e64526bedbfd767

🚀 Environment Variables:

  • TIMESTAMP: 2025_SEPTEMBER_29__11_27_33
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 7, 2025

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: a5a107ba8841d8206c2640764cae14e2c9cb6f41
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 572525f0dde3507728243abf677ac925f6bc8450

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_07__19_36_02
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 8, 2025

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: b35bf5cf833d08dd2a273125188f67b0069fc4de
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 572525f0dde3507728243abf677ac925f6bc8450

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_08__08_56_57
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: a4f93189a6c8eff165ac0e11c084b82d276c51f4
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 4d71f580c8bc95ab51d831c04e786d62036761e3

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_13__06_56_28
  • PYTEST_EXIT_CODE: 0

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 243213fd3a5b458a2fdfeada2544a27f6f0bba40
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 7eb0e778a2d1a9d7dd6e49e005ad1fc7e0aea307

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_15__11_25_08
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: a4dbb07b73087e0f6adb2b8053abfd3fae72d1bb
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 7eb0e778a2d1a9d7dd6e49e005ad1fc7e0aea307

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_15__12_42_03
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: c7d4f46cd7512856404032add68a1c1838342456
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 7eb0e778a2d1a9d7dd6e49e005ad1fc7e0aea307

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_16__11_31_50
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: cbc78c2bcbab3367c33254808d6e5491ec26cfdc
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6eb2769b5e919b7729ae46c74011debf82ddd962

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_20__09_31_15
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests passed successfully!

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: b7d23566f1e8798b1f7dd26e11b2f9b6b7388bdf
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6eb2769b5e919b7729ae46c74011debf82ddd962

🚀 Environment Variables:

  • TIMESTAMP: 2025_OCTOBER_20__12_19_55
  • PYTEST_EXIT_CODE: 0

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 160a97874aec0c5d08c171ec0da93bee5c20d16a
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 7c159da9afbedcf16114ddf77055991ab98a6da7

🚀 Environment Variables:

  • TIMESTAMP: 2025_NOVEMBER_12__08_19_27
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 2451f5b4687aa5658719eb9c96880cc0811a9ca7
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6a11acd1889b33f9041a604b87d0e18124e5d276
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-testing-suite Commit Hash: 7ab08ef87cea1241375cfb8395a7315d904836a1

🚀 Environment Variables:

  • TIMESTAMP: 2026_MARCH_26__07_52_42
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: f74ac7629598749f240e28fc6f8e1f4aab446f8c
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6a11acd1889b33f9041a604b87d0e18124e5d276
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-testing-suite Commit Hash: 7ab08ef87cea1241375cfb8395a7315d904836a1

🚀 Environment Variables:

  • TIMESTAMP: 2026_MARCH_26__08_51_59
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: cbf261477dc9f2a39887a8ae66537e06f719c39d
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6a11acd1889b33f9041a604b87d0e18124e5d276
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-testing-suite Commit Hash: 7ab08ef87cea1241375cfb8395a7315d904836a1

🚀 Environment Variables:

  • TIMESTAMP: 2026_MARCH_26__14_04_46
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: f192e3b63a7c8546a7ee3ec745581ebc1f690b13
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6a11acd1889b33f9041a604b87d0e18124e5d276
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-testing-suite Commit Hash: 7ab08ef87cea1241375cfb8395a7315d904836a1

🚀 Environment Variables:

  • TIMESTAMP: 2026_MARCH_26__15_18_25
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: e98b2da239dbb44ed25401eb57aeab74b38d96f8
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6a11acd1889b33f9041a604b87d0e18124e5d276
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-testing-suite Commit Hash: 7ab08ef87cea1241375cfb8395a7315d904836a1

🚀 Environment Variables:

  • TIMESTAMP: 2026_MARCH_27__09_01_46
  • PYTEST_EXIT_CODE: 1

@github-actions
Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 1efa373124e9e5f88d58596e1f39a31228f48873
  • Current Branch: feat/supernova-async-exec
  • mx-chain-go Target Branch: rc/supernova
  • mx-chain-simulator-go Target Branch: rc/supernova
  • mx-chain-simulator-go Commit Hash: 6a11acd1889b33f9041a604b87d0e18124e5d276
  • mx-chain-testing-suite Target Branch: rc/supernova
  • mx-chain-testing-suite Commit Hash: 7ab08ef87cea1241375cfb8395a7315d904836a1

🚀 Environment Variables:

  • TIMESTAMP: 2026_MARCH_30__11_13_29
  • PYTEST_EXIT_CODE: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants