-
Notifications
You must be signed in to change notification settings - Fork 221
adapt integration tests for consensus v2 #6685
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
Merged
AdoAdoAdo
merged 30 commits into
feat/equivalent-messages
from
consensus-v2-integration-tests
Feb 7, 2025
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6ecd517
adapt integration tests for consensus v2
ssd04 5c42932
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
AdoAdoAdo 30f6c12
added separate single keys test with equivalent proofs
ssd04 4a4f9b2
remove unused code
ssd04 e9ec8bf
Merge branch 'equivalent-proofs-feat-stabilization' into consensus-v2…
ssd04 c7c2154
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
ssd04 27a42c9
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
ssd04 528d092
Merge branch 'equivalent-proofs-stabilization-2' into consensus-v2-in…
ssd04 6f29b71
added full integration test - without equivalent proofs activation
ssd04 e45434e
integration tests meta chain fixes
ssd04 bba0165
check for genesis block
ssd04 06ff80e
integration tests meta chain fixes
ssd04 22598c3
sync test fixes
ssd04 1451498
cleanup unused code
ssd04 9f6e666
include genesis header check
ssd04 ad69364
update integration test with invalid signers
ssd04 8b53a28
added trace log messages
ssd04 1887e15
added sync test with more meta nodes
ssd04 c21a678
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
ssd04 84b2255
fix linter issues
ssd04 2893cf2
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
ssd04 0ef4c06
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
ssd04 92c1f0b
fix config after merge
ssd04 a32849b
use common function for full node start
ssd04 22edddc
fix linter issue
ssd04 2716384
fixes after review
ssd04 8a3ca7a
remove duplicated code
ssd04 e5eb36a
update check + additional check for genesis block
ssd04 14e6645
Merge branch 'feat/equivalent-messages' into consensus-v2-integration…
sstanculeanu ecbb55f
fix genesis time
ssd04 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
are the nodes started somewehere else 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.
yes, added a common function for this