-
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.
- Loading branch information
Grandine Team
committed
Mar 13, 2024
0 parents
commit 6037d7f
Showing
467 changed files
with
124,295 additions
and
0 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,15 @@ | ||
name: CI Build | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install packages | ||
run: sudo scripts/ci/install.sh | ||
- name: Build | ||
run: scripts/ci/ci.sh |
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,5 @@ | ||
.idea/ | ||
.vscode/ | ||
cobertura.xml | ||
|
||
/target/ |
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,15 @@ | ||
[submodule "dedicated_executor"] | ||
path = dedicated_executor | ||
url = https://github.com/grandinetech/dedicated_executor.git | ||
[submodule "eth2_libp2p"] | ||
path = eth2_libp2p | ||
url = https://github.com/grandinetech/eth2_libp2p.git | ||
[submodule "grandine-snapshot-tests"] | ||
path = grandine-snapshot-tests | ||
url = https://github.com/grandinetech/grandine-snapshot-tests.git | ||
[submodule "slashing-protection-interchange-tests"] | ||
path = slashing-protection-interchange-tests | ||
url = https://github.com/eth2-clients/slashing-protection-interchange-tests.git | ||
[submodule "consensus-spec-tests"] | ||
path = consensus-spec-tests | ||
url = https://github.com/ethereum/consensus-spec-tests.git |
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 @@ | ||
Copyright 2024 Grandine, MB (Lithuania) |
Oops, something went wrong.