LeL
LeL
## Is your feature request related to a problem? Please describe. IR launched in auto-deployment mode always deploys NNS first when starting from scratch. This requires some time to wait...
* see https://github.com/nspcc-dev/neo-go/issues/3130 we have several places where we look for contract fault exceptions as substrings in `error` return ([example](https://github.com/nspcc-dev/neofs-node/blob/3749ce78dc175210e364dde4db42ffc448d1e89b/pkg/morph/client/container/get.go#L49)) after the mentioned NeoGo feature will become released, error resolving...
currently, NeoFS CLI completes and signs session tokens in commands ``` $ neofs-cli object put --session token.json ``` and ``` $ neofs-cli object delete --session token.json ``` the token is...
* see #2448 currently, root objects has no split fields. In theory, they may have (multi split chain?). Metabase accepts such objects carried by the last child or the linking...
looks like a bug but needs to be investigated. When local storage is loaded by objects with existing files in blobstor, shard shards switches to degraded mode fast and stops...
when NeoFS storage nodes are under high load, Tree service's replication sometimes fail: ``` Jul 13 14:47:32 neofs-node[551040]: 2023-07-13T14:47:32.550Z warn tree/replicator.go:85 failed to sent update to the node {"last_error": "rpc...
Currently committee nodes don't parse transactions (what they exactly do) during Sidechain deployment. This is completely insecure, we should sign only deploy-related transactions.
Inner Ring and Storage nodes check that height of the underlying blockchain height is greater or equal than the latest encountered one optionally persisted in the local storage ([config](https://github.com/nspcc-dev/neofs-node/blob/967e273a762301166f5e55f8251d5e9f2fca638c/config/example/ir.yaml#L114) and...
seems like declared default behavior of https://github.com/nspcc-dev/neofs-node/blob/c408b57ee6a42dd112b7ef91033c2820c7dfeb87/config/example/ir.yaml#L68 config doesn't work when config key `min` is ommited, final used value must be calculated from `committee` array size. E.g. for 4 committee...
_partially inspired by @532910 administration experience_ we have `neofs-ir` app with its [sample](https://github.com/nspcc-dev/neofs-node/blob/master/config/example/ir.yaml) config file within this i propose to make several config improvements ## Defaults define values that must...