-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into e35-more-buckets
- Loading branch information
Showing
9 changed files
with
82 additions
and
26 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-amoy-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-amoy-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"caplin-v2" = "v1:caplin-v2-snapshots-amoy-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-amoy.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-amoy.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-amoy.erigon.network" |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-bor-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-bor-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-bor-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-bor-mainnet.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-bor-mainnet.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-bor-mainnet.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-bor-mainnnet.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-bor-mainnnet.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-bor-mainnnet.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-bor-mainnnet.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-bor-mainnnet.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-bor-mainnnet.erigon.network" |
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-chiado-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-chiado-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-chiado-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
|
||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-chiado.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-chiado.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-chiado.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-chiado.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-chiado.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-chiado.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-chiado.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-chiado.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-chiado.erigon.network" |
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-gnosis-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-gnosis-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-gnosis-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
|
||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-gnosis.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-gnosis.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-gnosis.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-gnosis.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-gnosis.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-gnosis.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-gnosis.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-gnosis.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-gnosis.erigon.network" |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-goerli-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-goerli-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-goerli-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-goerli.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-goerli.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-goerli.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-goerli.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-goerli.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-goerli.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-goerli.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-goerli.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-goerli.erigon.network" |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"caplin-v2" = "v1:caplin-v2-snapshots-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-mainnet-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-mainnet.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-mainnet.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-mainnet.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-mainnet.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-mainnet.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-mainnet.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-mainnet.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-mainnet.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-mainnet.erigon.network" |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-mumbai-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-mumbai-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-mumbai-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-mumbai.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-mumbai.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-mumbai.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-mumbai.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-mumbai.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-mumbai.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-mumbai.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-mumbai.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-mumbai.erigon.network" |
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
"erigon-v1" = "v1:erigon-v1-snapshots-sepolia-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v2" = "v1:erigon-v2-snapshots-sepolia-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"caplin-v2" = "v1:caplin-v2-snapshots-sepolia-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v3" = "v1:erigon-v3-snapshots-sepolia-webseed:b02f011376e1b2399c2126e47b079cc9:1188a65fc188da9adcd43ba443e4efa3:63ef957052e12b66113a2105b901acebcf52f153dc8c6d39b5dd33161b74ac5f" | ||
"erigon-v1-pub" = "v1:https://erigon-v1-snapshots-sepolia.erigon.network" | ||
"erigon-v2-pub" = "v1:https://erigon-v2-snapshots-sepolia.erigon.network" | ||
"erigon-v3-pub" = "v1:https://erigon-v3-snapshots-sepolia.erigon.network" | ||
"e2-v1-pub" = "v1:https://erigon2-v1-snapshots-sepolia.erigon.network" | ||
"e2-v2-pub" = "v1:https://erigon2-v2-snapshots-sepolia.erigon.network" | ||
"e2-v3-pub" = "v1:https://erigon2-v3-snapshots-sepolia.erigon.network" | ||
"e3-v1-pub" = "v1:https://erigon3-v1-snapshots-sepolia.erigon.network" | ||
"e3-v2-pub" = "v1:https://erigon3-v2-snapshots-sepolia.erigon.network" | ||
"e3-v3-pub" = "v1:https://erigon3-v3-snapshots-sepolia.erigon.network" |