You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neofs_node_object_epoch metric for IR and SN (the same for both) has been deprecated and will be removed with thenext minor release. Use neofs_node_state_epoch for SN and neofs_ir_state_epoch for IR instead.
Storage and Inner-ring nodes exposes their version via the neofs_[node|ir]_version metric now.
In the local consensus mode (IR) it is allowed to provide additional TLS setup addresses now, seemorph.consensus.rpc.tls section.
morph.switch_interval IR and SN config value is not used anymore.
morph.rpc_endpoint SN config value and morph.endpoint.client IR config value has been deprecated and will be removed with the next minor release. Use morph.endpoints for both instead (NOTE: it does not have priorities now).
If you're using binary keys with neofs-cli (-w), convert them to properNEP-6 wallets like this: $ xxd -p < path_to_binary.wallet # outputs hex-encoded key $ neofs-cli util keyer <hex_key> # outputs WIF $ neo-go wallet import -w <wallet_file> --wif <wif_key>or just generate/use new keys.
In local consensus mode morph.validators in IR's config can be omitted now, morph.consensus.committee will be used instead.For detached consensus, it is a required config parameter now.