frostfs-node/pkg/morph/client
Leonard Lyubich eb1fba5182 [#1680] morph/netmap: Adopt to recent contract changes
After recent Netmap contract changes all read methods which return
network map (either candidates or snapshots) encode node descriptors
into same structure.

Decode `netmap.Node` contract-side structure from the call results.
Replace node state with the value from the `netmap.Node.State` field.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-05 11:41:49 +03:00
..
audit [#1609] config: Allow to prioritize N3 endpoints 2022-07-21 16:08:42 +03:00
balance [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
container [#1645] node: Support EACL_NOT_FOUND status 2022-08-01 20:45:36 +03:00
neofs [#1141] morph/client: Remove unneeded argument conversions 2022-05-16 15:09:35 +03:00
neofsid [#1454] Upgrade NeoFS SDK Go module with new IDs 2022-06-01 17:41:45 +03:00
netmap [#1680] morph/netmap: Adopt to recent contract changes 2022-10-05 11:41:49 +03:00
reputation [#1570] Upgrade NeoFS SDK Go with changed reputation API 2022-07-06 18:21:24 +03:00
subnet [#1320] English Check 2022-05-11 10:40:02 +03:00
client.go [#1711] morph: Simplify code using neo-go actors 2022-09-02 10:41:18 +03:00
client_test.go [#1417] go.mod: Update neo-go to v0.99.0 2022-06-08 10:27:49 +03:00
constructor.go [#1711] morph: Drop deprecated neo-go calls 2022-09-02 10:41:18 +03:00
fee.go [#1582] *: Fix linter warnings 2022-07-06 11:56:01 +03:00
fee_test.go [#1560] morph/client: Remove customFees type 2022-07-04 09:29:01 +03:00
multi.go [#1711] morph: Drop deprecated neo-go calls 2022-09-02 10:41:18 +03:00
multy_test.go [#1648] morph: Change endpoint priority order 2022-08-04 16:11:24 +03:00
nns.go [#1637] go.mod: Update neo-go to v0.99.1 2022-07-28 20:11:45 +03:00
notary.go [#1743] morph: Fix non-notary calls 2022-09-02 12:11:57 +03:00
notifications.go [#1560] morph/client: Perform RPC switch and restore in one step 2022-07-04 09:29:01 +03:00
static.go [#1743] morph: Fix non-notary calls 2022-09-02 12:11:57 +03:00
util.go [#1711] morph: Drop deprecated neo-go calls 2022-09-02 10:41:18 +03:00
util_test.go [#478] morph/client: Try to parse integer as a byte type 2021-04-15 17:53:08 +03:00