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/DF-20368 combine tp and icap #3449

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/dry-ways-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@chainlink/tp-adapter': major
---

Combined TP and ICAP EAs into a single EA and removed ICAP.
URL must have query param appended as selector in bridge URL, eg: https://<tp-ea>:8080?streamName=icap
This change will save subscription costs as all data for both DPs is sent on 1 WS connection and each additional connection requires additional subscriptions (and cost).
Should be backwards compatible for TP ONLY
24 changes: 0 additions & 24 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion MASTERLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ This document was generated automatically. Please see [Master List Generator](./
| [harmony](packages/targets/harmony/README.md) | `1.1.32` | `target` | v2 | `https://api.s0.t.hmny.io` | | `API_ENDPOINT`, `CHAIN_ID`, `GAS_LIMIT`, `PRIVATE_KEY (✅)` | Unknown | Unknown | | | [✅](packages/targets/harmony/test/integration) | [✅](packages/targets/harmony/test/e2e) |
| [harris-and-trotter](packages/sources/harris-and-trotter/README.md) | `1.1.3` | `source` | v3 | `https://api.harrisandtrotter.co.uk/api` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `balance` | `balance` | | [✅](packages/sources/harris-and-trotter/test/unit) | [✅](packages/sources/harris-and-trotter/test/integration) | |
| [historical-average](packages/composites/historical-average/README.md) | `1.2.62` | `composite` | v2 | Unknown | `coinmarketcap-adapter` | `COINMARKETCAP_ADAPTER_URL`, `DEFAULT_SOURCE` | Unknown | Unknown | | [✅](packages/composites/historical-average/test/unit) | [✅](packages/composites/historical-average/test/integration) | [✅](packages/composites/historical-average/test/e2e) |
| [icap](packages/sources/icap/README.md) | `1.2.7` | `source` | v3 | Unknown | `external-adapter-framework`, `tp-adapter` | `WS_API_ENDPOINT`, `WS_API_PASSWORD (✅)`, `WS_API_USERNAME (✅)` | `forex`, `price` | `price` | ✅ | | [✅](packages/sources/icap/test/integration) | |
| [iex-cloud](packages/sources/iex-cloud/README.md) | `2.0.23` | `source` | v3 | `https://cloud.iexapis.com/stable` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `crypto`, `eod`, `eod-close`, `price`, `stock` | `stock` | | | [✅](packages/sources/iex-cloud/test/integration) | |
| [implied-price](packages/composites/implied-price/README.md) | `1.1.24` | `composite` | v2 | Unknown | | | `impliedPrice` | `impliedPrice` | | [✅](packages/composites/implied-price/test/unit) | [✅](packages/composites/implied-price/test/integration) | |
| [intrinio](packages/sources/intrinio/README.md) | `2.0.19` | `source` | v3 | `https://api-v2.intrinio.com/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY` | `price`, `stock` | `price` | ✅ | | [✅](packages/sources/intrinio/test/integration) | |
Expand Down
1 change: 0 additions & 1 deletion packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ This document was generated automatically. Please see [Master List Generator](..
- [graphql](./graphql/README.md)
- [gsr](./gsr/README.md)
- [harris-and-trotter](./harris-and-trotter/README.md)
- [icap](./icap/README.md)
- [iex-cloud](./iex-cloud/README.md)
- [intrinio](./intrinio/README.md)
- [ion.au](./ion.au/README.md)
Expand Down
Loading
Loading