Skip to content

Commit 796e6a7

Browse files
chore(release): Bump versions for v0.70.0-rc1
Signed-off-by: swirlds-automation <hedera-eng-automation@swirldslabs.com>
1 parent 38fc143 commit 796e6a7

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Implementation of an Ethereum JSON RPC APIs for Hedera Hashgraph. Utilises both Hedera Consensus Nodes and Mirror nodes
2020
to support RPC queries as defined in
21-
the [JSON RPC Specification](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/hiero-ledger/hiero-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)
21+
the [JSON RPC Specification](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/hiero-ledger/hiero-json-rpc-relay/release/0.70/docs/openrpc.json&uiSchema%5BappBar%5D%5Bui:splitView%5D=false&uiSchema%5BappBar%5D%5Bui:input%5D=false&uiSchema%5BappBar%5D%5Bui:examplesDropdown%5D=false)
2222

2323
## Building
2424

charts/hedera-json-rpc-relay-websocket/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "0.70.0-SNAPSHOT"
2+
appVersion: "0.70.0-rc1"
33
description: Helm chart deployment of the hiero-ledger/hiero-json-rpc-relay web socket server
44
home: https://github.com/hiero-ledger/hiero-json-rpc-relay
55
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
@@ -22,4 +22,4 @@ name: hedera-json-rpc-relay-websocket
2222
sources:
2323
- https://github.com/hiero-ledger/hiero-json-rpc-relay
2424
type: application
25-
version: 0.70.0-SNAPSHOT
25+
version: 0.70.0-rc1

charts/hedera-json-rpc-relay/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "0.70.0-SNAPSHOT"
2+
appVersion: "0.70.0-rc1"
33
description: Helm chart deployment of the hiero-ledger/hiero-json-rpc-relay
44
home: https://github.com/hiero-ledger/hiero-json-rpc-relay
55
icon: https://camo.githubusercontent.com/cca6b767847bb8ca5c7059481ba13a5fc81c5938/68747470733a2f2f7777772e6865646572612e636f6d2f6c6f676f2d6361706974616c2d686261722d776f72646d61726b2e6a7067
@@ -21,4 +21,4 @@ name: hedera-json-rpc-relay
2121
sources:
2222
- https://github.com/hiero-ledger/hiero-json-rpc-relay
2323
type: application
24-
version: 0.70.0-SNAPSHOT
24+
version: 0.70.0-rc1

charts/hedera-json-rpc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ name: hedera-json-rpc
3636
sources:
3737
- https://github.com/hiero-ledger/hiero-json-rpc-relay
3838
type: application
39-
version: 0.70.0-SNAPSHOT
39+
version: 0.70.0-rc1

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22
services:
33
relay:
44
container_name: hedera-json-rpc-relay
5-
image: "ghcr.io/hiero-ledger/hiero-json-rpc-relay:main"
5+
image: "ghcr.io/hiero-ledger/hiero-json-rpc-relay:0.70.0-rc1"
66
restart: "unless-stopped"
77
ports:
88
- 7546:7546
@@ -16,7 +16,7 @@ services:
1616

1717
relay-ws:
1818
container_name: hedera-json-rpc-relay-ws
19-
image: "ghcr.io/hiero-ledger/hiero-json-rpc-relay:main"
19+
image: "ghcr.io/hiero-ledger/hiero-json-rpc-relay:0.70.0-rc1"
2020
command: start:ws
2121
environment:
2222
HEALTHCHECK_PORT: 8547

docs/openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Hedera JSON-RPC Specification",
55
"description": "A specification of the implemented Ethereum JSON RPC APIs interface for Hedera clients and adheres to the Ethereum execution APIs schema.",
6-
"version": "0.70.0-SNAPSHOT"
6+
"version": "0.70.0-rc1"
77
},
88
"servers": [
99
{

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.70.0-SNAPSHOT",
3+
"version": "0.70.0-rc1",
44
"devDependencies": {
55
"@hashgraph/hedera-local": "^2.32.5",
66
"@open-rpc/schema-utils-js": "^1.16.1",

packages/config-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-config-service",
3-
"version": "0.70.0-SNAPSHOT",
3+
"version": "0.70.0-rc1",
44
"description": "Hedera Hashgraph singleton implementation of environment variables provider",
55
"main": "dist/index.js",
66
"keywords": [],

packages/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/json-rpc-relay",
3-
"version": "0.70.0-SNAPSHOT",
3+
"version": "0.70.0-rc1",
44
"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",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)