Skip to content

Commit

Permalink
Genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandine Team committed Mar 13, 2024
0 parents commit 6037d7f
Show file tree
Hide file tree
Showing 467 changed files with 124,295 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea/
.vscode/
cobertura.xml

/target/
15 changes: 15 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright 2024 Grandine, MB (Lithuania)
Loading

0 comments on commit 6037d7f

Please sign in to comment.