Skip to content

Commit 6101f73

Browse files
Release 1.339.0 (#4979)
Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent aa1c999 commit 6101f73

10 files changed

Lines changed: 32 additions & 20 deletions

File tree

.changeset/stale-coins-wonder.md

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

MASTERLIST.md

Lines changed: 5 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.338.0",
3+
"version": "1.339.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/calculated-price/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#4977](https://github.com/smartcontractkit/external-adapters-js/pull/4977) [`aa1c999`](https://github.com/smartcontractkit/external-adapters-js/commit/aa1c999d71456d73eb85b5d801220af2bf0b06b5) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Support Solana functions in calculated-price
8+
39
## 1.0.0
410

511
### Major Changes

packages/composites/calculated-price/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CALCULATED_PRICE
22

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

packages/composites/calculated-price/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/calculated-price-adapter",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Chainlink calculated-price adapter.",
55
"keywords": [
66
"Chainlink",

packages/sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ This document was generated automatically. Please see [Master List Generator](..
9494
- [lido](./lido/README.md)
9595
- [lido-por](./lido-por/README.md)
9696
- [liveart](./liveart/README.md)
97+
- [lo-tech](./lo-tech/README.md)
9798
- [lotus](./lotus/README.md)
9899
- [m0](./m0/README.md)
99100
- [matrixdock](./matrixdock/README.md)

packages/sources/solana-functions/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#4977](https://github.com/smartcontractkit/external-adapters-js/pull/4977) [`aa1c999`](https://github.com/smartcontractkit/external-adapters-js/commit/aa1c999d71456d73eb85b5d801220af2bf0b06b5) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Support Solana functions in calculated-price
8+
39
## 1.4.0
410

511
### Minor Changes

packages/sources/solana-functions/README.md

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

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

@@ -126,10 +126,11 @@ Request:
126126

127127
### Input Params
128128

129-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
130-
| :-------: | :-----------------: | :-----: | :------------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
131-
|| stateAccountAddress | | The state account address for the program | string | | | | |
132-
|| field | | The name of the field to retrieve from the state account | string | | | | |
129+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
130+
| :-------: | :-----------------: | :-----: | :----------------------------------------------------------: | :------: | :-----: | :-----: | :--------: | :------------: |
131+
|| stateAccountAddress | | The state account address for the program | string | | | | |
132+
|| field | | The name of the field to retrieve from the state account | string | | | | |
133+
| | extraFields | | The names of other fields to retrieve from the state account | string[] | | | | |
133134

134135
### Example
135136

@@ -140,7 +141,8 @@ Request:
140141
"data": {
141142
"endpoint": "buffer-layout",
142143
"stateAccountAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
143-
"field": "supply"
144+
"field": "supply",
145+
"extraFields": []
144146
}
145147
}
146148
```
@@ -166,6 +168,8 @@ Request:
166168
|| extensionFields.name | | Name to give the value in the response data | string | | | | |
167169
|| extensionFields.offset | | Byte offset of the field in the account data | number | | | | |
168170
|| extensionFields.type | | Data type of the field | string | `float64`, `int64`, `uint64` | | | |
171+
| | resultName | | Name of the field to be on result response field | string | | | | |
172+
| | resultDecimals | | decimals of the result response field | number | | | | |
169173

170174
### Example
171175

packages/sources/solana-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/solana-functions-adapter",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Chainlink solana-functions adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)