Skip to content

Commit 4c776b4

Browse files
authored
Force ec-util to 1.0.4 (#3519)
1 parent 5db80ec commit 4c776b4

File tree

10 files changed

+25
-12
lines changed

10 files changed

+25
-12
lines changed

.changeset/loud-snails-leave.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@chainlink/view-function-multi-chain-adapter': patch
3+
'@chainlink/view-function-adapter': patch
4+
'@chainlink/galaxis-adapter': patch
5+
---
6+
7+
Bump yarn version

.changeset/young-shrimps-hunt.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/ea-scripts': patch
3+
---
4+
5+
Update yarn

.pnp.cjs

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

packages/scripts/src/get-changed-adapters/soakTestBlacklist.ts

+1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ export const SoakTestBlacklist: string[] = [
8484
'twelvedata',
8585
'unibit',
8686
'vesper',
87+
'bank-frick', // Not in-use, no creds available for testing
8788
]

packages/sources/galaxis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@chainlink/ea-bootstrap": "workspace:*",
3232
"@chainlink/ea-test-helpers": "workspace:*",
33-
"@ethercards/ec-util": "^1.0.1",
33+
"@ethercards/ec-util": "1.0.4",
3434
"ethers": "^5.5.1",
3535
"moment": "^2.29.4",
3636
"tslib": "^2.3.1"

packages/sources/view-function-multi-chain/test/integration/__snapshots__/adapter.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`execute function endpoint should return error for invalid input 1`] = `
44
{
5-
"errorMessage": "no matching function (argument="key", value="symbol() view returns (string)", code=INVALID_ARGUMENT, version=6.13.3)",
5+
"errorMessage": "no matching function (argument="key", value="symbol() view returns (string)", code=INVALID_ARGUMENT, version=6.13.4)",
66
"statusCode": 502,
77
"timestamps": {
88
"providerDataReceivedUnixMs": 0,

packages/sources/view-function/test/integration/__snapshots__/adapter.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`execute function endpoint should return error for invalid input 1`] = `
44
{
5-
"errorMessage": "no matching function (argument="key", value="symbol() view returns (string)", code=INVALID_ARGUMENT, version=6.13.3)",
5+
"errorMessage": "no matching function (argument="key", value="symbol() view returns (string)", code=INVALID_ARGUMENT, version=6.13.4)",
66
"statusCode": 502,
77
"timestamps": {
88
"providerDataReceivedUnixMs": 0,

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4066,7 +4066,7 @@ __metadata:
40664066
dependencies:
40674067
"@chainlink/ea-bootstrap": "workspace:*"
40684068
"@chainlink/ea-test-helpers": "workspace:*"
4069-
"@ethercards/ec-util": "npm:^1.0.1"
4069+
"@ethercards/ec-util": "npm:1.0.4"
40704070
"@types/jest": "npm:27.5.2"
40714071
"@types/node": "npm:16.18.115"
40724072
"@types/supertest": "npm:2.0.16"
@@ -6388,9 +6388,9 @@ __metadata:
63886388
languageName: node
63896389
linkType: hard
63906390

6391-
"@ethercards/ec-util@npm:^1.0.1":
6392-
version: 1.0.8
6393-
resolution: "@ethercards/ec-util@npm:1.0.8"
6391+
"@ethercards/ec-util@npm:1.0.4":
6392+
version: 1.0.4
6393+
resolution: "@ethercards/ec-util@npm:1.0.4"
63946394
dependencies:
63956395
"@ethersproject/bignumber": "npm:^5.4.0"
63966396
"@ethersproject/bytes": "npm:^5.4.0"
@@ -6401,7 +6401,7 @@ __metadata:
64016401
is-svg: "npm:>=4.2.2"
64026402
js-yaml: "npm:>=3.13.1"
64036403
lodash.template: "npm:>=4.5.0"
6404-
checksum: 10/20c33c15c294ddd287a6dc7d426a58a0eaa7b4ee236a5c9c20d788d3c932fb669fcbe160dbb27b3440902443b9b220bc2abd54b13f02a9b6837c17befcc94309
6404+
checksum: 10/a3a0a8bebb2e50616d59fc28308fcbfd870bb3aa2308ec129c04c74f1a65d005afb44a8b2fd791b095eb18a6dbfb66e79862c8e2a62062eb5f2d384998448ee4
64056405
languageName: node
64066406
linkType: hard
64076407

0 commit comments

Comments
 (0)