ir/adm: use deleteNode method to forcefully drop node#3737
Merged
roman-khimov merged 1 commit intomasterfrom Dec 12, 2025
Merged
ir/adm: use deleteNode method to forcefully drop node#3737roman-khimov merged 1 commit intomasterfrom
roman-khimov merged 1 commit intomasterfrom
Conversation
updateStateIR is gone in contracts since nspcc-dev/neofs-contract#556 (0.26.0 changeset), so it no longer works. Fixes test failure: 2025-12-12T13:37:24.776Z warn innerring/network.go:106 external request: can't invoke updateSateIR method in netmap {"node pub key": "ed92cf9dde91bf35d7d806130ce7c22cbdb639dbb59e77b0fb87287359cbf88dcb6d7faf4cf86b4c1a928b74601dbda357445ffd0baa36a29bc16be0cc5b737f", "error": "chain/client: contract execution finished with state FAULT; exception: at instruction 76 (SYSCALL): System.Contract.Call failed: method not found: updateStateIR/2"} Signed-off-by: Roman Khimov <roman@nspcc.ru>
ea2a842 to
06356d1
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3737 +/- ##
==========================================
- Coverage 26.59% 26.59% -0.01%
==========================================
Files 656 656
Lines 41552 41552
==========================================
- Hits 11051 11050 -1
- Misses 29483 29484 +1
Partials 1018 1018 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
carpawell
approved these changes
Dec 12, 2025
End-rey
approved these changes
Dec 12, 2025
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.
updateStateIR is gone in contracts since nspcc-dev/neofs-contract#556 (0.26.0 changeset), so it no longer works. Fixes test failure: