LeL

Results 59 issues of 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...

enhancement
neofs-ir
performance
U2
S3
I3

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

enhancement
blocked
U4
S2
I4

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

bug
neofs-cli
U3
S4
I3

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

bug
neofs-storage
U2
S2
I3

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

discussion
neofs-storage
U3
S4
I4

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

bug
neofs-storage
blocked
U2
S4
I4

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.

enhancement
U3
security
S4
I4

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

enhancement
neofs-ir
neofs-storage
U2
S1
I4

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

bug
neofs-storage
U2
config
S4
I4

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

enhancement
neofs-ir
U3
config
S4
I2