LeL
LeL
i encountered stuck deployment with following error once: ``` calculating network fee: ... - witness hash mismatch ``` it appears when non-leader (not Az) node forms transaction designating Notary role...
Any error returned by implemented command executor leads to additional help output. It is useful when the user incorrectly formed a command, but not more. ### Solution Replace providing the...
[`MaxObjectSize`](https://github.com/nspcc-dev/neofs-api/blob/4bd8b4da96c810e69a9a1336adb5e4e84bac62eb/netmap/types.proto#L304-L305) network setting limits payload size of physically stored NeoFS objects. Storage nodes deny bigger objects. By default, value is `64M`. It may be increased by the IR ## Expected...
overall, solution is very simple: listen to config changes and update the server limit. But... ## gRPC lib does not provide option to update max recv msg size on the...
* reputation * container size estimations * ??? client apps aint interested in them. They are likely to be changed huge. Easier to support in single repo
## Is your feature request related to a problem? Please describe. NeoFS chain deployment procedure uses actor to [make](https://github.com/nspcc-dev/neofs-contract/blob/3072d7baa88a050882e3070269c6ca8d439ba686/deploy/notary.go#L821-L839) unsigned transaction designating Notary role. The essential goal is to get...
afaik the only place for crossnode search is a storage group listing within data audit https://github.com/nspcc-dev/neofs-node/blob/2c1f717dab7d9dda1cbadc2160d3c4c74fdd4ee6/pkg/innerring/internal/client/client.go#L63-L67
## Is your feature request related to a problem? Please describe. I'm always frustrated when i cannot skip internal CLI checks which do not allow to pack and send the...