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

CTL+Blockfrost [Metatask] #1118

Closed
klntsky opened this issue Oct 17, 2022 · 0 comments
Closed

CTL+Blockfrost [Metatask] #1118

klntsky opened this issue Oct 17, 2022 · 0 comments
Labels
blockfrost CTL Blockfrost backend

Comments

@klntsky
Copy link
Contributor

klntsky commented Oct 17, 2022

The implementation of our Blockfrost backend will partially cover Blockfrost API. We only need some of the endpoints (a complete spec can be downloaded here)

The roadmap:

  1. Make Contract runtime and ConfigParams parametrize-able with a backend. Move every query layer function to a handle (as in handle pattern) Make Contract query backend configurable  #1119
  2. Implement a stub for Blockfrost handle, with all methods throwing "unimplemented". Implement query stubs for blockfrost backend handle. #1120
  3. Proceed with implementing Blockfrost queries based on OpenAPI spec Implement Blockfrost queries based on OpenAPI spec [Metatask] #1365 (Q: can we generate the client code? A: not unless we want to write a custom generator)
  4. Add blockfrost to runtime Wrap blockfrost as a runtime service #1358
  5. Add blockfrost to devShell: Introduce blockfrost to devShell #1359

Testing:

Some technical details can be found in #524

@ngua ngua moved this to Todo in cardano-transaction-lib Oct 17, 2022
@klntsky klntsky added the blockfrost CTL Blockfrost backend label Oct 17, 2022
@klntsky klntsky pinned this issue Oct 17, 2022
@klntsky klntsky unpinned this issue Sep 4, 2023
@klntsky klntsky closed this as completed May 5, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in cardano-transaction-lib May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockfrost CTL Blockfrost backend
Projects
Development

No branches or pull requests

1 participant