Skip to content

Commit

Permalink
add permission EXECUTE_RELAY_CALL
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Oct 4, 2023
1 parent ece6add commit baa8b32
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/standards/universal-profile/lsp6-key-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ While the Key Manager allows for a very fine-grained control over the Universal

:::

![LSP6 permissions](/img/standards/lsp6/lsp6-permissions.jpeg)
![LSP6 permissions](/img/standards/lsp6/lsp6-permissions.jpg)

Click on the toggles below to **learn more about the features enabled by each permission**.

Expand Down Expand Up @@ -328,6 +328,16 @@ The permission `SIGN` enables a controller to authenticate on behalf of the UP.

</details>

<details>
<summary><code>EXECUTE_RELAY_CALL</code>: Enables a controller's signed relay calls to be executable</summary>
<p style={{marginBottom: '3%', marginTop: '2%', textAlign: 'center'}}>
<b>value = </b><code>0x0000000000000000000000000000000000000000000000000000000000400000</code>
</p>

The permission `EXECUTE_RELAY_CALL` enables a controller's signed relay calls to be executable. This permission will be checked against the controller that signed the relay call.

</details>

:::note

When deployed with our [**lsp-factory.js** tool](https://docs.lukso.tech/tools/lsp-factoryjs/getting-started), the Universal Profile owner will have all the permissions above set by default.
Expand Down Expand Up @@ -517,7 +527,7 @@ To grant permission(s) to a controller, set the following data key-value pair in
}
```

![Address Permissions range](/img/standards/lsp6/lsp6-address-permissions.jpeg)
![Address Permissions range](/img/standards/lsp6/lsp6-address-permissions.jpg)

:::danger

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/standards/lsp6/lsp6-permissions.jpeg
Binary file not shown.
Binary file added static/img/standards/lsp6/lsp6-permissions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit baa8b32

Please sign in to comment.