diff --git a/charts/hedera-json-rpc-relay-websocket/Chart.yaml b/charts/hedera-json-rpc-relay-websocket/Chart.yaml index 67e180de36..89e4efec66 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.57.1" +appVersion: "0.57.2" 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.57.1 +version: 0.57.2 diff --git a/charts/hedera-json-rpc-relay/Chart.yaml b/charts/hedera-json-rpc-relay/Chart.yaml index 525edff3c4..cd1c9fe83b 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.57.1" +appVersion: "0.57.2" 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.57.1 +version: 0.57.2 diff --git a/charts/hedera-json-rpc/Chart.yaml b/charts/hedera-json-rpc/Chart.yaml index 373d2c0e0c..d199034a6f 100644 --- a/charts/hedera-json-rpc/Chart.yaml +++ b/charts/hedera-json-rpc/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.57.1" +appVersion: "0.57.2" 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.57.1 +version: 0.57.2 diff --git a/docker-compose.yml b/docker-compose.yml index ed6f6a505f..fb4d3705af 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:0.57.1" + image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.57.2" 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:0.57.1" + image: "ghcr.io/hashgraph/hedera-json-rpc-relay:0.57.2" command: start:ws environment: HEALTHCHECK_PORT: 8547 diff --git a/docs/openrpc.json b/docs/openrpc.json index 2d4e23ad20..b87f896562 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.57.1" + "version": "0.57.2" }, "servers": [ { diff --git a/package-lock.json b/package-lock.json index ddb17ac7e1..0b73aea080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21097,7 +21097,7 @@ }, "packages/relay": { "name": "@hashgraph/json-rpc-relay", - "version": "0.57.1", + "version": "0.57.2", "dependencies": { "@ethersproject/asm": "^5.7.0", "@hashgraph/sdk": "^2.50.0-beta.3", @@ -21210,7 +21210,7 @@ }, "packages/server": { "name": "@hashgraph/json-rpc-server", - "version": "0.57.1", + "version": "0.57.2", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "co-body": "6.2.0", @@ -21548,7 +21548,7 @@ }, "packages/ws-server": { "name": "@hashgraph/json-rpc-ws-server", - "version": "0.57.1", + "version": "0.57.2", "dependencies": { "@hashgraph/json-rpc-relay": "file:../relay", "@hashgraph/json-rpc-server": "file:../server", diff --git a/packages/relay/package.json b/packages/relay/package.json index 4228fe743e..3d6a80353a 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-relay", - "version": "0.57.1", + "version": "0.57.2", "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 bea71c9766..c9b1167b36 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/json-rpc-server", - "version": "0.57.1", + "version": "0.57.2", "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 741232abca..25d7328386 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.57.1", + "version": "0.57.2", "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": [],