frostfs-sdk-go/client
Alex Vanin 539ac9915e [#237] client: Sign container ID value at container removal
Container contract expects signature of container ID value,
which is SHA256 of container body. Not the signature of stable
marshaled container.ID structure.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-05-04 15:22:48 +03:00
..
status [#176] status: Do not lose built-in error text message 2022-03-16 17:16:20 +03:00
accounting.go [#199] owner: Rename to `user`, refactor and doc 2022-04-19 18:44:02 +03:00
client.go [#164] Do not return rpc.Balance error in Dial 2022-03-14 13:04:49 +03:00
common.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
container.go [#237] client: Sign container ID value at container removal 2022-05-04 15:22:48 +03:00
doc.go [#164] client: Refactor and document package functionality 2022-03-10 15:02:10 +03:00
errors.go [#140] client: Specify status errors of `Client` methods 2022-03-02 18:27:08 +03:00
netmap.go [#170] version: Add docs, refactor 2022-04-13 10:28:12 +03:00
object_delete.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
object_get.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
object_hash.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
object_put.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
object_search.go [#197] session: Refactor and document the package 2022-04-27 11:09:29 +03:00
object_search_test.go [#170] oid, cid: Refactor and document package functionality 2022-04-13 17:32:25 +03:00
reputation.go [#168] client: Adopt replacement of pointer slices with struct slices 2022-03-15 16:59:59 +03:00
response.go [#137] pool: simplify session creation 2022-04-07 13:33:16 +03:00
session.go [#199] owner: Rename to `user`, refactor and doc 2022-04-19 18:44:02 +03:00