Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alphabet/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Alphabet"
name: "Alphabet"
safemethods: ["gas", "neo", "name", "version"]
permissions:
- methods: ["update", "transfer", "vote"]
2 changes: 1 addition & 1 deletion audit/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Audit"
name: "Audit"
safemethods: ["get", "list", "listByEpoch", "listByCID", "listByNode", "version"]
permissions:
- methods: ["update"]
2 changes: 1 addition & 1 deletion balance/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Balance"
name: "Balance"
supportedstandards: ["NEP-17"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "version"]
permissions:
Expand Down
2 changes: 1 addition & 1 deletion container/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Container"
name: "Container"
safemethods: ["count", "containersOf", "get", "owner", "list", "eACL", "getContainerSize", "listContainerSizes", "iterateContainerSizes", "version"]
permissions:
- methods: ["update", "addKey", "transferX",
Expand Down
2 changes: 1 addition & 1 deletion frostfsid/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS ID"
name: "Identity"
safemethods: ["key", "version"]
permissions:
- methods: ["update"]
2 changes: 1 addition & 1 deletion netmap/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Netmap"
name: "Netmap"
safemethods: ["innerRingList", "epoch", "netmap", "netmapCandidates", "snapshot", "snapshotByEpoch", "config", "listConfig", "version"]
permissions:
- methods: ["update", "newEpoch"]
Expand Down
2 changes: 1 addition & 1 deletion processing/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Multi Signature Processing"
name: "Multi Signature Processing"
safemethods: ["verify", "version"]
permissions:
- methods: ["update"]
2 changes: 1 addition & 1 deletion proxy/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Notary Proxy"
name: "Notary Proxy"
safemethods: ["verify", "version"]
permissions:
- methods: ["update"]
2 changes: 1 addition & 1 deletion reputation/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Reputation"
name: "Reputation"
safemethods: ["get", "getByID", "listByEpoch"]
permissions:
- methods: ["update"]
Expand Down
2 changes: 1 addition & 1 deletion subnet/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FrostFS Subnet"
name: "Subnet"
safemethods: ["version"]
permissions:
- methods: ["update"]
Expand Down