neofs-node
neofs-node copied to clipboard
NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
## Is your feature request related to a problem? Please describe. `common.Storage` interface exposes a `Put()` function that's supposed to be pushing objects into the store. One can `Put` an...
## Is your feature request related to a problem? Please describe. I'm always frustrated when I am thinking about SN's bootstrap process. If something goes wrong and the Alphabet has...
## Is your feature request related to a problem? Please describe. I'm always frustrated when a storage engine instance is up against some sensitive information that must not be changed,...
``` --- FAIL: TestKeySharing (0.00s) group_test.go:19: Error Trace: /home/runner/work/neofs-node/neofs-node/pkg/morph/deploy/group_test.go:19 Error: Received unexpected error: create AES cipher block: crypto/aes: invalid key size 31 Test: TestKeySharing FAIL coverage: 4.0% of statements FAIL...
https://github.com/nspcc-dev/neofs-node/blob/master/.github/workflows/run-tests.yml#L20 This will not work, only the master will always be used: https://github.com/nspcc-dev/neofs-node/blob/master/.github/workflows/run-tests.yml#L54 We need to fix the description in workflow_dispatch, or fix the work with branches. The second is...
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...
It would look natural and even now it already has [an application](https://github.com/nspcc-dev/neofs-node/pull/2464#discussion_r1284596713).
## Is your feature request related to a problem? Please describe. #2464 changed the default behavior to more sane one, but we need an option to override it in special...
* 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...
Once we drop support for 1.20, take a look at nspcc-dev/neo-go#3089.