forked from TrueCloudLab/frostfs-contract
[#62] Remove methods with notifications from safe list
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
a1e571cafe
commit
5e28938286
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name: "NeoFS Container"
|
||||
safemethods: ["get", "owner", "list", "eacl", "getContainerSize", "listContainerSizes", "startContainerEstimation", "stopContainerEstimation", "version"]
|
||||
safemethods: ["get", "owner", "list", "eacl", "getContainerSize", "listContainerSizes", "version"]
|
||||
events:
|
||||
- name: containerPut
|
||||
parameters:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: "NeoFS"
|
||||
safemethods: ["innerRingList", "innerRingCandidates", "withdraw", "bind", "unbind", "isInnerRing", "config", "listConfig", "version"]
|
||||
safemethods: ["innerRingList", "innerRingCandidates", "isInnerRing", "config", "listConfig", "version"]
|
||||
events:
|
||||
- name: Deposit
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue