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

Endpoints for LocalStateQuery via REST #25

Closed
musik-c opened this issue Jul 9, 2023 · 3 comments · Fixed by #134 or #143
Closed

Endpoints for LocalStateQuery via REST #25

musik-c opened this issue Jul 9, 2023 · 3 comments · Fixed by #134 or #143
Assignees
Labels
enhancement New feature or request

Comments

@musik-c
Copy link

musik-c commented Jul 9, 2023

The LocalStateQuery Ouroboros protocol has many client endpoints.

  • GetCurrentEra
  • GetSystemStart
  • GetChainBlockNo
  • GetChainPoint
  • GetEraHistory
  • GetEpochNo
  • GetCurrentProtocolParams
  • GetGenesisConfig

This depends on blinklabs-io/gouroboros#315 for underlying support for the query communication with the Cardano Node.

@musik-c musik-c added this to the Catalyst Fund 10 - Milestone 2 milestone Jul 9, 2023
@wolf31o2 wolf31o2 added the enhancement New feature or request label Jul 10, 2023
@wolf31o2 wolf31o2 self-assigned this Mar 7, 2024
@wolf31o2
Copy link
Member

Merging ChainBlockNo, EpochNo, and ChainPoint into a single Tip to more closely match other tools and reduce the necessary API calls.

@wolf31o2
Copy link
Member

The first part of this is in #134 and the second part will be in another pull request.

@wolf31o2
Copy link
Member

The second part is in #143 with a caveat of a bug in gOuroboros around the Genesis Config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment