forked from erigontech/erigon-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from blxdyx/erigon_b86d102
Upstream Sync
- Loading branch information
Showing
28 changed files
with
967 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: CI | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- e35 | ||
pull_request: | ||
branches: | ||
- '**' | ||
|
||
jobs: | ||
tests: | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.20' | ||
- run: go install github.com/pelletier/go-toml/v2/cmd/tomll@latest | ||
|
||
- run: tomll amoy.toml | ||
- run: tomll bor-mainnet.toml | ||
- run: tomll chiado.toml | ||
- run: tomll gnosis.toml | ||
- run: tomll goerli.toml | ||
- run: tomll mainnet.toml | ||
- run: tomll mumbai.toml | ||
- run: tomll sepolia.toml | ||
|
||
- run: tomll webseed/amoy.toml | ||
- run: tomll webseed/bor-mainnet.toml | ||
- run: tomll webseed/chiado.toml | ||
- run: tomll webseed/gnosis.toml | ||
- run: tomll webseed/goerli.toml | ||
- run: tomll webseed/mainnet.toml | ||
- run: tomll webseed/mumbai.toml | ||
- run: tomll webseed/sepolia.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
|
||
erigon_snapsnots_*.toml | ||
trackers_best.txt | ||
go.work* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Oops, something went wrong.