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

Release 1.107.0 #3220

Merged
merged 1 commit into from
Mar 13, 2024
Merged
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
5 changes: 0 additions & 5 deletions .changeset/dry-laws-hang.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-zebras-fold.md

This file was deleted.

55 changes: 28 additions & 27 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.106.0",
"version": "1.107.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ This document was generated automatically. Please see [Master List Generator](..
- [upvest](./upvest/README.md)
- [uscpi-one](./uscpi-one/README.md)
- [view-function](./view-function/README.md)
- [view-function-multi-chain](./view-function-multi-chain/README.md)
- [wbtc-address-set](./wbtc-address-set/README.md)
- [wootrade](./wootrade/README.md)
- [wrapped](./wrapped/README.md)
Expand Down
9 changes: 9 additions & 0 deletions packages/sources/icap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @chainlink/icap-adapter

## 1.1.22

### Patch Changes

- [#3210](https://github.com/smartcontractkit/external-adapters-js/pull/3210) [`1fb155a`](https://github.com/smartcontractkit/external-adapters-js/commit/1fb155a791512a7786fe5239901a5c66bc1afbd9) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Add support for cache TTL refresh on heartbeat messages

- Updated dependencies [[`1fb155a`](https://github.com/smartcontractkit/external-adapters-js/commit/1fb155a791512a7786fe5239901a5c66bc1afbd9)]:
- @chainlink/tp-adapter@1.4.4

## 1.1.21

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

![1.1.21](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.1.22](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 All @@ -24,6 +24,10 @@ wscat -c 'ws://json.mktdata.portal.apac.parametasolutions.com:12000'

- If credentials work for a single connection, open a second terminal and run the same commands while the first is still running. The expected behaviour is that both terminals should fire out a massive amount of price data.

### CACHE_MAX_AGE interaction with Heartbeat messages

If `CACHE_MAX_AGE` is set below a current heartbeat interval (60000ms), the extended cache TTL feature for out-of-market-hours that relies on heartbeats will not work.

## Environment Variables

| Required? | Name | Description | Type | Options | Default |
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.1.21",
"version": "1.1.22",
"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.4.4

### Patch Changes

- [#3210](https://github.com/smartcontractkit/external-adapters-js/pull/3210) [`1fb155a`](https://github.com/smartcontractkit/external-adapters-js/commit/1fb155a791512a7786fe5239901a5c66bc1afbd9) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Add support for cache TTL refresh on heartbeat messages

## 1.4.3

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

![1.4.3](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.4.4](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 All @@ -24,6 +24,10 @@ wscat -c 'ws://json.mktdata.portal.apac.parametasolutions.com:12000'

- If credentials work for a single connection, open a second terminal and run the same commands while the first is still running. The expected behaviour is that both terminals should fire out a massive amount of price data.

### CACHE_MAX_AGE interaction with Heartbeat messages

If `CACHE_MAX_AGE` is set below a current heartbeat interval (60000ms), the extended cache TTL feature for out-of-market-hours that relies on heartbeats will not work.

## Environment Variables

| Required? | Name | Description | Type | Options | Default |
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.4.3",
"version": "1.4.4",
"description": "Chainlink TP adapter (sister to ICAP adapter).",
"keywords": [
"Chainlink",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/view-function-multi-chain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/view-function-multi-chain-adapter

## 1.0.0

### Major Changes

- [#3217](https://github.com/smartcontractkit/external-adapters-js/pull/3217) [`240f191`](https://github.com/smartcontractkit/external-adapters-js/commit/240f1912d84a45090085c30248a11eb4c4d68bc5) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Initial version of the EA
2 changes: 1 addition & 1 deletion packages/sources/view-function-multi-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/view-function-multi-chain-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Chainlink view-function-multi-chain adapter.",
"keywords": [
"Chainlink",
Expand Down
Loading