Skip to content

Commit 671e5f8

Browse files
Release 1.198.0 (#4053)
* Release 1.198.0 (deletions) * Release 1.198.0 (.) * Release 1.198.0 (packages/composites/proof-of-reserves) * Release 1.198.0 (packages/sources/por-address-list) * Release 1.198.0 (packages/sources/renvm-address-set) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9d8a59 commit 671e5f8

File tree

11 files changed

+40
-21
lines changed

11 files changed

+40
-21
lines changed

.changeset/few-maps-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.197.0",
3+
"version": "1.198.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/proof-of-reserves/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chainlink/proof-of-reserves-adapter
22

3+
## 1.30.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f9d8a59`](https://github.com/smartcontractkit/external-adapters-js/commit/f9d8a59de83b4ded5d78b7b81c4ba5b43abdbd67)]:
8+
- @chainlink/por-address-list-adapter@5.14.0
9+
- @chainlink/renvm-address-set-adapter@1.5.127
10+
311
## 1.30.1
412

513
### Patch Changes

packages/composites/proof-of-reserves/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/proof-of-reserves-adapter",
3-
"version": "1.30.1",
3+
"version": "1.30.2",
44
"description": "Chainlink BTC Proof of Reserves composite adapter. Combines multiple adapters to find total balance in custody for wBTC or renBTC.",
55
"keywords": [
66
"Chainlink",

packages/sources/por-address-list/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/por-address-list-source-adapter
22

3+
## 5.14.0
4+
5+
### Minor Changes
6+
7+
- [#4045](https://github.com/smartcontractkit/external-adapters-js/pull/4045) [`f9d8a59`](https://github.com/smartcontractkit/external-adapters-js/commit/f9d8a59de83b4ded5d78b7b81c4ba5b43abdbd67) Thanks [@dskloetc](https://github.com/dskloetc)! - Add optional address filter parameter to virtune endpoints
8+
39
## 5.13.1
410

511
### Patch Changes

packages/sources/por-address-list/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# POR_ADDRESS_LIST
22

3-
![5.13.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![5.14.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/por-address-list/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

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

@@ -227,11 +227,12 @@ Request:
227227

228228
### Input Params
229229

230-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
231-
| :-------: | :-------: | :-----: | :--------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
232-
|| accountId | | The account ID to fetch addresses for | string | | | | |
233-
|| network | | The network the addresses are on. This is only used to include in the response. | string | | | | |
234-
|| chainId | | The chainId of the network the addresses are on. This is only used to include in the response. | string | | | | |
230+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
231+
| :-------: | :------------: | :-----: | :--------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
232+
|| accountId | | The account ID to fetch addresses for | string | | | | |
233+
|| network | | The network the addresses are on. This is only used to include in the response. | string | | | | |
234+
|| chainId | | The chainId of the network the addresses are on. This is only used to include in the response. | string | | | | |
235+
| | addressPattern | | Return only addresses matching the given regular expression pattern. | string | | | | |
235236

236237
### Example
237238

@@ -243,7 +244,8 @@ Request:
243244
"endpoint": "virtune",
244245
"accountId": "VIRBTC",
245246
"network": "bitcoin",
246-
"chainId": "mainnet"
247+
"chainId": "mainnet",
248+
"addressPattern": "^(?!P-)"
247249
}
248250
}
249251
```
@@ -261,6 +263,7 @@ Request:
261263
|| accountId | | The account ID to fetch addresses for | string | | | | |
262264
|| network | | The network the addresses are on. This is only used to include in the response. | string | | | | |
263265
|| chainId | | The chainId of the network the addresses are on. This is only used to include in the response. | string | | | | |
266+
| | addressPattern | | Return only addresses matching the given regular expression pattern. | string | | | | |
264267
| | contractAddress | | The contract address of the token, to pass be included in the response | string | | | | |
265268

266269
### Example

packages/sources/por-address-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/por-address-list-adapter",
3-
"version": "5.13.1",
3+
"version": "5.14.0",
44
"description": "Chainlink por-address-list adapter.",
55
"keywords": [
66
"Chainlink",

packages/sources/renvm-address-set/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chainlink/renvm-address-set-adapter
22

3+
## 1.5.127
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @chainlink/proof-of-reserves-adapter@1.30.2
9+
310
## 1.5.126
411

512
### Patch Changes

packages/sources/renvm-address-set/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chainlink External Adapters to query RenVM address set
22

3-
![1.5.126](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)
3+
![1.5.127](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)
44

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

0 commit comments

Comments
 (0)