fix: Delegate storage auth on market nodes

This commit is contained in:
Łukasz Magiera
2022-07-06 22:22:41 +02:00
parent 75d78de336
commit 413183e4fa
9 changed files with 82 additions and 14 deletions
+20
View File
@@ -157,6 +157,7 @@
* [Storage](#Storage)
* [StorageAddLocal](#StorageAddLocal)
* [StorageAttach](#StorageAttach)
* [StorageAuthVerify](#StorageAuthVerify)
* [StorageBestAlloc](#StorageBestAlloc)
* [StorageDeclareSector](#StorageDeclareSector)
* [StorageDropSector](#StorageDropSector)
@@ -3307,6 +3308,25 @@ Inputs:
Response: `{}`
### StorageAuthVerify
Perms: read
Inputs:
```json
[
"string value"
]
```
Response:
```json
[
"write"
]
```
### StorageBestAlloc