Skip to content

Commit

Permalink
Release 1.121.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
1 parent a5771cd commit cbd615e
Show file tree
Hide file tree
Showing 15 changed files with 243 additions and 225 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-garlics-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-zoos-battle.md

This file was deleted.

414 changes: 207 additions & 207 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.120.0",
"version": "1.121.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
9 changes: 9 additions & 0 deletions packages/composites/proof-of-reserves/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @chainlink/proof-of-reserves-adapter

## 1.20.1

### Patch Changes

- Updated dependencies [[`9a0702e`](https://github.com/smartcontractkit/external-adapters-js/commit/9a0702ee8629271ea82b464fd4542d8b85c3895a), [`e4bd1d9`](https://github.com/smartcontractkit/external-adapters-js/commit/e4bd1d9ec1ec6c98c13691acc22b86a13ed787f1)]:
- @chainlink/wbtc-address-set-adapter@2.1.0
- @chainlink/por-indexer-adapter@2.1.0
- @chainlink/renvm-address-set-adapter@1.5.75

## 1.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/proof-of-reserves/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/proof-of-reserves-adapter",
"version": "1.20.0",
"version": "1.20.1",
"description": "Chainlink BTC Proof of Reserves composite adapter. Combines multiple adapters to find total balance in custody for wBTC or renBTC.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/por-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/por-indexer-adapter

## 2.1.0

### Minor Changes

- [#3339](https://github.com/smartcontractkit/external-adapters-js/pull/3339) [`e4bd1d9`](https://github.com/smartcontractkit/external-adapters-js/commit/e4bd1d9ec1ec6c98c13691acc22b86a13ed787f1) Thanks [@alecgard](https://github.com/alecgard)! - Override MAX_PAYLOAD_SIZE_LIMIT to default to 5MB.

## 2.0.10

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

![2.0.10](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-indexer/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![2.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-indexer/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/por-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/por-indexer-adapter",
"version": "2.0.10",
"version": "2.1.0",
"description": "Chainlink por-indexer adapter.",
"keywords": [
"Chainlink",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/renvm-address-set/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chainlink/renvm-address-set-adapter

## 1.5.75

### Patch Changes

- Updated dependencies []:
- @chainlink/proof-of-reserves-adapter@1.20.1

## 1.5.74

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/renvm-address-set/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chainlink External Adapters to query RenVM address set

![1.5.74](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
![1.5.75](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-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/renvm-address-set/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/renvm-address-set-adapter",
"version": "1.5.74",
"version": "1.5.75",
"description": "Chainlink adapter to query RenVM address set.",
"keywords": [
"Chainlink",
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/wbtc-address-set/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/wbtc-address-set-adapter

## 2.1.0

### Minor Changes

- [#3337](https://github.com/smartcontractkit/external-adapters-js/pull/3337) [`9a0702e`](https://github.com/smartcontractkit/external-adapters-js/commit/9a0702ee8629271ea82b464fd4542d8b85c3895a) Thanks [@alecgard](https://github.com/alecgard)! - Filter out addresses with zero balance from wBTC Address Sets.

## 2.0.11

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

![2.0.11](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wbtc-address-set/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![2.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/wbtc-address-set/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/wbtc-address-set/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/wbtc-address-set-adapter",
"version": "2.0.11",
"version": "2.1.0",
"description": "Chainlink adapter to query wBTC address set.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit cbd615e

Please sign in to comment.