frostfs-node/pkg/morph
Leonard Lyubich feb0a65efb [#1008] ir/container: Customize fee for named container registration
In notary disabled environment, approval of container creation with nice
name attribute takes much more additional GAS than other operations
(due to NNS invocation).

Morph library changes:
  * add the ability to specify per-op fees using `StaticClient` options;
  * add the ability to customize fee for `Put` operation with named
    container in container morph client.

Inner Ring changes:
  * add `fee.named_container_register` config value which specifies
    additional GAS fee for the approvals of the named container
    registrations;
  * pass the config value to `WithCustomFeeForNamedPut` option of
    container morph client.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-12-08 13:57:01 +03:00
..
client [#1008] ir/container: Customize fee for named container registration 2021-12-08 13:57:01 +03:00
event [#973] morph/subnet: Fix docs and comments of notification events 2021-11-28 16:15:18 +03:00
subscriber [#971] morph/subscriber: Adapt extended notification structure 2021-11-19 09:58:03 +03:00
timer [#708] morph/timer: Add single tick timer 2021-07-22 15:20:34 +03:00