Skip to content

Commit 8948d7e

Browse files
authored
Bump test images version and SDK version (#696)
Bump image versions for tests and sdk versions - hedera-local - 2.1.3 - lerna - 6.0.3 - sdk - 2.18.6 - mirror node - 0.67.3 Signed-off-by: georgi-l95 <[email protected]>
1 parent 6e32af0 commit 8948d7e

File tree

6 files changed

+1277
-1056
lines changed

6 files changed

+1277
-1056
lines changed

package-lock.json

Lines changed: 1270 additions & 1049 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"check:node": "ts-node packages/server/tests/helpers/nodeCheck.ts"
4747
},
4848
"dependencies": {
49-
"@hashgraph/hedera-local": "^2.1.2",
49+
"@hashgraph/hedera-local": "^2.1.3",
5050
"@open-rpc/schema-utils-js": "^1.16.1",
5151
"@types/find-config": "^1.0.1",
5252
"keyv-file": "^0.2.0",
5353
"koa-cors": "^0.0.16",
54-
"lerna": "^6.0.0",
54+
"lerna": "^6.0.3",
5555
"pino": "^7.11.0",
5656
"pino-pretty": "^7.6.1",
5757
"prom-client": "^14.0.1",

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "nyc ts-mocha --recursive ./tests/**/*.spec.ts --exit"
2828
},
2929
"dependencies": {
30-
"@hashgraph/sdk": "^2.18.3",
30+
"@hashgraph/sdk": "^2.18.6",
3131
"@keyvhq/core": "^1.6.9",
3232
"axios": "^0.26.1",
3333
"buffer": "^6.0.3",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"pino-pretty": "^7.6.1"
2121
},
2222
"devDependencies": {
23-
"@hashgraph/hedera-local": "^2.1.1",
24-
"@hashgraph/sdk": "^2.18.3",
23+
"@hashgraph/hedera-local": "^2.1.3",
24+
"@hashgraph/sdk": "^2.18.6",
2525
"@koa/cors": "^3.1.0",
2626
"@types/chai": "^4.3.0",
2727
"@types/cors": "^2.8.12",

packages/server/tests/acceptance/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('RPC Server Acceptance Tests', function () {
127127
// set env variables for docker images until local-node is updated
128128
process.env['NETWORK_NODE_IMAGE_TAG'] = '0.32.0-alpha.1';
129129
process.env['HAVEGED_IMAGE_TAG'] = '0.32.0-alpha.1';
130-
process.env['MIRROR_IMAGE_TAG'] = '0.67.0';
130+
process.env['MIRROR_IMAGE_TAG'] = '0.67.3';
131131

132132
console.log(`Docker container versions, services: ${process.env['NETWORK_NODE_IMAGE_TAG']}, mirror: ${process.env['MIRROR_IMAGE_TAG']}`);
133133

packages/server/tests/helpers/prerequisite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const RELAY_URL = process.env.E2E_RELAY_HOST || LOCAL_RELAY_URL;
1313
if (USE_LOCAL_NODE) {
1414
process.env['NETWORK_NODE_IMAGE_TAG'] = '0.32.0-alpha.1';
1515
process.env['HAVEGED_IMAGE_TAG'] = '0.32.0-alpha.1';
16-
process.env['MIRROR_IMAGE_TAG'] = '0.67.0';
16+
process.env['MIRROR_IMAGE_TAG'] = '0.67.3';
1717

1818
console.log(`Docker container versions, services: ${process.env['NETWORK_NODE_IMAGE_TAG']}, mirror: ${process.env['MIRROR_IMAGE_TAG']}`);
1919

0 commit comments

Comments
 (0)