frostfs-node/pkg/innerring
Evgenii Stratonikov 003d568ae2
All checks were successful
DCO action / DCO (pull_request) Successful in 39s
Vulncheck / Vulncheck (pull_request) Successful in 1m2s
Build / Build Components (pull_request) Successful in 1m26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m27s
Tests and linters / Run gofumpt (pull_request) Successful in 3m1s
Tests and linters / Tests (pull_request) Successful in 3m23s
Tests and linters / Lint (pull_request) Successful in 3m26s
Tests and linters / Staticcheck (pull_request) Successful in 3m22s
Tests and linters / Tests with -race (pull_request) Successful in 3m53s
Tests and linters / gopls check (pull_request) Successful in 4m4s
Vulncheck / Vulncheck (push) Successful in 1m1s
Pre-commit hooks / Pre-commit (push) Successful in 1m23s
Build / Build Components (push) Successful in 2m13s
Tests and linters / Tests (push) Successful in 3m27s
Tests and linters / Run gofumpt (push) Successful in 3m23s
Tests and linters / Tests with -race (push) Successful in 3m51s
Tests and linters / gopls check (push) Successful in 4m6s
OCI image / Build container images (push) Successful in 4m41s
Tests and linters / Staticcheck (push) Successful in 6m39s
Tests and linters / Lint (push) Successful in 6m42s
[#1628] innerring: Relax container homomorphic hashing check
Our initial desire was to prohibit using homomorphic hashing on the
network level because of the resource consumption. However, the ability
to use it, doesn't mean that we must. So only fail validation if
container wants to have homomorphic hashing, but the network prohibits
it.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-02-27 10:20:08 +03:00
..
config [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
metrics [#374] Add inner-ring event metrics 2023-05-31 10:11:48 +00:00
processors [#1628] innerring: Relax container homomorphic hashing check 2025-02-27 10:20:08 +03:00
timers [#479] morph/timer: Move block timer to morph package 2021-04-19 09:35:54 +03:00
alphabet.go [#280] ir: Add alphabet processor unit tests 2023-05-02 08:48:07 +00:00
bindings.go [#1546] morph/event: Merge notification parser and handlers 2024-12-11 07:39:49 +00:00
blocktimer.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
blocktimer_test.go [#1475] Remove container estimation code 2024-11-06 15:32:33 +03:00
contracts.go [#338] ir: Always enable notary on sidechain 2023-05-24 08:44:47 +00:00
contracts_test.go [#248] innerring: Remove audit from tests 2023-08-10 16:38:43 +00:00
fetcher.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
indexer.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
indexer_test.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
initialization.go [#1598] golangci: Enable unparam linter 2025-01-14 09:06:47 +03:00
innerring.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
locode.go [#1598] golangci: Enable unparam linter 2025-01-14 09:06:47 +03:00
netmap.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
notary.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
state.go [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
state_test.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00