Skip to content

Commit

Permalink
Merge pull request #60 from BP-WG/consensus
Browse files Browse the repository at this point in the history
Improvements and fixes for consensus types #5
  • Loading branch information
dr-orlovsky authored Oct 9, 2023
2 parents 74b676d + 48d79c9 commit ed640a8
Show file tree
Hide file tree
Showing 19 changed files with 1,326 additions and 441 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ jobs:
files: ./coverage.lcov
flags: rust
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Clippy
with:
command: clippy
args: --workspace --all-features --all-targets
args: --workspace --all-features --all-targets -- -D warnings
doc:
runs-on: ubuntu-latest
steps:
Expand Down
203 changes: 170 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ed640a8

Please sign in to comment.