Skip to content

Feat/supernova async exec#7055

Merged
AdoAdoAdo merged 3099 commits into
rc/supernovafrom
feat/supernova-async-exec
Apr 6, 2026
Merged

Feat/supernova async exec#7055
AdoAdoAdo merged 3099 commits into
rc/supernovafrom
feat/supernova-async-exec

Conversation

@AdoAdoAdo

@AdoAdoAdo AdoAdoAdo commented Jun 17, 2025

Copy link
Copy Markdown
Contributor

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

codecov Bot commented Jun 24, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.40275% with 399 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.59%. Comparing base (e82bd35) to head (293ee7c).

Files with missing lines Patch % Lines
epochStart/bootstrap/process.go 64.13% 66 Missing and 19 partials ⚠️
epochStart/bootstrap/metaStorageHandler.go 35.86% 54 Missing and 5 partials ⚠️
common/configs/processConfigs.go 65.21% 30 Missing and 2 partials ⚠️
consensus/spos/bls/v2/subroundBlock.go 72.32% 20 Missing and 11 partials ⚠️
common/common.go 86.19% 23 Missing and 6 partials ⚠️
consensus/spos/bls/v2/subroundEndRound.go 81.34% 18 Missing and 7 partials ⚠️
...termui/view/termuic/termuiRenders/widgetsRender.go 33.33% 20 Missing and 2 partials ⚠️
dblookupext/historyRepository.go 80.68% 10 Missing and 7 partials ⚠️
common/commonCachedData.go 82.22% 8 Missing and 8 partials ⚠️
consensus/broadcast/delayedBroadcast.go 86.30% 7 Missing and 3 partials ⚠️
... and 21 more
Additional details and impacted files
@@               Coverage Diff                @@
##           rc/supernova    #7055      +/-   ##
================================================
+ Coverage         76.86%   77.59%   +0.72%     
================================================
  Files               847      882      +35     
  Lines            113441   124053   +10612     
================================================
+ Hits              87194    96255    +9061     
- Misses            20383    21419    +1036     
- Partials           5864     6379     +515     

☔ 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

github-actions Bot commented Sep 9, 2025

Copy link
Copy Markdown

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

github-actions Bot commented Sep 9, 2025

Copy link
Copy Markdown

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

github-actions Bot commented Oct 7, 2025

Copy link
Copy Markdown

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

github-actions Bot commented Oct 8, 2025

Copy link
Copy Markdown

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

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: fe99fe759895585863f7b417f7b3e88946f3a30b
  • 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_APRIL_02__12_10_45
  • PYTEST_EXIT_CODE: 1

@github-actions

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: ac5fbdae6ea542d424c7fb9ce2d9cda197481782
  • 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_APRIL_02__13_04_15
  • PYTEST_EXIT_CODE: 1

@AdoAdoAdo AdoAdoAdo marked this pull request as ready for review April 2, 2026 14:29
sstanculeanu
sstanculeanu previously approved these changes Apr 2, 2026
sstanculeanu
sstanculeanu previously approved these changes Apr 2, 2026
@github-actions

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 909e75d48b5181e21f0c925694411a844f16874f
  • 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_APRIL_02__14_33_38
  • PYTEST_EXIT_CODE: 1

@github-actions

github-actions Bot commented Apr 2, 2026

Copy link
Copy Markdown

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 293ee7c69179d93d428da57b0e8f7e9e3e4965d9
  • 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_APRIL_02__15_06_47
  • PYTEST_EXIT_CODE: 1

@AdoAdoAdo AdoAdoAdo merged commit 1358848 into rc/supernova Apr 6, 2026
9 of 13 checks passed
@AdoAdoAdo AdoAdoAdo deleted the feat/supernova-async-exec branch April 6, 2026 07:58
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.

7 participants