Skip to content

Commit

Permalink
Fix typos (#348)
Browse files Browse the repository at this point in the history
* Add _typos.toml config

* Execute `typos --write-changes`

* Find and replace `serices` with `services`

* Increment patch version on affected charts

* Execute `make docs`

* Add `check-typos.yaml` workflow

* Set specific typos workflow version

For some reason using `@v1` was not working as expected.

* blutgang: ignore supress_rpc_check typo

---------

Co-authored-by: Rafael Matias <[email protected]>
  • Loading branch information
dionysuzx and skylenet authored Jan 20, 2025
1 parent 3902a23 commit 8798289
Show file tree
Hide file tree
Showing 108 changed files with 258 additions and 235 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-typos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check typos

on:
pull_request:
branches:
- master

jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check for typos
uses: crate-ci/[email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Tooling

- [`beacon-metrics-gazer`](charts/beacon-metrics-gazer) - A prometheus exporter for Ethereum validator clients.
- [`beaconchain-explorer`](charts/beaconchain-explorer) - Beacon chain block explorer.
- [`blob-me-baby`](charts/blob-me-baby) - Send arbitary blob data in well-formatted blobs
- [`blob-me-baby`](charts/blob-me-baby) - Send arbitrary blob data in well-formatted blobs
- [`blobscan-indexer`](charts/blobscan-indexer) - Blobscan-Indexer indexes blobs in MongoDB for use with Blobscan.
- [`blobscan`](charts/blobscan) - Blobscan is the first blockchain explorer that helps to navigate and visualize those EIP-4844 blobs.
- [`blockscout`](charts/blockscout) - Execution layer block explorer.
Expand Down
7 changes: 7 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[default]
extend-ignore-re = [
# Ignore Ethereum Node Records (ENR)
"enr:-.*",
# Ignore blutgang config typo
"supress_rpc_check",
]
2 changes: 1 addition & 1 deletion charts/armiarma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: armiarma
description: A distributed p2p network monitoring tool
home: https://github.com/migalabs/armiarma
type: application
version: 0.1.1
version: 0.1.2
maintainers:
- name: samcm
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/armiarma/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# armiarma

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

A distributed p2p network monitoring tool

Expand Down Expand Up @@ -66,5 +66,5 @@ A distributed p2p network monitoring tool
| terminationGracePeriodSeconds | int | `30` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |
4 changes: 2 additions & 2 deletions charts/armiarma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ podDisruptionBudget: {}
# minAvailable: 1
# maxUnavailable: 1

# -- Update stategy for the Statefulset
# -- Update strategy for the Statefulset
updateStrategy:
# -- Update stategy type
# -- Update strategy type
type: RollingUpdate

# -- Additional init containers
Expand Down
2 changes: 1 addition & 1 deletion charts/assertoor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/ethpandaops/assertoor
sources:
- https://github.com/ethpandaops/assertoor
type: application
version: 1.0.0
version: 1.0.1
appVersion: "1.0.0"
maintainers:
- name: pk910
Expand Down
8 changes: 4 additions & 4 deletions charts/assertoor/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# assertoor

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

Testing tool that is capable of doing actions and checking conditions on ethereum pos networks.

Expand Down Expand Up @@ -58,7 +58,7 @@ assertoorTests:
| assertoorFrontendEnabled | bool | `true` | Enable assertoor UI |
| assertoorMaxConcurrentTests | int | `1` | Maximum number of concurrent tests |
| assertoorTestRetentionTime | string | `"720h"` | Test retention time |
| assertoorTests | list | `[]` | assertoor test configurations -- file is the only required field. All other fields default to the values provided in the test file, but can be overriden if needed. |
| assertoorTests | list | `[]` | assertoor test configurations -- file is the only required field. All other fields default to the values provided in the test file, but can be overridden if needed. |
| config | string | See `values.yaml` | Config file |
| containerSecurityContext | object | See `values.yaml` | The security context for containers |
| customArgs | list | `["--config=/config/assertoor-config.yaml"]` | Custom args for the assertoor container |
Expand Down Expand Up @@ -110,7 +110,7 @@ assertoorTests:
| terminationGracePeriodSeconds | int | `30` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |
| validatorNamesInventory | string | `""` | This can be a url here for example: -- "https://config.dencun-devnet-8.ethpandaops.io/api/v1/nodes/validator-ranges" -- If you want to use a local range file define it in the values.yaml validatorNamesRanges section |
| validatorNamesRanges | string | `"0-1: test\n"` | |
6 changes: 3 additions & 3 deletions charts/assertoor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ podDisruptionBudget: {}
# minAvailable: 1
# maxUnavailable: 1

# -- Update stategy for the Statefulset
# -- Update strategy for the Statefulset
updateStrategy:
# -- Update stategy type
# -- Update strategy type
type: RollingUpdate

# -- Additional init containers
Expand Down Expand Up @@ -226,7 +226,7 @@ globalVariables:
walletPrivkey: "feedbeef12340000feedbeef12340000feedbeef12340000feedbeef12340000"

# -- assertoor test configurations
# -- file is the only required field. All other fields default to the values provided in the test file, but can be overriden if needed.
# -- file is the only required field. All other fields default to the values provided in the test file, but can be overridden if needed.
assertoorTests: []

# -- Config file
Expand Down
2 changes: 1 addition & 1 deletion charts/beacon-metrics-gazer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: beacon-metrics-gazer
description: Collects network wide participation metrics given a range of indexes
home: https://github.com/dapplion/beacon-metrics-gazer
type: application
version: 0.1.3
version: 0.1.4
maintainers:
- name: barnabasbusa
email: [email protected]
6 changes: 3 additions & 3 deletions charts/beacon-metrics-gazer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# beacon-metrics-gazer

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

Collects network wide participation metrics given a range of indexes

Expand Down Expand Up @@ -72,8 +72,8 @@ Collects network wide participation metrics given a range of indexes
| terminationGracePeriodSeconds | int | `30` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |

# Example

Expand Down
4 changes: 2 additions & 2 deletions charts/beacon-metrics-gazer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ podDisruptionBudget: {}
# minAvailable: 1
# maxUnavailable: 1

# -- Update stategy for the Statefulset
# -- Update strategy for the Statefulset
updateStrategy:
# -- Update stategy type
# -- Update strategy type
type: RollingUpdate

# -- Additional init containers
Expand Down
2 changes: 1 addition & 1 deletion charts/beaconchain-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://pbs.twimg.com/profile_images/1274442538057961474/-cZGkGhP_400x400.
sources:
- https://github.com/gobitfly/eth2-beaconchain-explorer
type: application
version: 0.1.5
version: 0.1.6
maintainers:
- name: skylenet
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/beaconchain-explorer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# beaconchain-explorer

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

Beacon chain explorer built using golang and using a PostgreSQL database for storing and indexing data.

Expand Down Expand Up @@ -75,8 +75,8 @@ Beacon chain explorer built using golang and using a PostgreSQL database for sto
| terminationGracePeriodSeconds | int | `30` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |

# Examples

Expand Down
6 changes: 3 additions & 3 deletions charts/beaconchain-explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:

# -- Custom args for the beaconchain-explorer container
customArgs: []
#- -config-file=/somehwere-else.yaml
#- -config-file=/somewhere-else.yaml
#- -output-dir=public

# -- Command replacement for the beaconchain-explorer container
Expand Down Expand Up @@ -195,9 +195,9 @@ podDisruptionBudget: {}
# minAvailable: 1
# maxUnavailable: 1

# -- Update stategy for the Statefulset
# -- Update strategy for the Statefulset
updateStrategy:
# -- Update stategy type
# -- Update strategy type
type: RollingUpdate

# -- Additional init containers
Expand Down
2 changes: 1 addition & 1 deletion charts/besu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://launchpad.ethereum.org/static/media/hyperledger-besu-circle.b96368
sources:
- https://github.com/hyperledger/besu
type: application
version: 1.0.7
version: 1.0.8
maintainers:
- name: skylenet
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/besu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# besu

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

An Ethereum execution layer client designed to be enterprise-friendly for both public and private, permissioned network use cases. Besu is written in Java and released under the Apache 2.0 Licence.

Expand Down Expand Up @@ -94,8 +94,8 @@ An Ethereum execution layer client designed to be enterprise-friendly for both p
| terminationGracePeriodSeconds | int | `300` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |
| wsPort | int | `8546` | WS Port |

# Examples
Expand Down
6 changes: 3 additions & 3 deletions charts/besu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ rbac:
# -- Required ClusterRole rules
# @default -- See `values.yaml`
rules:
# Required to get information about the serices nodePort.
# Required to get information about the services nodePort.
- apiGroups: [""]
resources:
- "services"
Expand Down Expand Up @@ -268,9 +268,9 @@ podDisruptionBudget: {}
# minAvailable: 1
# maxUnavailable: 1

# -- Update stategy for the Statefulset
# -- Update strategy for the Statefulset
updateStrategy:
# -- Update stategy type
# -- Update strategy type
type: RollingUpdate

# -- Additional init containers
Expand Down
4 changes: 2 additions & 2 deletions charts/blob-me-baby/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: blob-me-baby
description: Send arbitary blob data in well-formatted blobs
description: Send arbitrary blob data in well-formatted blobs
type: application
version: 0.1.1
version: 0.1.2
maintainers:
- name: barnabasbusa
email: [email protected]
4 changes: 2 additions & 2 deletions charts/blob-me-baby/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# blob-me-baby

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

Send arbitary blob data in well-formatted blobs
Send arbitrary blob data in well-formatted blobs

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://github.com/blockscout/blockscout/raw/master/apps/block_scout_web/a
sources:
- https://github.com/blockscout/blockscout/
type: application
version: 0.2.2
version: 0.2.3
maintainers:
- name: skylenet
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/blockscout/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# blockscout

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

BlockScout provides a comprehensive, easy-to-use interface for users to view, confirm, and inspect transactions on EVM (Ethereum Virtual Machine) blockchains

Expand Down Expand Up @@ -90,8 +90,8 @@ BlockScout provides a comprehensive, easy-to-use interface for users to view, co
| terminationGracePeriodSeconds | int | `60` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |

# Examples

Expand Down
6 changes: 3 additions & 3 deletions charts/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ replicas: 1

# -- Custom args for the blockscout container
customArgs: []
#- -config-file=/somehwere-else.yaml
#- -config-file=/somewhere-else.yaml
#- -output-dir=public

# -- Command replacement for the blockscout container
Expand Down Expand Up @@ -191,9 +191,9 @@ podDisruptionBudget: {}
# minAvailable: 1
# maxUnavailable: 1

# -- Update stategy for the Statefulset
# -- Update strategy for the Statefulset
updateStrategy:
# -- Update stategy type
# -- Update strategy type
type: RollingUpdate

# -- Additional init containers
Expand Down
2 changes: 1 addition & 1 deletion charts/blutgang/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://github.com/rainshowerLabs/blutgang/assets/55022497/ec668c7a-5f56-4
sources:
- https://github.com/rainshowerLabs/blutgang
type: application
version: 0.0.11
version: 0.0.12
maintainers:
- name: barnabasbusa
email: [email protected]
6 changes: 3 additions & 3 deletions charts/blutgang/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# blutgang

![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)

Blutgang is a blazing fast, caching, minimalistic load balancer designed with Ethereum's JSON-RPC in mind. Historical RPC queries are cached in a local database, bypassing the need for slow, repeating calls to your node.

Expand Down Expand Up @@ -78,8 +78,8 @@ Blutgang is a blazing fast, caching, minimalistic load balancer designed with Et
| terminationGracePeriodSeconds | int | `30` | How long to wait until the pod is forcefully terminated |
| tolerations | list | `[]` | Tolerations for pods |
| topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pods |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update stategy type |
| updateStrategy | object | `{"type":"RollingUpdate"}` | Update strategy for the Statefulset |
| updateStrategy.type | string | `"RollingUpdate"` | Update strategy type |

# Examples
## TODO
6 changes: 3 additions & 3 deletions charts/blutgang/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config: |
expected_block_time = 13000
# Time between health checks in ms
health_check_ttl = 2000
# Supress the health check running info messages
# Suppress the health check running info messages
supress_rpc_check = false
# Note: the admin namespace contains volatile functions and
Expand Down Expand Up @@ -64,7 +64,7 @@ config: |
[merkle]
url = "https://eth.merkle.io"
ws_url = "wss://eth.merkle.io"
# The maximum ammount of time we can use this rpc in a row.
# The maximum amount of time we can use this rpc in a row.
max_consecutive = 150
# Max ammount of querries per second.
# Max amount of queries per second.
max_per_second = 200
Loading

0 comments on commit 8798289

Please sign in to comment.