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 GetChainBlockNo local state query #441

Merged
merged 5 commits into from
Apr 16, 2024

Conversation

falcucci
Copy link
Member

fixes #440

- add two new queries for the miniprotocols in `localstate/queries_v16`
- modify the serialization of `nonzeroint64` in the `pallas-codec` module
- add two new queries for `systemstart` and `chainblocknumber` in `queries_v16/mod.rs`
- remove unnecessary code related to display formatting
- add missing imports for protocol structures
- implement server-client communication for querying chain block number
- implement server-client communication for ledger query functionality
- remove redundant comments marking `start` and `finish`
- refactor code to remove unnecessary context comments
- update the comment to explain the current state of `slot_timeline`
@falcucci falcucci marked this pull request as ready for review April 16, 2024 11:15
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 GetChainBlockNo local state query
2 participants