-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Dagestan
updated
18 files
+13 −0 | .github/ISSUE_TEMPLATE/ask-a-question.md | |
+46 −0 | .github/ISSUE_TEMPLATE/report-a-bug.md | |
+26 −0 | .github/ISSUE_TEMPLATE/suggest-a-feature.md | |
+0 −76 | .github/workflows/ci.yml | |
+50 −0 | .github/workflows/coverage.yml | |
+53 −0 | .github/workflows/tests.yml | |
+1 −1 | .rustfmt.toml | |
+6 −0 | HEADER-Apache-2 | |
+0 −19 | HEADER-GPL3 | |
+201 −674 | LICENSE.md | |
+21 −0 | Makefile | |
+33 −3 | README.md | |
+1 −1 | consensus/aggregator/Cargo.toml | |
+1 −1 | consensus/elections/Cargo.toml | |
+1 −1 | finality/finality-gadget/Cargo.toml | |
+1 −1 | finality/runtime-companion/Cargo.toml | |
+16 −0 | scripts/run-clippy.sh | |
+12 −0 | scripts/run.sh |