mirror of
https://github.com/nspcc-dev/neofs-contract.git
synced 2026-03-01 04:28:59 +00:00
Should IR requirements be reflected in the contract docs? #134
Labels
No labels
I1
I2
I3
I4
S1
S2
S3
S4
U1
U2
U3
U4
alphabet
audit
balance
blocked
bug
config
container
discussion
documentation
enhancement
feature
go
good first issue
help wanted
neofs
neofsid
netmap
nns
nns
performance
proxy
question
reputation
security
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-contract#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cthulhu-rider on GitHub (Feb 10, 2023).
One of the Inner Ring activities in NeoFS architecture is listening to Sidechain contracts and validating incoming events. The Inner Ring imposes arequirements for some operations.
For example, to switch storage node to
MAINTENANCEmode it should be allowed by the network configuration. Contract docs does not mention this restriction. Maybe it should?Even if contract does not verify such cases, docs could prevent some pre-failed transactions.
@roman-khimov commented on GitHub (Feb 10, 2023):
This is the main problem in many of such cases. See #314 also.