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

feat: implement GetCBOR local state query #413

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

falcucci
Copy link
Contributor

@falcucci falcucci commented Feb 28, 2024

fixes #414

- modify the `blockquery` enum definition in `queries_v16/mod.rs` to use a `box`
- modify the decoder implementation in `codec.rs` to decode a cbor object instead of a `()`
- add new code in `main.rs` to handle queries and decoding operations
@falcucci falcucci marked this pull request as ready for review February 28, 2024 18:30
@scarmuega scarmuega merged commit 655efad into txpipe:main Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: implement GetCBOR local state query
2 participants