Skip to content
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

Feat/trie mutex refactor #6076

Draft
wants to merge 98 commits into
base: rc/barnard
Choose a base branch
from

Conversation

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

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

Attention: Patch coverage is 87.79070% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 78.80%. Comparing base (484f9e7) to head (cdda030).
Report is 1298 commits behind head on rc/v1.7.next1.

Files Patch % Lines
trie/patriciaMerkleTrie.go 70.83% 11 Missing and 10 partials ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##           rc/v1.7.next1    #6076      +/-   ##
=================================================
- Coverage          79.93%   78.80%   -1.13%     
=================================================
  Files                731      754      +23     
  Lines              96343    98128    +1785     
=================================================
+ Hits               77008    77334     +326     
- Misses             13934    15563    +1629     
+ Partials            5401     5231     -170     

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

@BeniaminDrasovean BeniaminDrasovean changed the base branch from rc/v1.7.next1 to rc/v1.8.0 July 16, 2024 08:38
BeniaminDrasovean and others added 21 commits December 16, 2024 16:40
use goroutines manager for trie commit
…d-in-feat/trie-mutex-refactor-16jan

# Conflicts:
#	common/interface.go
#	state/accountsDB.go
#	testscommon/trie/trieStub.go
#	trie/depthFirstSync_test.go
#	trie/doubleListSync_test.go
#	trie/extensionNode_test.go
#	trie/patriciaMerkleTrie_test.go
…e-mutex-refactor-16jan

Merge rc/barnard in feat/trie mutex refactor 16jan
Copy link

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: ee0f34c4c50098cd001bb89d1f4628bee7457b83
  • Current Branch: feat/trie-mutex-refactor
  • mx-chain-go Target Branch: rc/barnard
  • mx-chain-simulator-go Target Branch: rc/barnard
  • mx-chain-testing-suite Target Branch: rc/barnard

🚀 Environment Variables:

  • TIMESTAMP: 16012025-135636
  • PYTEST_EXIT_CODE: 1
    🎉 MultiversX CI/CD Workflow Complete!

Copy link

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 01f83390b49ece7837f54c6384595d9af04745b9
  • Current Branch: feat/trie-mutex-refactor
  • mx-chain-go Target Branch: rc/barnard
  • mx-chain-simulator-go Target Branch: rc/barnard
  • mx-chain-testing-suite Target Branch: rc/barnard

🚀 Environment Variables:

  • TIMESTAMP: 22012025-113757
  • PYTEST_EXIT_CODE: 1
    🎉 MultiversX CI/CD Workflow Complete!

Copy link

📊 MultiversX Automated Test Report: View Report

🔄 Build Details:

  • mx-chain-go Commit Hash: 778c10cd35d484d38302008e4ff973fd5831adfd
  • Current Branch: feat/trie-mutex-refactor
  • mx-chain-go Target Branch: rc/barnard
  • mx-chain-simulator-go Target Branch: rc/barnard
  • mx-chain-testing-suite Target Branch: rc/barnard

🚀 Environment Variables:

  • TIMESTAMP: 22012025-154652
  • PYTEST_EXIT_CODE: 1
    🎉 MultiversX CI/CD Workflow Complete!

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