You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sources/view-function-multi-chain/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @chainlink/view-function-multi-chain-adapter
2
2
3
+
## 1.8.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#4729](https://github.com/smartcontractkit/external-adapters-js/pull/4729)[`2a178ed`](https://github.com/smartcontractkit/external-adapters-js/commit/2a178ed81dc5b791f89f7dc2316d8a339bb23637) Thanks [@dskloetc](https://github.com/dskloetc)! - Support aptos in calculated-multi-function
8
+
9
+
### Patch Changes
10
+
11
+
-[#4622](https://github.com/smartcontractkit/external-adapters-js/pull/4622)[`8488e03`](https://github.com/smartcontractkit/external-adapters-js/commit/8488e033e8783383b0a25d440b89b6e5d6d470b4) Thanks [@johnnymugs](https://github.com/johnnymugs)! - Bumped framework version
|| functionCalls || Array view-function calls to be made to the blockchain | object[]|||||
142
-
| ✅ | functionCalls.name || Name of the function call result | string |||||
143
-
| ✅ | functionCalls.signature || Function signature. Should be formatted as [human readable ABI](https://docs.ethers.io/v5/single-page/#/v5/getting-started/-%23-getting-started--contracts)| string |||||
144
-
| ✅ | functionCalls.address || Address of the contract | string |||||
145
-
|| functionCalls.inputParams || Array of function parameters in order | string[]|||||
|| constants || Constant value to be included in the response | object[]|||||
148
-
| ✅ | constants.name || Name of the constant result | string |||||
149
-
| ✅ | constants.value || Value of the constant | string |||||
150
-
|| operations || Results derived from other results by applying basic operations | object[]|||||
151
-
| ✅ | operations.name || Name of the derived result | string |||||
152
-
| ✅ | operations.type || The operation or source of the derived result | string |`add`, `assertZero`, `average`, `divide`, `equal`, `multiply`, `select`, `subtract`||||
153
-
| ✅ | operations.args || Inputs to the expression. Can be names of functionCalls or constants or specific values depending on the type of operation | string[]|||||
139
+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
|| functionCalls || Array of EVM view-function calls to be made | object[]|||||
142
+
| ✅ | functionCalls.name || Name of the function call result | string |||||
143
+
| ✅ | functionCalls.signature || Function signature. Should be formatted as [human readable ABI](https://docs.ethers.io/v5/single-page/#/v5/getting-started/-%23-getting-started--contracts)| string |||||
144
+
| ✅ | functionCalls.address || Address of the contract | string |||||
145
+
|| functionCalls.inputParams || Array of function parameters in order | string[]|||||
|| aptosCalls.arguments || Arguments of the function | string[]|||||
151
+
|| aptosCalls.type || Type arguments of the function | string[]|||||
152
+
|| aptosCalls.index || Which item in the function output array to return | number |||||
153
+
|| aptosCalls.networkType || testnet or mainnet | string |`mainnet`, `testnet`|`mainnet`|||
154
+
|| constants || Constant value to be included in the response | object[]|||||
155
+
| ✅ | constants.name || Name of the constant result | string |||||
156
+
| ✅ | constants.value || Value of the constant | string |||||
157
+
|| operations || Results derived from other results by applying basic operations | object[]|||||
158
+
| ✅ | operations.name || Name of the derived result | string |||||
159
+
| ✅ | operations.type || The operation or source of the derived result | string |`add`, `assertZero`, `average`, `divide`, `equal`, `multiply`, `select`, `subtract`||||
160
+
| ✅ | operations.args || Inputs to the expression. Can be names of functionCalls or constants or specific values depending on the type of operation | string[]|||||
0 commit comments