NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

36 stars 49 forks 36 watchers Go GNU General Public License v3.0
blockchain distributed distributed-systems storage
10 Open Issues Need Help Last updated: Jul 4, 2026

Open Issues Need Help

View All on GitHub
documentation help wanted discussion U3 S3 I4

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
enhancement good first issue neofs-adm U3 S4 I2

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
documentation enhancement good first issue neofs-cli U4 S4 I3

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
good first issue neofs-cli U4 S4 I3 feature

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
enhancement good first issue neofs-storage U4 S3 I4 test

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
enhancement good first issue neofs-storage U4 S3 I4 test

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
enhancement good first issue neofs-storage U4 S3 I4 test

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
enhancement good first issue neofs-cli U4 S4 I3

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage
enhancement help wanted discussion neofs-storage U4 S1 I4

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage

AI Summary: Optimize NeoFS storage node (SN) performance by deduplicating the serialization of bearer/session tokens. Currently, the SN serializes the token twice per request: once for cache access and again for signature verification. The task involves modifying the code to serialize the token only once and reuse the result, improving efficiency. Alternatives considered include directly using the binary token received via gRPC, but this is deemed more challenging due to the gRPC library's API.

Complexity: 3/5
enhancement help wanted neofs-storage performance U4 S4 I4

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain

Go
#blockchain#distributed#distributed-systems#storage