-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
Consensus Integration #1467
Merged
Merged
Consensus Integration #1467
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c7693f7
Consensus adapter module
asonnino 1cc2d95
Update tests
asonnino 3b792f9
Fix comments
asonnino 50da13b
Fix issue #1450 (#1462)
asonnino 380fb0a
Add unit tests
asonnino 923995b
Remove println..
asonnino 226c510
Configure CI to read narwhal
asonnino cfbcb77
Import narwhal dependency
asonnino 6c7bf07
Fix test bug
asonnino bcc50ea
Imple execution state
asonnino c00bb22
Prepare for consensus integration
asonnino 55b36fb
Update cli
asonnino d6e8ad6
Fix cli
asonnino c2cbc62
Fix tests
asonnino 545bf24
Put consensus storage in sui dir
asonnino 5ed0c94
Settle Narwhal dependency (with rev)
asonnino aaa9ebb
Drop private narwhal repo config
asonnino 444ced7
Nits
asonnino 7c0e2c9
Merge branch 'main' into narwhal-integration
asonnino d6b1361
FIx comments
asonnino a83a65e
Merge branch 'main' into narwhal-integration
asonnino 69b3e45
Fix git link
asonnino 8c2783b
clarify bls-crypto
huitseeker 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
Imple execution state
- Loading branch information
commit bcc50eafb5124741dba9e5f63a7e482ad054898a
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 was deleted.
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.
can we rename
_database
todatabase
since its used now?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.
That is also an easy fix but it seems that many currently opened PR will have to rebase if I do it now. So I made an issue that I will quickly fix separately #1497