-
Notifications
You must be signed in to change notification settings - Fork 319
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
CIP-0138? | Universal Query Layer #869
base: master
Are you sure you want to change the base?
CIP-0138? | Universal Query Layer #869
Conversation
CIP-XXXX/README.md
Outdated
|
||
Response: | ||
|
||
- `TransactionUnspentOutput[]` |
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.
CIP-0116 defines this to include a TransactionOutput
with this schema: https://github.com/cardano-foundation/CIPs/blob/b81611632f9dcea0b87d7d96cf673a720c77e929/CIP-0116/cardano-babbage.json#L445C6-L445C23
I would like to point out that chain data APIs seemingly do not decode the datum by default, i.e. when responding with transaction outputs.
I just stumbled over this yesterday in Hydra, which uses the cardano-api
library to encode TxOut
s and that results in a decoded datum mapped to json equivalence. See also our (messy, sorry) api reference: https://hydra.family/head-protocol/unstable/api-reference/#schema-TxOut
Update README with Transports section and full list of methods
thanks @nazrhom - editors note to also tag you on discussions related to this CIP. |
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.
thanks @klntsky @nazrhom - marking Triage
so this is officially brought into the review process at next CIP meeting (https://hackmd.io/@cip-editors/100) and my vote would be that a CIP number gets assigned there.
In the meantime we have to remove the bits of the CIP template scaffolding identified below:
Thanks @rphair |
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.
@klntsky @nazrhom proposal well received & confirmed as candidate at last CIP meeting. Please remember to rename the proposal directory accordingly & update the README
link in the original posting. 🎉
one question @nazrhom ... I had assumed the .json
files here illustrative examples, but if they are implementation files (therefore likely to require maintenance beyond the CIP) the recommendation is to host them in a repository that you and/or implementors will maintain. Please confirm which category these are in (apologies if you've already done that & I missed it).
@@ -0,0 +1,141 @@ | |||
--- | |||
CIP: |
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.
CIP: | |
CIP: 138 |
A transport-agnostic query layer specification for use in dApps and wallets.
See CPS-12 for motivation.
(rendered version)