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/odd-zoos-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-humans-tap.md

This file was deleted.

372 changes: 183 additions & 189 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.270.0",
"version": "1.271.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
1 change: 0 additions & 1 deletion packages/composites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ docker run -p 8080:8080 --env-file="~/PATH_TO_ENV" -it proof-of-reserves-adapter
- [bitcoin-json-rpc](./bitcoin-json-rpc/README.md)
- [bsol-price](./bsol-price/README.md)
- [crypto-volatility-index](./crypto-volatility-index/README.md)
- [curve-3pool](./curve-3pool/README.md)
- [glv-token](./glv-token/README.md)
- [gm-token](./gm-token/README.md)
- [gmx-tokens](./gmx-tokens/README.md)
Expand Down
10 changes: 10 additions & 0 deletions packages/composites/ondo-calculated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @chainlink/ondo-calculated-adapter

## 1.4.0

### Minor Changes

- [#4541](https://github.com/smartcontractkit/external-adapters-js/pull/4541) [`9406443`](https://github.com/smartcontractkit/external-adapters-js/commit/940644363ab222ec3e7ea364992e99cf2861e065) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add EMA smoother

### Patch Changes

- [#4518](https://github.com/smartcontractkit/external-adapters-js/pull/4518) [`aceebfd`](https://github.com/smartcontractkit/external-adapters-js/commit/aceebfd801bf7e5677ffba3642bb5cbba03d4318) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Code refactor

## 1.3.0

### Minor Changes
Expand Down
24 changes: 13 additions & 11 deletions packages/composites/ondo-calculated/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ONDO_CALCULATED

![1.3.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/ondo-calculated/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.4.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/ondo-calculated/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 Expand Up @@ -34,16 +34,17 @@ There are no rate limits for this adapter.

### Input Params

| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :-----------------------: | :-----: | :-------------------------------------------------------------------------------------: | :------: | :-----: | :-----: | :--------: | :------------: |
| ✅ | registry | | Ondo on-chain registry address | string | | | | |
| ✅ | asset | | Maps to the asset in ondo’s on-chain registry | string | | | | |
| ✅ | regularStreamId | | Data Streams regular hour feed ID for the underlying asset | string | | | | |
| ✅ | extendedStreamId | | Data Streams extended hour feed ID for the underlying asset | string | | | | |
| ✅ | overnightStreamId | | Data Streams overnight hour feed ID for the underlying asset | string | | | | |
| ✅ | sessionBoundaries | | A list of time where market trasition from 1 session to the next in the format of HH:MM | string[] | | | | |
| ✅ | sessionBoundariesTimeZone | | ANA Time Zone Database format | string | | | | |
| | decimals | | Decimals of output result | number | | `8` | | |
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| :-------: | :-----------------------: | :-----: | :-------------------------------------------------------------------------------------: | :------: | :-------------: | :------: | :--------: | :------------: |
| ✅ | registry | | Ondo on-chain registry address | string | | | | |
| ✅ | asset | | Maps to the asset in ondo’s on-chain registry | string | | | | |
| ✅ | regularStreamId | | Data Streams regular hour feed ID for the underlying asset | string | | | | |
| ✅ | extendedStreamId | | Data Streams extended hour feed ID for the underlying asset | string | | | | |
| ✅ | overnightStreamId | | Data Streams overnight hour feed ID for the underlying asset | string | | | | |
| ✅ | sessionBoundaries | | A list of time where market trasition from 1 session to the next in the format of HH:MM | string[] | | | | |
| ✅ | sessionBoundariesTimeZone | | ANA Time Zone Database format | string | | | | |
| | smoother | | Smoothing algorithm to apply to the price | string | `ema`, `kalman` | `kalman` | | |
| | decimals | | Decimals of output result | number | | `8` | | |

### Example

Expand All @@ -60,6 +61,7 @@ Request:
"overnightStreamId": "0x0",
"sessionBoundaries": ["04:00", "16:00", "20:00"],
"sessionBoundariesTimeZone": "America/New_York",
"smoother": "kalman",
"decimals": 8
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/ondo-calculated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/ondo-calculated-adapter",
"version": "1.3.0",
"version": "1.4.0",
"description": "Chainlink ondo-calculated adapter.",
"keywords": [
"Chainlink",
Expand Down
5 changes: 0 additions & 5 deletions packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This document was generated automatically. Please see [Master List Generator](..
- [amberdata](./amberdata/README.md)
- [anchorage](./anchorage/README.md)
- [anyblock](./anyblock/README.md)
- [ap-election](./ap-election/README.md)
- [apex](./apex/README.md)
- [asseto-finance](./asseto-finance/README.md)
- [avalanche-platform](./avalanche-platform/README.md)
Expand Down Expand Up @@ -45,10 +44,8 @@ This document was generated automatically. Please see [Master List Generator](..
- [coinpaprika-state](./coinpaprika-state/README.md)
- [coinranking](./coinranking/README.md)
- [covid-tracker](./covid-tracker/README.md)
- [cryptex](./cryptex/README.md)
- [cryptoapis](./cryptoapis/README.md)
- [cryptocompare](./cryptocompare/README.md)
- [curve](./curve/README.md)
- [data-engine](./data-engine/README.md)
- [deep-blue](./deep-blue/README.md)
- [deribit](./deribit/README.md)
Expand All @@ -57,13 +54,11 @@ This document was generated automatically. Please see [Master List Generator](..
- [dlc-cbtc-por](./dlc-cbtc-por/README.md)
- [dxfeed](./dxfeed/README.md)
- [elwood](./elwood/README.md)
- [ens](./ens/README.md)
- [enzyme](./enzyme/README.md)
- [eodhistoricaldata](./eodhistoricaldata/README.md)
- [eth-balance](./eth-balance/README.md)
- [eth-beacon](./eth-beacon/README.md)
- [etherscan](./etherscan/README.md)
- [ethgaswatch](./ethgaswatch/README.md)
- [exchange-copter](./exchange-copter/README.md)
- [expand-network](./expand-network/README.md)
- [finage](./finage/README.md)
Expand Down
Loading