-
Notifications
You must be signed in to change notification settings - Fork 215
Feat - Mempool Supernova Part Two #7329
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
# Conflicts: # txcache/selectionTracker.go
Supernova TxPool Part2: Optimize the check for a tracked transaction
# Conflicts: # txcache/interface.go # txcache/txByHashMap.go
Supernova TxPool Part2: Check if a transaction is still tracked
Supernova TxPool Part2: Check Tracked Txs Fixes
Supernova TxPool Part2: Added global account breadcrumb
…erive # Conflicts: # process/block/preprocess/interfaces.go # txcache/selectionTracker.go # txcache/txCache.go
Supernova TxPool Part2: Use global accounts breadcrumbs
Supernova TxPool Part2: Reset SelectionTracker
# Conflicts: # txcache/selectionTracker_test.go
# Conflicts: # txcache/crossTxCache.go # txcache/selectionTracker_test.go
Update feat/mempool-supernova-part2 with the latest rc/supernova
# Conflicts: # txcache/selectionTracker_test.go
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Supernova TxPool Part2: Remove blocks when deriving the virtual session
# Conflicts: # integrationTests/chainSimulator/mempool/mempool_test.go
❌ 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 #7329 +/- ##
==============================================
Coverage 75.30% 75.30%
==============================================
Files 840 842 +2
Lines 137740 138050 +310
==============================================
+ Hits 103726 103960 +234
- Misses 28202 28265 +63
- Partials 5812 5825 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Supernova TxPool Part2: Add rootHash check
❌ Integration Tests completed with failures or errors. 📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Reasoning behind the pull request
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
?