From d3b5125ffd233be457b35bbda868f66e69522356 Mon Sep 17 00:00:00 2001 From: Swirlds Automation Date: Mon, 17 Jun 2024 18:09:34 +0000 Subject: [PATCH] Bump versions for v0.50.0-rc1 Signed-off-by: Swirlds Automation --- README.md | 2 +- charts/hedera-json-rpc-relay-websocket/Chart.yaml | 4 ++-- charts/hedera-json-rpc-relay/Chart.yaml | 4 ++-- charts/hedera-json-rpc/Chart.yaml | 4 ++-- docker-compose.yml | 4 ++-- docs/openrpc.json | 2 +- package-lock.json | 10 +++++----- packages/relay/package.json | 2 +- packages/server/package.json | 2 +- packages/ws-server/package.json | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index feec4c31f3..a09d5ec254 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Implementation of an Ethereum JSON RPC APIs for Hedera Hashgraph. Utilises both Hedera Consensus Nodes and Mirror nodes to support RPC queries as defined in -the [JSON RPC Specification](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/hashgraph/hedera-json-rpc-relay/main/docs/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false) +the [JSON RPC Specification](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/hashgraph/hedera-json-rpc-relay/release/0.50/docs/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false) ## Building diff --git a/charts/hedera-json-rpc-relay-websocket/Chart.yaml b/charts/hedera-json-rpc-relay-websocket/Chart.yaml index c7611eea6e..b25e975ded 100644 --- a/charts/hedera-json-rpc-relay-websocket/Chart.yaml +++ b/charts/hedera-json-rpc-relay-websocket/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.50.0-SNAPSHOT" +appVersion: "0.50.0-rc1" description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay web socket server home: https://github.com/hashgraph/hedera-json-rpc-relay icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -22,4 +22,4 @@ name: hedera-json-rpc-relay-websocket sources: - https://github.com/hashgraph/hedera-json-rpc-relay type: application -version: 0.50.0-SNAPSHOT +version: 0.50.0-rc1 diff --git a/charts/hedera-json-rpc-relay/Chart.yaml b/charts/hedera-json-rpc-relay/Chart.yaml index 1b3eb40cd9..33c995b52b 100644 --- a/charts/hedera-json-rpc-relay/Chart.yaml +++ b/charts/hedera-json-rpc-relay/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.50.0-SNAPSHOT" +appVersion: "0.50.0-rc1" description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay home: https://github.com/hashgraph/hedera-json-rpc-relay icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067 @@ -21,4 +21,4 @@ name: hedera-json-rpc-relay sources: - https://github.com/hashgraph/hedera-json-rpc-relay type: application -version: 0.50.0-SNAPSHOT +version: 0.50.0-rc1 diff --git a/charts/hedera-json-rpc/Chart.yaml b/charts/hedera-json-rpc/Chart.yaml index d7e35c36cb..c76d5d8c56 100644 --- a/charts/hedera-json-rpc/Chart.yaml +++ b/charts/hedera-json-rpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.26.0-SNAPSHOT" +appVersion: "0.50.0-rc1" dependencies: - alias: relay condition: relay.enabled @@ -31,4 +31,4 @@ name: hedera-json-rpc sources: - https://github.com/hashgraph/hedera-json-rpc-relay type: application -version: 0.26.0-SNAPSHOT +version: 0.50.0-rc1 diff --git a/docker-compose.yml b/docker-compose.yml index 3a24562960..06ec527f55 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: relay: container_name: hedera-json-rpc-relay - image: "ghcr.io/hashgraph/hedera-json-rpc-relay:main" + image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.50.0-rc1" restart: "unless-stopped" ports: - 7546:7546 @@ -12,7 +12,7 @@ services: - ./.env:/home/node/app/.env relay-ws: container_name: hedera-json-rpc-relay-ws - image: "ghcr.io/hashgraph/hedera-json-rpc-relay:main" + image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.50.0-rc1" command: start:ws environment: HEALTHCHECK_PORT: 8547 diff --git a/docs/openrpc.json b/docs/openrpc.json index 12e7946e6c..84b1d4a514 100644 --- a/docs/openrpc.json +++ b/docs/openrpc.json @@ -3,7 +3,7 @@ "info": { "title": "Hedera JSON-RPC Specification", "description": "A specification of the implemented Ethereum JSON RPC APIs interface for Hedera clients and adheres to the Ethereum execution APIs schema.", - "version": "0.50.0-SNAPSHOT" + "version": "0.50.0-rc1" }, "servers": [ { diff --git a/package-lock.json b/package-lock.json index 2e128a1240..2800f2ad70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20700,7 +20700,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.50.0-SNAPSHOT", + "version": "0.50.0-rc1", "dependencies": { "@ethersproject/asm": "^5.7.0", "@hashgraph/sdk": "2.44.0", @@ -21004,7 +21004,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.50.0-SNAPSHOT", + "version": "0.50.0-rc1", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "axios": "^1.4.0", @@ -21035,7 +21035,7 @@ "axios-retry": "^3.5.1", "chai": "^4.3.6", "ethers": "^6.7.0", - "execution-apis": "git+ssh://git@github.com/ethereum/execution-apis.git#584905270d8ad665718058060267061ecfd79ca5", + "execution-apis": "git://github.com/ethereum/execution-apis.git#584905270d8ad665718058060267061ecfd79ca5", "shelljs": "^0.8.5", "ts-mocha": "^9.0.2", "ts-node": "^10.8.1", @@ -21335,7 +21335,7 @@ }, "packages/ws-server": { "name": "@hashgraph/json-rpc-ws-server", - "version": "0.50.0-SNAPSHOT", + "version": "0.50.0-rc1", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "@hashgraph/json-rpc-server": "file:../server", @@ -23674,7 +23674,7 @@ "co-body": "6.1.0", "dotenv": "^16.0.0", "ethers": "^6.7.0", - "execution-apis": "git+ssh://git@github.com/ethereum/execution-apis.git#584905270d8ad665718058060267061ecfd79ca5", + "execution-apis": "git://github.com/ethereum/execution-apis.git#584905270d8ad665718058060267061ecfd79ca5", "koa": "^2.13.4", "koa-body-parser": "^0.2.1", "koa-cors": "^0.0.16", diff --git a/packages/relay/package.json b/packages/relay/package.json index 35348d777e..9d781e9930 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.50.0-SNAPSHOT", + "version": "0.50.0-rc1", "description": "Hedera Hashgraph implementation of Ethereum JSON RPC APIs. Utilises both the Hedera Consensus Nodes and the Mirror Nodes for transaction management and information retrieval", "types": "dist/index.d.ts", "main": "dist/index.js", diff --git a/packages/server/package.json b/packages/server/package.json index 2a04702191..485b319a00 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.50.0-SNAPSHOT", + "version": "0.50.0-rc1", "description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs", "main": "dist/index.js", "keywords": [], diff --git a/packages/ws-server/package.json b/packages/ws-server/package.json index 04eb941e03..711a07c803 100644 --- a/packages/ws-server/package.json +++ b/packages/ws-server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-ws-server", - "version": "0.50.0-SNAPSHOT", + "version": "0.50.0-rc1", "description": "Hedera Hashgraph Ethereum JSON RPC socket server. Accepts socket connections for the purpose of subscribing to real-time data.", "main": "dist/index.js", "keywords": [],