Skip to content

Commit

Permalink
Add exec to reth command (#269)
Browse files Browse the repository at this point in the history
* Add exec to reth command

Signed-off-by: Simon KP <simon@techops.services>

* bump ethereum-node and reth versions

* fix linter

* fix chart lock

---------

Signed-off-by: Simon KP <simon@techops.services>
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
Co-authored-by: Simon KP <simon@techops.services>
Co-authored-by: Simon KP <“simon@techops.services”>
  • Loading branch information
3 people authored Dec 20, 2023
1 parent 16088cc commit a7ff0e9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
version: 1.0.10
- name: reth
repository: file://../reth
version: 0.0.11
version: 0.0.12
- name: grandine
repository: file://../grandine
version: 0.1.1
Expand All @@ -41,5 +41,5 @@ dependencies:
- name: xatu-sentry
repository: file://../xatu-sentry
version: 0.0.8
digest: sha256:753396a57ff6bbccbb891586fee59cb43122c3832c9d5285f9cee25ee154b9bf
generated: "2023-12-20T12:03:37.628397+01:00"
digest: sha256:bf2e7f54380d6dc58aeca7a48a48861d9f6f1aeb6b227035d5c8077d9d27f4f1
generated: "2023-12-20T15:33:23.983767+01:00"
4 changes: 2 additions & 2 deletions charts/ethereum-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://avatars.githubusercontent.com/u/6250754?s=200&v=4
sources:
- https://github.com/ethpandaops/ethereum-helm-charts
type: application
version: 0.0.21
version: 0.0.22
maintainers:
- name: skylenet
email: rafael@skyle.net
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies:
repository: "file://../nethermind"
condition: nethermind.enabled
- name: reth
version: "0.0.11"
version: "0.0.12"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../reth"
condition: reth.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/ethereum-node/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ethereum-node

![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

This chart acts as an umbrella chart and allows to run a ethereum execution and consensus layer client. It's also able to deploy optional monitoring applications.

Expand All @@ -25,7 +25,7 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and
| file://../nethermind | nethermind | 1.0.10 |
| file://../nimbus | nimbus | 1.1.1 |
| file://../prysm | prysm | 1.1.1 |
| file://../reth | reth | 0.0.11 |
| file://../reth | reth | 0.0.12 |
| file://../teku | teku | 1.1.1 |
| file://../xatu-sentry | xatu-sentry | 0.0.8 |

Expand Down
2 changes: 1 addition & 1 deletion charts/reth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://github.com/paradigmxyz/reth/raw/main/assets/reth.jpg
sources:
- https://github.com/paradigmxyz/reth/
type: application
version: 0.0.11
version: 0.0.12
maintainers:
- name: barnabasbusa
email: busa.barnabas@gmail.com
2 changes: 1 addition & 1 deletion charts/reth/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# reth

![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Reth (short for Rust Ethereum, pronunciation) is a new Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient. Reth is an Execution Layer (EL) and is compatible with all Ethereum Consensus Layer (CL) implementations that support the Engine API. It is originally built and driven forward by Paradigm, and is licensed under the Apache and MIT licenses.

Expand Down
2 changes: 1 addition & 1 deletion charts/reth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defaultCommandTemplate: |
{{- if .Values.p2pNodePort.enabled }}
. /env/init-nodeport;
{{- end }}
/usr/local/bin/reth node
exec /usr/local/bin/reth node
--datadir=/data
--config=/data/config.toml
{{- if .Values.p2pNodePort.enabled }}
Expand Down

0 comments on commit a7ff0e9

Please sign in to comment.