Skip to content

Commit 58aa630

Browse files
Release 1.231.0 (#4327)
* Release 1.231.0 (deletions) * Release 1.231.0 (.) * Release 1.231.0 (packages/sources/polkadot-balance) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 42303c0 commit 58aa630

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.changeset/silver-rabbits-itch.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 1.230.0
1+
## Release 1.231.0
22

33
This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info.
44

@@ -167,7 +167,7 @@ This document was generated automatically. Please see [Master List Generator](./
167167
| [outlier-detection](packages/composites/outlier-detection/README.md) | `1.3.17` | `composite` | v2 | Unknown | | `DERIBIT_ADAPTER_URL`, `DXFEED_ADAPTER_URL`, `GENESIS_VOLATILITY_ADAPTER_URL`, `OILPRICEAPI_ADAPTER_URL`, `XBTO_ADAPTER_URL` | `outlier` | `outlier` | | | | |
168168
| [paxos](packages/sources/paxos/README.md) | `1.4.39` | `source` | v2 | `https://api.paxos.com/v1/` | | | `assetAttestation` | `assetAttestation` | | [✅](packages/sources/paxos/test/unit) | [✅](packages/sources/paxos/test/integration) | |
169169
| [paypal](packages/sources/paypal/README.md) | `1.2.47` | `source` | v2 | Unknown | | `CLIENT_ID (✅)`, `CLIENT_SECRET (✅)`, `MODE` | `getpayout`, `read`, `sendpayout`, `write` | `sendpayout` | | [✅](packages/sources/paypal/test/unit) | | [✅](packages/sources/paypal/test/e2e) |
170-
| [polkadot-balance](packages/sources/polkadot-balance/README.md) | `1.3.30` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BATCH_SIZE`, `RPC_URL (✅)` | Unknown | `balance` | | | [✅](packages/sources/polkadot-balance/test/integration) | |
170+
| [polkadot-balance](packages/sources/polkadot-balance/README.md) | `2.0.0` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BATCH_SIZE`, `RPC_URL (✅)` | Unknown | `balance` | | | [✅](packages/sources/polkadot-balance/test/integration) | |
171171
| [polygon](packages/sources/polygon/README.md) | `2.0.40` | `source` | v3 | `https://api.polygon.io` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `conversion`, `forex`, `price`, `tickers` | `tickers` | | | [✅](packages/sources/polygon/test/integration) | |
172172
| [por-address-list](packages/sources/por-address-list/README.md) | `5.14.3` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BEDROCK_UNIBTC_API_ENDPOINT`, `CHAIN_ID`, `COINBASE_CBBTC_API_ENDPOINT`, `GROUP_SIZE`, `RPC_URL (✅)`, `SOLVBTC_API_ENDPOINT`, `SOLVBTC_BBN_API_ENDPOINT`, `SOLVBTC_CORE_API_ENDPOINT`, `SOLVBTC_ENA_API_ENDPOINT`, `SOLVBTC_JUP_API_ENDPOINT`, `SOLVBTC_TRADING_API_ENDPOINT`, `VIRTUNE_API_KEY`, `VIRTUNE_API_URL`, `ZEUS_ZBTC_API_URL` | `address`, `bedrockbtcaddress`, `coinbasebtcaddress`, `multichainaddress`, `openedenaddress`, `solvbtcaddress`, `virtune`, `virtune-token`, `zeusbtcaddress` | `address` | | [✅](packages/sources/por-address-list/test/unit) | [✅](packages/sources/por-address-list/test/integration) | |
173173
| [por-indexer](packages/sources/por-indexer/README.md) | `2.2.4` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BITCOIN_MAINNET_POR_INDEXER_URL`, `BITCOIN_TESTNET_POR_INDEXER_URL`, `DOGECOIN_MAINNET_POR_INDEXER_URL`, `DOGECOIN_TESTNET_POR_INDEXER_URL`, `ZEUS_ZBTC_API_URL` | `balance`, `index`, `zeusminerfee` | `balance` | | | [✅](packages/sources/por-indexer/test/integration) | |

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.230.0",
3+
"version": "1.231.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/polkadot-balance/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#4326](https://github.com/smartcontractkit/external-adapters-js/pull/4326) [`42303c0`](https://github.com/smartcontractkit/external-adapters-js/commit/42303c0bb94caa4ac7487e82e95f545f3fa7e2e9) Thanks [@dskloetc](https://github.com/dskloetc)! - Include reserved/staked amounts in balance. Make sure `RPC_URL` is set to a valid Polkadot/Substrate node URL for the Asset Hub chain.
8+
39
## 1.3.30
410

511
### Patch Changes

packages/sources/polkadot-balance/README.md

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

3-
![1.3.30](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/polkadot-balance/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![2.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/polkadot-balance/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

@@ -14,7 +14,7 @@ The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the ma
1414

1515
| Required? | Name | Description | Type | Options | Default |
1616
| :-------: | :-------------------: | :---------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: |
17-
|| RPC_URL | The websocket URL used to retrieve balances from the Polkadot Relay Chain | string | | |
17+
|| RPC_URL | The websocket URL used to retrieve balances from the Polkadot Asset Hub Chain | string | | |
1818
| | BATCH_SIZE | Number of requests to execute asynchronously before the adapter waits to execute the next batch | number | | `25` |
1919
| | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` |
2020

packages/sources/polkadot-balance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/polkadot-balance-adapter",
3-
"version": "1.3.30",
3+
"version": "2.0.0",
44
"description": "Chainlink Polkadot balance adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)