Skip to content
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

CDDL specs for ledger state queries #4396

Open
nfrisby opened this issue Jun 11, 2024 · 0 comments
Open

CDDL specs for ledger state queries #4396

nfrisby opened this issue Jun 11, 2024 · 0 comments
Labels
💳 technical-debt Issues related to technical debt we introduced

Comments

@nfrisby
Copy link
Contributor

nfrisby commented Jun 11, 2024

The Consensus Layer defines Node-to-Client queries over the LocalStateQuery mini protocol. This is how the CLI and other such separate tools ask the node about its current state.

For the most part, those Consensus Layer queries and their logic are simply wrappers around some ledger code. In particular, this includes the codecs for those query arguments and their responses.

Therefore, this Issue is to specify the CDDL for data structures involved in the arguments of NTC queries and responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💳 technical-debt Issues related to technical debt we introduced
Projects
None yet
Development

No branches or pull requests

1 participant