forked from TrueCloudLab/frostfs-contract
[#12] Use non-specific contract names
Allows easier project name updates in the future. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
19a8ef2d02
commit
d626660c1a
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Alphabet"
|
||||
name: "Alphabet"
|
||||
safemethods: ["gas", "neo", "name", "version"]
|
||||
permissions:
|
||||
- methods: ["update", "transfer", "vote"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Audit"
|
||||
name: "Audit"
|
||||
safemethods: ["get", "list", "listByEpoch", "listByCID", "listByNode", "version"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Balance"
|
||||
name: "Balance"
|
||||
supportedstandards: ["NEP-17"]
|
||||
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "version"]
|
||||
permissions:
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS ID"
|
||||
name: "Identity"
|
||||
safemethods: ["key", "version"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Netmap"
|
||||
name: "Netmap"
|
||||
safemethods: ["innerRingList", "epoch", "netmap", "netmapCandidates", "snapshot", "snapshotByEpoch", "config", "listConfig", "version"]
|
||||
permissions:
|
||||
- methods: ["update", "newEpoch"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Multi Signature Processing"
|
||||
name: "Multi Signature Processing"
|
||||
safemethods: ["verify", "version"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Notary Proxy"
|
||||
name: "Notary Proxy"
|
||||
safemethods: ["verify", "version"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Reputation"
|
||||
name: "Reputation"
|
||||
safemethods: ["get", "getByID", "listByEpoch"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: "FrostFS Subnet"
|
||||
name: "Subnet"
|
||||
safemethods: ["version"]
|
||||
permissions:
|
||||
- methods: ["update"]
|
||||
|
|
Loading…
Reference in a new issue