From 5ed5468c22a221d7c4b3eda45f9a25ffb8dcd43b Mon Sep 17 00:00:00 2001 From: lukelee-sl <109538178+lukelee-sl@users.noreply.github.com> Date: Tue, 17 Jan 2023 15:34:35 -0800 Subject: [PATCH] Bump 0.16.0-rc1 (#819) Signed-off-by: lukelee-sl Signed-off-by: lukelee-sl --- README.md | 2 +- docker-compose.yml | 2 +- docs/openrpc.json | 2 +- helm-chart/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- packages/relay/package.json | 2 +- packages/server/package.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a7ed0b447..0d93db7cd6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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.16/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/docker-compose.yml b/docker-compose.yml index fdcaa40970..236e582c42 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: relay: container_name: hedera-jspn-rpc-relay - image: "ghcr.io/hashgraph/hedera-json-rpc-relay:main" + image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.16.0-rc1" restart: "unless-stopped" ports: - 7546:7546 diff --git a/docs/openrpc.json b/docs/openrpc.json index b5e71248dd..daab583170 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.16.0-SNAPSHOT" + "version": "0.16.0-rc1" }, "methods": [ { diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index d741825ba4..1724d1a6da 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: hedera-json-rpc-relay description: Helm chart deployment of the hashgraph/hedera-json-rpc-relay type: application -version: 0.16.0-SNAPSHOT -appVersion: "0.16.0-SNAPSHOT" +version: 0.16.0-rc1 +appVersion: "0.16.0-rc1" home: https://github.com/hashgraph/hedera-json-rpc-relay diff --git a/package-lock.json b/package-lock.json index 42b3c9696d..50a7d7f193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23286,7 +23286,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.16.0-SNAPSHOT", + "version": "0.16.0-rc1", "dependencies": { "@hashgraph/sdk": "^2.19.0", "@keyvhq/core": "^1.6.9", @@ -23356,7 +23356,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.16.0-SNAPSHOT", + "version": "0.16.0-rc1", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "axios": "^0.27.2", diff --git a/packages/relay/package.json b/packages/relay/package.json index dfbd3b29a4..114d69d2ed 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.16.0-SNAPSHOT", + "version": "0.16.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 2b3e1a79c7..25756d6f32 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.16.0-SNAPSHOT", + "version": "0.16.0-rc1", "description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs", "main": "dist/index.js", "keywords": [],