Skip to content

Commit

Permalink
Merge branch 'unstable' into split-qbft
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeHrSleep committed Jan 14, 2025
2 parents c742d1d + 089f79a commit 6be39ac
Show file tree
Hide file tree
Showing 29 changed files with 3,160 additions and 253 deletions.
21 changes: 21 additions & 0 deletions .github/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .github/wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
- a
sources:
- "**/*.md"
default_encoding: utf-8
76 changes: 43 additions & 33 deletions wordlist.txt → .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,50 @@
MacOS
linter
Testnets
testnet
Testnet
QBFT
SSV
validator
libp
middleware
performant
github
sigp
io
sigmaprime
mdBook
spec'd
PRs
Styleguide
blockchain
CLI
clippy
rustfmt
TODOs
config
struct
structs
Config
PathBuf
config
cryptographic
dir
Exercism
blockchain
ETH
Ethereum
Exercism
github
Grafana
http
HTTPS
repo
io
libp
linter
localhost
MacOS
mdBook
middleware
PathBuf
performant
pre
CLI
PRs
QBFT
repo
RSA
runtime
localhost
http
Grafana
UI
rustfmt
sigmaprime
sigp
spec'd
SSV
struct
structs
Styleguide
Testnet
testnet
Testnets
TODOs
UI
Validator
validator
validators
Holesky
Mainnet
lifecycle
Syncer

5 changes: 4 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ jobs:
- uses: actions/checkout@v4
# Uses the canonical version so that the version is up to date:
# https://github.com/rojopolis/spellcheck-github-actions?tab=readme-ov-file#using-a-canonical-version
- uses: rojopolis/spellcheck-github-actions@v0
- uses: rojopolis/[email protected]
with:
config_path: .github/spellcheck.yml
output_file: spellcheck-output.txt
# cli-check:
# name: cli-check
# needs: [check-labels]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ perf.data*
/.vscode

# cross
/zcross
/zcross
23 changes: 0 additions & 23 deletions .spellcheck.yml

This file was deleted.

Loading

0 comments on commit 6be39ac

Please sign in to comment.