Skip to content

Conversation

@AnnaShaleva
Copy link
Member

@AnnaShaleva AnnaShaleva commented Nov 21, 2025

Close #4077.

  • Allow parallel handling of notary requests with different main transaction.
  • Move expired request removal to PostBlock.
  • Allow parallel witness verification for requests with the same main transaction.

@roman-khimov, please, check out the comments in code, the third issue is contraversial, I'm not sure how to safely do that.

@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.50%. Comparing base (e249080) to head (bdf2c2b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4093      +/-   ##
==========================================
- Coverage   83.51%   83.50%   -0.02%     
==========================================
  Files         351      351              
  Lines       42390    42401      +11     
==========================================
+ Hits        35401    35405       +4     
- Misses       5251     5268      +17     
+ Partials     1738     1728      -10     

☔ 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.

@roman-khimov
Copy link
Member

Allow parallel witness verification for requests with the same main transaction.

You can only do this for a part of the work (like verifying witnesses), but ultimately there is a shared structure to update, so this can be skipped for now.

@roman-khimov
Copy link
Member

govet, btw.

AnnaShaleva added a commit to nspcc-dev/neofs-node that referenced this pull request Nov 25, 2025
Fetch nspcc-dev/neo-go#4093.

Signed-off-by: Anna Shaleva <[email protected]>
1. Allow parallel handling of notary requests with different main
   transaction.
2. Move expired request removal to PostBlock.

Close #4077.

Signed-off-by: Anna Shaleva <[email protected]>
It allows to use deferred request lock. No functional changes.

Signed-off-by: Anna Shaleva <[email protected]>
AnnaShaleva added a commit to nspcc-dev/neofs-node that referenced this pull request Nov 26, 2025
Fetch nspcc-dev/neo-go#4093.

Signed-off-by: Anna Shaleva <[email protected]>
@AnnaShaleva AnnaShaleva added the blocked Can't be done because of something label Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Can't be done because of something

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize notary service

3 participants