Fix/new ir does not start#4002
Open
carpawell wants to merge 2 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4002 +/- ##
==========================================
- Coverage 28.34% 27.80% -0.55%
==========================================
Files 681 681
Lines 45756 46780 +1024
==========================================
+ Hits 12969 13005 +36
- Misses 31555 32538 +983
- Partials 1232 1237 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0b79e4f to
86ca825
Compare
Not functional changes. Signed-off-by: Pavel Karpy <carpawell@nspcc.io>
Starting new IR node that is not an Alphabet node yet led to an error: ``` build meta committee acc: own public key was not found among multisig keys ``` Add dynamic notary actor based on actual Alphabet list to support Alphabet list changes. Also, allow starting non-Alphabet node but do not send any notary requests (they will fail anyway). Signed-off-by: Pavel Karpy <carpawell@nspcc.io>
86ca825 to
4943c8c
Compare
cthulhu-rider
approved these changes
Jun 5, 2026
Contributor
|
fixes released stuff? Thinking of changelog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes nspcc-dev/neofs-testcases#1371 (comment)