Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/silver-rabbits-itch.md

This file was deleted.

4 changes: 2 additions & 2 deletions MASTERLIST.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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) | |
Expand Down
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.230.0",
"version": "1.231.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/polkadot-balance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/sources/polkadot-balance/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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` |

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/polkadot-balance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/polkadot-balance-adapter",
"version": "1.3.30",
"version": "2.0.0",
"description": "Chainlink Polkadot balance adapter.",
"keywords": [
"Chainlink",
Expand Down
Loading