-
Notifications
You must be signed in to change notification settings - Fork 26
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
[docs]: Remove CanMintUserAssetDefinitions (#460) #461
Conversation
Signed-off-by: 6r1d <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@@ -15,7 +15,6 @@ The following permission tokens are pre-configured in Iroha 2: | |||
| [`CanRemoveKeyValueInUserAssets`](#canremovekeyvalueinuserassets) | Asset | Remove key value | | |||
| [`CanTransferUserAssets`](#cantransferuserassets) | Asset | Transfer | | |||
| [`CanTransferOnlyFixedNumberOfTimesPerPeriod`](#cantransferonlyfixednumberoftimesperperiod) | Asset | Transfer | | |||
| [`CanMintUserAssetDefinitions`](#canmintuserassetdefinitions) | Asset Definition | Mint | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check my comment in the issue. It should be replaced with new tokens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mversic could you please assign it on me. I've started actualizing this.
: Permissions example Signed-off-by: Stukalov-A-M <[email protected]>
Example updated #467 |
: Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]>
: Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]>
: Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]>
: Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]>
* ADD: Table of tokens Signed-off-by: Stukalov-A-M <[email protected]> * [EDIT] #460,#461,#462 : Permissions example Signed-off-by: Stukalov-A-M <[email protected]> * [EDIT] #460,#461,#462 : Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]> * [EDIT] #460,#461,#462 : Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]> * [EDIT] #460,#461,#462 : Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]> * [EDIT] #460,#461,#462 : Permissions example; Metadata links to permissions updated. Signed-off-by: Stukalov-A-M <[email protected]> * Update src/guide/blockchain/metadata.md Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: Stukalov-A-M <[email protected]> * Update src/reference/permissions.md Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: Stukalov-A-M <[email protected]> * Update src/reference/permissions.md Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: Stukalov-A-M <[email protected]> * Update src/reference/permissions.md Co-authored-by: Ekaterina Mekhnetsova <[email protected]> Signed-off-by: Stukalov-A-M <[email protected]> --------- Signed-off-by: Stukalov-A-M <[email protected]> Signed-off-by: Stukalov-A-M <[email protected]> Co-authored-by: Ekaterina Mekhnetsova <[email protected]>
Quoting #460,