Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add permission EXECUTE_RELAY_CALL #651

Merged
merged 1 commit into from
Oct 4, 2023
Merged
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
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.