FrostFS is a decentralized distributed object storage integrated with the NEO Blockchain.
 
 
 
Go to file
Leonard Lyubich fa009db140 [#1464] ir/container: Fix verifying the operations within sessions
In previous implementation `verifySignature` method of container
processor worked incorrectly for operations without a key and with
session: processor tried to verify signature with one of the bound owner
keys instead of session one.

Use `VerifySessionDataSignature` method to check the signature if
session is used. Refactor `verifySignature` a bit with session check
highlighting for readability.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-06-07 23:26:30 +03:00
.docker [#1250] go.mod: Bump supported go version to 1.17 2022-04-07 17:23:28 +03:00
.github [#1170] CI: Update golang linter 2022-04-08 11:52:18 +03:00
cmd [#1074] neofs-cli: Inline some of the functions 2022-06-06 13:54:29 +03:00
config [#1474] neofs-node/config: Remove "shard_num" from the "grpc" section 2022-06-03 14:44:06 +03:00
docs [#1320] English Check 2022-05-11 10:40:02 +03:00
misc [#598] misc: Remove global prefixes 2021-06-09 16:20:37 +03:00
pkg [#1464] ir/container: Fix verifying the operations within sessions 2022-06-07 23:26:30 +03:00
.dockerignore Initial commit 2020-07-10 17:45:00 +03:00
.gitattributes build: Better GitHub handling of auto-generated code 2020-08-04 12:17:09 +03:00
.gitignore [#785] make: Add preparing release binaries 2021-09-15 17:58:58 +03:00
.golangci.yml [#1023] .golangci.yml: remove outdated `govet` settings 2022-01-31 13:01:58 +03:00
CHANGELOG.md [#1485] ir/container: Accept eACL only if extension is allowed 2022-06-07 16:34:15 +03:00
CONTRIBUTING.md Minor typo fixes 2020-12-30 13:22:50 +03:00
CREDITS.md [#719] Update contributors list 2021-07-23 19:41:15 +03:00
LICENSE Initial commit 2020-07-10 17:45:00 +03:00
Makefile [#1250] go.mod: Bump supported go version to 1.17 2022-04-07 17:23:28 +03:00
README.md [#1320] English Check 2022-05-11 10:40:02 +03:00
go.mod [#1464] ir/container: Fix verifying the operations within sessions 2022-06-07 23:26:30 +03:00
go.sum [#1464] ir/container: Fix verifying the operations within sessions 2022-06-07 23:26:30 +03:00

README.md

NeoFS

NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.


Report GitHub release (latest SemVer) License

Overview

NeoFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data. Any Neo user may participate in the network and get paid for providing storage resources to other users or store their data in NeoFS and pay a competitive price for it.

Users can reliably store object data in the NeoFS network and have a transparent data placement process due to a decentralized architecture and flexible storage policies. Each node is responsible for executing the storage policies that the users select for geographical location, reliability level, number of nodes, type of disks, capacity, etc. Thus, NeoFS gives full control over data to users.

Deep Neo Blockchain integration allows NeoFS to be used by dApps directly from NeoVM on the Smart Contract code level. This way dApps are not limited to on-chain storage and can manipulate large amounts of data without paying a prohibitive price.

NeoFS has a native gRPC API and has protocol gateways for popular protocols such as AWS S3, HTTP, FUSE and sFTP allowing developers to integrate applications without rewriting their code.

Supported platforms

Now, we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More platforms will be officially supported after release 1.0.

The latest version of neofs-node works with neofs-contract v0.13.0.

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before starting to work on a certain topic, create a new issue first, describing the feature/topic you are going to implement.

Credits

NeoFS is maintained by NeoSPCC with the help and contributions from community members.

Please see CREDITS for details.

License