Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Update the authority example [docs] #9123

Merged
merged 7 commits into from
Jun 3, 2020
Merged

Conversation

dixia
Copy link
Contributor

@dixia dixia commented May 21, 2020

Resolves #9036

Update the authority example JSON structure.

Change Description

Update the authority example JSON structure

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

dixia added 5 commits May 21, 2020 16:37
Update the authority structure
update 2nd & 3rd JSON
put back permission
remove old account name syntax
update
@dixia dixia requested a review from lparisc May 21, 2020 09:04
@dixia dixia marked this pull request as ready for review May 21, 2020 09:05
@dixia dixia changed the base branch from develop to release/2.0.x May 21, 2020 09:10
@dixia dixia changed the base branch from release/2.0.x to develop May 21, 2020 09:14
update 3rd example
@@ -38,17 +38,18 @@ To modify the permissions of an account, you must have the authority over the ac
The first example associates a new key to the active permissions of an account.

```sh
cleos set account permission test active '{"threshold" : 1, "keys" : [{"permission":{"key":"EOS8X7Mp7apQWtL6T2sfSZzBcQNUqZB7tARFEm9gA9Tn9nbMdsvBB","permission":"active"},"weight":1}], "accounts" : [{"permission":{"account":"acc2","permission":"active"},"weight":50}]}' owner
cleos set account permission test active '{"threshold":1,"keys":[{"key":"EOS8X7Mp7apQWtL6T2sfSZzBcQNUqZB7tARFEm9gA9Tn9nbMdsvBB","permission":"active","weight":1}],"accounts":[{"permission":{"actor":"acc2","permission":"active"},"weight":50}]}' owner
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this first example correct? It's similar to the third example below, except the extra "permission" field after "key".

Copy link
Contributor Author

@dixia dixia Jun 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes the updated version is correct. The current example has an "account" field which is out-of-date field name

Simplify the JSON payload. Remove the redandent permission field( for unconfirmed reason, the parser let it pass and it was working)
@lparisc lparisc self-requested a review June 2, 2020 15:28
@dixia dixia merged commit 6263b99 into develop Jun 3, 2020
@jeffreyssmith2nd jeffreyssmith2nd deleted the dixia-patch-set-acc-perm branch June 3, 2020 19:58
@lparisc lparisc changed the title Update the authority example JSON Update the authority example Jun 16, 2020
@lparisc lparisc changed the title Update the authority example Update the authority example [docs] Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants