Skip to content

Conversation

danielradu10
Copy link
Contributor

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:

  • 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?

danielradu10 and others added 30 commits September 24, 2025 13:22
# 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
danielradu10 and others added 19 commits October 10, 2025 13:08
…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
Copy link

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 0525ea9a899d4d465a4f05f75f9373120d42ce03
  • Current Branch: feat/mempool-supernova-part2
  • 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_14__11_19_08
  • PYTEST_EXIT_CODE: ``

danielradu10 and others added 6 commits October 14, 2025 14:53
Supernova TxPool Part2: Remove blocks when deriving the virtual session
# Conflicts:
#	integrationTests/chainSimulator/mempool/mempool_test.go
Copy link

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 6f1ce0696114e9f67ae017852a65288c4d93937f
  • Current Branch: feat/mempool-supernova-part2
  • 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_17__05_49_28
  • PYTEST_EXIT_CODE: 1

Copy link

codecov bot commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 80.40089% with 88 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.30%. Comparing base (24e1310) to head (a57f41a).
⚠️ Report is 5 commits behind head on rc/supernova.

Files with missing lines Patch % Lines
txcache/selectionTracker.go 62.42% 51 Missing and 14 partials ⚠️
txcache/virtualSessionComputer.go 76.74% 8 Missing and 2 partials ⚠️
txcache/diagnosis.go 0.00% 5 Missing ⚠️
txcache/txCache.go 78.57% 3 Missing ⚠️
...external/transactionAPI/apiTransactionProcessor.go 33.33% 2 Missing ⚠️
txcache/txByHashMap.go 80.00% 1 Missing and 1 partial ⚠️
txcache/crossTxCache.go 0.00% 1 Missing ⚠️
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.
📢 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.

Supernova TxPool Part2: Add rootHash check
Copy link

Integration Tests completed with failures or errors.

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: a57f41a3158d2d8379296506467ad587c58648b1
  • Current Branch: feat/mempool-supernova-part2
  • 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_17__08_36_31
  • 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.

2 participants