Skip to content

Commit

Permalink
Release 1.107.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2024
1 parent 4edc909 commit e56839c
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 44 deletions.
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

0 comments on commit e56839c

Please sign in to comment.