Skip to content

Commit

Permalink
Bump versions for v0.48.0-alpha0
Browse files Browse the repository at this point in the history
Signed-off-by: Swirlds Automation <swirlds-eng-automation@swirlds.com>
  • Loading branch information
swirlds-automation committed May 15, 2024
1 parent 8dd17a6 commit 993857a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.48/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

Expand Down
4 changes: 2 additions & 2 deletions charts/hedera-json-rpc-relay-websocket/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.48.0-SNAPSHOT"
appVersion: "0.48.0-alpha0"
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
Expand All @@ -22,4 +22,4 @@ name: hedera-json-rpc-relay-websocket
sources:
- https://github.com/hashgraph/hedera-json-rpc-relay
type: application
version: 0.48.0-SNAPSHOT
version: 0.48.0-alpha0
4 changes: 2 additions & 2 deletions charts/hedera-json-rpc-relay/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.48.0-SNAPSHOT"
appVersion: "0.48.0-alpha0"
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
Expand All @@ -21,4 +21,4 @@ name: hedera-json-rpc-relay
sources:
- https://github.com/hashgraph/hedera-json-rpc-relay
type: application
version: 0.48.0-SNAPSHOT
version: 0.48.0-alpha0
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.48.0-alpha0"
restart: "unless-stopped"
ports:
- 7546:7546
Expand All @@ -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.48.0-alpha0"
command: start:ws
environment:
HEALTHCHECK_PORT: 8547
Expand Down
2 changes: 1 addition & 1 deletion docs/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.48.0-SNAPSHOT"
"version": "0.48.0-alpha0"
},
"servers": [
{
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/json-rpc-relay",
"version": "0.48.0-SNAPSHOT",
"version": "0.48.0-alpha0",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/json-rpc-server",
"version": "0.48.0-SNAPSHOT",
"version": "0.48.0-alpha0",
"description": "Hedera Hashgraph Ethereum JSON RPC server. Accepts requests for Ethereum JSON RPC 2.0 APIs",
"main": "dist/index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/json-rpc-ws-server",
"version": "0.48.0-SNAPSHOT",
"version": "0.48.0-alpha0",
"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": [],
Expand Down

0 comments on commit 993857a

Please sign in to comment.