-
Notifications
You must be signed in to change notification settings - Fork 932
Add additional broadcast validation tests for Fulu/PeerDAS #7325
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
Add additional broadcast validation tests for Fulu/PeerDAS #7325
Conversation
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
|
Some required checks have failed. Could you please take a look @eserilev? 🙏 |
jimmygchen
left a comment
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.
This is great, i didn't realise the tests can be reused without needing any modification 😄 I think we could probably remove test_spec() in the tests that uses InteractiveTester::<E>::new(None,... as it already defaults to test_spec.
…lu-broadcast-validation-tests
jimmygchen
left a comment
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.
LGTM!
Closes sigp#6855 Add PeerDAS broadcast validation tests and fix a small bug where `sampling_columns_indices` is none (indicating that we've already sampled the necessary columns) and `process_gossip_data_columns` gets called
Issue Addressed
Closes #6855
Proposed Changes
Add PeerDAS broadcast validation tests and fix a small bug where
sampling_columns_indicesis none (indicating that we've already sampled the necessary columns) andprocess_gossip_data_columnsgets calledAdditional Info
If theres a better way to format these tests (maybe have CI feed in a list of forks to the relevant tests?) I can do that instead