Skip to content

Commit

Permalink
Merge branch '2671-update-OPERATOR_ID' of https://github.com/hashgrap…
Browse files Browse the repository at this point in the history
…h/hedera-json-rpc-relay into 2671-update-OPERATOR_ID

Signed-off-by: ebadiere <ebadiere@gmail.com>
  • Loading branch information
ebadiere committed Jul 18, 2024
2 parents dec125f + 1922ba0 commit bc67672
Show file tree
Hide file tree
Showing 276 changed files with 11,335 additions and 2,582 deletions.
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.52.0-SNAPSHOT"
appVersion: "0.53.0-SNAPSHOT"
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.52.0-SNAPSHOT
version: 0.53.0-SNAPSHOT
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.52.0-SNAPSHOT"
appVersion: "0.53.0-SNAPSHOT"
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.52.0-SNAPSHOT
version: 0.53.0-SNAPSHOT
1 change: 1 addition & 0 deletions charts/hedera-json-rpc-relay/value-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ config:
DEBUG_API_ENABLED: false
FILTER_API_ENABLED: true
MULTI_SET: true
GAS_PRICE_PERCENTAGE_BUFFER: 0

# Enable rolling_restarts if SDK calls fail this is usually due to stale connections that get cycled on restart
rolling_restart:
Expand Down
1 change: 1 addition & 0 deletions charts/hedera-json-rpc-relay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ config:
DEBUG_API_ENABLED: false
FILTER_API_ENABLED: true
MULTI_SET: true
GAS_PRICE_PERCENTAGE_BUFFER: 0

# -- Extra environment variables from existing secrets or configmaps
extraEnvFrom: []
Expand Down
4 changes: 2 additions & 2 deletions charts/hedera-json-rpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.52.0-SNAPSHOT"
appVersion: "0.53.0-SNAPSHOT"
dependencies:
- alias: relay
condition: relay.enabled
Expand Down Expand Up @@ -31,4 +31,4 @@ name: hedera-json-rpc
sources:
- https://github.com/hashgraph/hedera-json-rpc-relay
type: application
version: 0.52.0-SNAPSHOT
version: 0.53.0-SNAPSHOT
Loading

0 comments on commit bc67672

Please sign in to comment.