-
Notifications
You must be signed in to change notification settings - Fork 159
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
XLS-40: DID Specification #136
Conversation
XLS-30: AMM Specification
Co-authored-by: Elliot Lee <[email protected]>
Co-authored-by: Elliot Lee <[email protected]>
Co-authored-by: Elliot Lee <[email protected]>
Co-authored-by: Elliot Lee <[email protected]>
Co-authored-by: Elliot Lee <[email protected]>
Co-authored-by: Elliot Lee <[email protected]>
Co-authored-by: Elliot Lee <[email protected]>
Maybe I'm just reading it wrong by why is the id of the did not present in the account_objects response? Also the delete I don't see a parameter to delete by id... Forgive me if wrong viewing this on mobile. |
XLS-30 can be found here: XRPLF#125
It looks like @aanchal4 just wrote an overly simplified version of what
A user can only hold one DID object. So no ID is needed - you're just deleting the one object they have. |
- Edit Create txn condition
- Remove `Note` on txn conditions from the DID object section.
@Silkjaer can you take another look here? This has pretty broad approval otherwise. |
Co-authored-by: Mayukha Vadari <[email protected]>
Co-authored-by: Mayukha Vadari <[email protected]>
Co-authored-by: Mayukha Vadari <[email protected]>
- Updated the recommended read method to `ledger_entry` as it is more efficient vs `account_object`method. Note that both methods for `DID` object retrieval are supported.
note: @aanchal4 confirmed this should be ready to merge |
…om rippled code (#2491) Add support for XLS-40 and adds a script to automatically generate transaction models from rippled source code. ### Context of Change XRPLF/XRPL-Standards#136 XRPLF/rippled#4636
Final XLS-40 Spec
DID
: Decentralized identifiers (DIDs) (XLS-40): rippled#4636