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(connector-chainlink): add skeleton implementation - oracle streams #3530

Open
petermetz opened this issue Sep 8, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@petermetz
Copy link
Contributor

Description

The minimal setup we need to have a connector within the API server installed which can stream price updates on a public oracle.

Acceptance Criteria

  1. New plugin directory added with compliant package.json and compiler settings as usual.
  2. Test ledger and end to end tests for verifying that the functionality works
  3. The only feature we need for now is the oracle observation. Check if we also want to publish data to oracles through it.
  4. Tests need to be passing.
  5. Use ConnectRPC for streaming the data.
  6. Make sure to have t he test cases cover the CRPC streaming through the generated API client.
@petermetz petermetz added the enhancement New feature or request label Sep 8, 2024
@petermetz petermetz added this to the v2.0.0 milestone Sep 8, 2024
@petermetz petermetz self-assigned this Sep 8, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 8, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 8, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 9, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 9, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 10, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 10, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 10, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 11, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 12, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 12, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 16, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 18, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 20, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 21, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 27, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 27, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 27, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Sep 28, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 4, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 14, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 18, 2024
@petermetz petermetz modified the milestones: v2.0.0, v2.1.0 Oct 18, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 22, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 25, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 29, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Oct 29, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Nov 1, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Nov 6, 2024
petermetz added a commit to petermetz/cacti that referenced this issue Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant