Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kurtosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion hive_integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ in a markdown file with the same name with the simulator.

* Problem:<br>
_hive_ bails out with error when compiling docker compile because
it cannot resolve some domain name like _github.com_. It occured with
it cannot resolve some domain name like _github.com_. It occurred with
a locally running DNS resolver (as opposed to a proxy type resolver.)

* Solution:<br>
Expand Down
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python block-import-stats.py
* Pass the two CSV files to the script

By default, the script will skip block numbers below 500k since these are mostly
unintersting.
uninteresting.

See `-h` for help text on running the script.

Expand Down Expand Up @@ -54,4 +54,4 @@ Era/era1 file parallel downloader, with total progress tracking and download res
chmod +x download_era.sh
./download_era.sh https://sepolia.era1.nimbus.team ~/Downloads/sepolia
```
For further details please refer https://hackmd.io/@advaita/BkMvD9Qllg
For further details please refer https://hackmd.io/@advaita/BkMvD9Qllg
Loading