-
Notifications
You must be signed in to change notification settings - Fork 662
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
Update transaction structure description. #1207
Conversation
Could one of the committers please verify this patch? |
Can one of the admins verify this patch? |
…mework. Signed-off-by: Antonio Antonino <contact@antonioantonino.me>
@@ -458,16 +458,10 @@ Adds a new node to the pool or updates an existing node in the pool | |||
|
|||
- `dest` (base58-encoded string): | |||
|
|||
Target Node's DID as base58-encoded string for 16 or 32 byte DID value. | |||
Target Node's verkey as base58-encoded string for 16 or 32 byte DID value. |
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.
Yes, you are right. abbreviated verkeys are currently not supported. Can you please also fix the documentation for NODE request in requests.md
?
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.
Hey! Just updated the same info in both requests.md
and requests-new.md
.
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.
Thank you very much!
(ci) test this please |
Signed-off-by: Antonio Antonino <contact@antonioantonino.me>
(ci) test this please |
The description of the content of a transaction, and in particular a node transaction, is not consistent with the current workings of indy-node. While in the transactions README is stated that the
dest
field of a node transaction is a node DID, it is instead the node verification key (as also shown by the test scripts, where the verification key of the node is written in the pool transaction, and not it public key).