Skip to content

Commit

Permalink
Release 1.135.0 (#3454)
Browse files Browse the repository at this point in the history
* Release 1.135.0 (deletions)

* Release 1.135.0 (.)

* Release 1.135.0 (packages/sources/icap)

* Release 1.135.0 (packages/sources/tp)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
1 parent 2e7c23b commit e3ae0e2
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-ducks-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-queens-yawn.md

This file was deleted.

6 changes: 3 additions & 3 deletions MASTERLIST.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapters-js",
"version": "1.134.0",
"version": "1.135.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
11 changes: 11 additions & 0 deletions packages/sources/icap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chainlink/icap-adapter

## 1.3.0

### Minor Changes

- [#3449](https://github.com/smartcontractkit/external-adapters-js/pull/3449) [`2e7c23b`](https://github.com/smartcontractkit/external-adapters-js/commit/2e7c23b72994935eaeea0c6f268eb5257ba504c4) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Seperate ICAP from TP

### Patch Changes

- Updated dependencies [[`2e7c23b`](https://github.com/smartcontractkit/external-adapters-js/commit/2e7c23b72994935eaeea0c6f268eb5257ba504c4)]:
- @chainlink/tp-adapter@1.6.0

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/icap/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ICAP

![1.2.7](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/icap/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.3.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/icap/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/icap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/icap-adapter",
"version": "1.2.7",
"version": "1.3.0",
"description": "Chainlink ICAP adapter (sister to TP adapter).",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/tp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/tp-adapter

## 1.6.0

### Minor Changes

- [#3449](https://github.com/smartcontractkit/external-adapters-js/pull/3449) [`2e7c23b`](https://github.com/smartcontractkit/external-adapters-js/commit/2e7c23b72994935eaeea0c6f268eb5257ba504c4) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - 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=icapThis 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

## 1.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/tp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TP

![1.5.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tp/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.6.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tp/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)

This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.

Expand Down Expand Up @@ -60,7 +60,7 @@ Supported names for this endpoint are: `commodities`, `forex`, `price`.
| :-------: | :--------: | :------------: | :----------------------------------------------------: | :----: | :--------: | :-----: | :--------: | :------------: |
|| base | `coin`, `from` | The symbol of symbols of the currency to query | string | | | | |
|| quote | `market`, `to` | The symbol of the currency to convert to | string | | | | |
| | streamName | `source` | TP or ICAP | string | `IC`, `TP` | `TP` | | |
| | streamName | `source` | TP ('TP') or ICAP ('IC') | string | `IC`, `TP` | `TP` | | |
| | sourceName | `tpSource` | Source of price data for this price pair on the stream | string | | `GBL` | | |

### Example
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/tp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/tp-adapter",
"version": "1.5.1",
"version": "1.6.0",
"description": "Chainlink TP adapter (sister to ICAP adapter).",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit e3ae0e2

Please sign in to comment.