-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate PoL into consensus #721
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c5bef49
Add PoL crate
zeegomo 1927a94
promote cl crate to nomos-node repo
zeegomo e3b00b4
Integrate PoL into consensus
zeegomo 7826330
remove metal feature
zeegomo 2970b7c
install risc0 on ci
zeegomo 28625e5
more risc0 install
zeegomo 0a68c51
fix da tests
zeegomo 586d63a
pass gh token
zeegomo f717c41
fix tests and run in release mode
zeegomo 7f220ed
clippy allow
zeegomo 4a3f16c
do not run in release mode
zeegomo dff3720
drop windows in CI
zeegomo 2c8dc73
execute heavy tests nightly or accelerated in macos
zeegomo 29cb145
fmt
zeegomo 5bd7b42
configurable slot time
zeegomo a5ddee6
use xlarge workers
zeegomo 8697555
fix workflows
zeegomo 0ff6071
remove unstable test
zeegomo 8f56da2
use xlarge runners
zeegomo 0e28b23
separate integrations tests
zeegomo ac15905
fix features
zeegomo 4fce5af
add token to ci
zeegomo 798bf94
downgrade runners
zeegomo 43e6c5d
fix integration tests
zeegomo d75c0e8
revert testing changes and use risc0 dev mode
zeegomo 9ef8d8b
fix coverage risc0 install
zeegomo 519e829
increase slot time
zeegomo dcd5d4d
use cargo binstall
zeegomo c11fb7e
clean before coverage
zeegomo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if its worth it, but we may have a separated workflow for risc0 if needed. Wdyt @bacv ?