diff --git a/.changeset/silver-rabbits-itch.md b/.changeset/silver-rabbits-itch.md deleted file mode 100644 index 119b06dcd3..0000000000 --- a/.changeset/silver-rabbits-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/polkadot-balance-adapter': major ---- - -Include reserved/staked amounts in balance. Make sure `RPC_URL` is set to a valid Polkadot/Substrate node URL for the Asset Hub chain. diff --git a/MASTERLIST.md b/MASTERLIST.md index 146386b0a4..1e30e61a77 100644 --- a/MASTERLIST.md +++ b/MASTERLIST.md @@ -1,4 +1,4 @@ -## Release 1.230.0 +## Release 1.231.0 This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info. @@ -167,7 +167,7 @@ This document was generated automatically. Please see [Master List Generator](./ | [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` | | | | | | [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) | | | [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) | -| [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) | | +| [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) | | | [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) | | | [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) | | | [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) | | diff --git a/package.json b/package.json index 25894eda7d..d69e5d1527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/external-adapters-js", - "version": "1.230.0", + "version": "1.231.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/sources/polkadot-balance/CHANGELOG.md b/packages/sources/polkadot-balance/CHANGELOG.md index c47a0be8c0..1da7214997 100644 --- a/packages/sources/polkadot-balance/CHANGELOG.md +++ b/packages/sources/polkadot-balance/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/polkadot-balance-adapter +## 2.0.0 + +### Major Changes + +- [#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. + ## 1.3.30 ### Patch Changes diff --git a/packages/sources/polkadot-balance/README.md b/packages/sources/polkadot-balance/README.md index 0a0454cb27..397f360d43 100644 --- a/packages/sources/polkadot-balance/README.md +++ b/packages/sources/polkadot-balance/README.md @@ -1,6 +1,6 @@ # POLKADOT_BALANCE -![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) +![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) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. @@ -14,7 +14,7 @@ The `MAX_PAYLOAD_SIZE_LIMIT` environment variable is used for controlling the ma | Required? | Name | Description | Type | Options | Default | | :-------: | :-------------------: | :---------------------------------------------------------------------------------------------: | :----: | :-----: | :-----: | -| ✅ | RPC_URL | The websocket URL used to retrieve balances from the Polkadot Relay Chain | string | | | +| ✅ | RPC_URL | The websocket URL used to retrieve balances from the Polkadot Asset Hub Chain | string | | | | | BATCH_SIZE | Number of requests to execute asynchronously before the adapter waits to execute the next batch | number | | `25` | | | BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | | `10000` | diff --git a/packages/sources/polkadot-balance/package.json b/packages/sources/polkadot-balance/package.json index 3ad06ff01d..29134d5f02 100644 --- a/packages/sources/polkadot-balance/package.json +++ b/packages/sources/polkadot-balance/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/polkadot-balance-adapter", - "version": "1.3.30", + "version": "2.0.0", "description": "Chainlink Polkadot balance adapter.", "keywords": [ "Chainlink",