Skip to content

Commit

Permalink
Merge branch 'main' into contracts-docs-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Oct 4, 2023
2 parents a18ecbb + 1569a62 commit 89ca715
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.43.5",
"sass": "^1.68.0",
"url-loader": "^4.1.1"
},
"browserslist": {
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.
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7328,7 +7328,7 @@ __metadata:
prettier: ^2.4.1
react: 17.0.2
react-dom: 17.0.2
sass: ^1.43.5
sass: ^1.68.0
url-loader: ^4.1.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9674,16 +9674,16 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
languageName: node
linkType: hard

"sass@npm:^1.43.5":
version: 1.51.0
resolution: "sass@npm:1.51.0"
"sass@npm:^1.68.0":
version: 1.68.0
resolution: "sass@npm:1.68.0"
dependencies:
chokidar: ">=3.0.0 <4.0.0"
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: d674fd87be863961d5e5233a148e381a72b06ca1749ffd95a08be2c3f4aa8fc77e3e21840347a84d7d4542cbf97cd6f9bfae19ecb1f5eefa6c207a3d8f923dbc
checksum: 65ccede83c96768beeb8dcaf67957b7c76b12ff1276bfd2849d7be151d46ba1400048a67717e6e5e4969bc75e87348e5530f5f272833f2e60a891c21a33d8ab0
languageName: node
linkType: hard

Expand Down

0 comments on commit 89ca715

Please sign in to comment.