0080 XLS-80d: Permissioned Domains #228
Replies: 8 comments 4 replies
-
No ability to clutter and congest, good. |
Beta Was this translation helpful? Give feedback.
-
An update to this spec was published today, 2024-09-25. Token support was removed. This was to focus the feature on the "who can participate" aspect, rather than the "how they can participate" aspect. It makes it more flexible and easier to use in other primitives. |
Beta Was this translation helpful? Give feedback.
-
@mvadari The PR is ready for review, but I have some modifications to suggest for the spec, and some questions for the near future. Here's the PR: XRPLF/rippled#5149 Here are notes I have regarding the spec:
Here's what an object looks like from account_objects. The "index" field is there:
}
Also related to this is the lookup for credentials--that has not been implemented nor specified yet. But it relates to how or whether duplicates Issuers may be sorted. The lookup can be done as part of this project, or, perhaps, for a project that depends on this and may have it's own way in mind for this. My suggestion is to allow duplicates, order by Issuer then by CredentialType. Then for quick lookup, do a binary search to find a match or not. What do you think? |
Beta Was this translation helpful? Give feedback.
-
@mvadari Regarding lookup, I guess it could be a linear check, too, which sorting helps with. Or binary, which might be faster since there won't need to be as many steps through the array. I don't want to allow duplicates, but was just trying to clarify if they were to be included or not. It seems like the specific query mechanism can be implemented when the permissioned domains start to be used by another feature--it shouldn't be a big deal to implement when the time comes. Anyway, all of my questions are answered now, and the PR is finished (pending reviewer signoff). |
Beta Was this translation helpful? Give feedback.
-
Per the XLS Contributing process, it is my opinion that we have reached a "well-refined standard." As such, I propose that we move this discussion to a file (via #234) and work on final changes using additional PRs, for better change-tracking. Please comment here if you would like to object to moving this spec/discussion forward in the process into a DRAFT spec. (Note that per the Contributing guidelines, moving a spec into the DRAFT state does not mean any kind of endorsement, nor does it mean that this specification will become adopted. It is solely meant as a mechanism to enable better change tracking using PRs.) |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion since the spec has been initially merged via #234. For further discussion or changes, please open a PR in this repo on XLS-80d. |
Beta Was this translation helpful? Give feedback.
-
If you agree with Point-6, I can open a PR:
Is there any other way to accomplish this? Would developers want to search for a specific PD? |
Beta Was this translation helpful? Give feedback.
-
It's also a little confusing that the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
An updated version of this spec can be found here: XLS-80: Permissioned Domains.
The earlier version can be found by looking at the edit history.
Beta Was this translation helpful? Give feedback.
All reactions