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: localstatequery rest endpoints (part 1) #134

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

wolf31o2
Copy link
Member

This implements several queries from the LocalStateQuery Ouroboros mini-protocol.

  • current-era - returns the current Era ID and Name
  • system-start - returns the start data for the chain
  • tip - returns the era name, block number, epoch number, slot and hash of the chain tip

@wolf31o2 wolf31o2 added enhancement New feature or request go Pull requests that update Go code labels Mar 24, 2024
@wolf31o2 wolf31o2 merged commit 0286c60 into main Mar 24, 2024
7 checks passed
@wolf31o2 wolf31o2 deleted the feat/localstatequery-rest branch March 24, 2024 16:34
@wolf31o2 wolf31o2 linked an issue Apr 13, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Endpoints for LocalStateQuery via REST
2 participants