-
Notifications
You must be signed in to change notification settings - Fork 210
Feat/supernova async exec #7055
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
base: rc/supernova
Are you sure you want to change the base?
Conversation
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## rc/supernova #7055 +/- ##
================================================
+ Coverage 75.11% 75.20% +0.09%
================================================
Files 823 829 +6
Lines 135092 135690 +598
================================================
+ Hits 101473 102048 +575
- Misses 27892 27902 +10
- Partials 5727 5740 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merge supernova in feat
# Conflicts: # go.mod # go.sum
✅ Integration Tests passed successfully! 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
…ync-exec-2025.07.15 Merge supernova into feat async exec 2025.07.15
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
…ync-exec-2025.07.16 Merge supernova into feat async exec 2025.07.16
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
…-async-exec-2025.07.30 Merge rc supernova into feat async exec 2025.07.30
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
…ocks refactor txs for block in preprocessors
✅ Integration Tests passed successfully! 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Integrated new headers
Update UnmarshallHeader method for v3
increase time to wait at bootstrap for requested data
…hain-go into request-handler-refactor
…request-handler-refactor
Request handler refactor
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
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
?