-
Notifications
You must be signed in to change notification settings - Fork 108
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
Cleanup beacon test config #1102
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1102 +/- ##
=======================================
Coverage 80.57% 80.57%
=======================================
Files 55 55
Lines 2209 2209
Branches 72 72
=======================================
Hits 1780 1780
Misses 412 412
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
+1
@@ -10,6 +10,10 @@ use snowbridge_core::inbound::{Log, Proof}; | |||
use sp_core::H256; | |||
use sp_runtime::traits::{BlakeTwo256, IdentityLookup}; | |||
use std::{fs::File, path::PathBuf}; | |||
#[cfg(feature = "beacon-spec-minimal")] |
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.
Nit: add a new line after the imports and before the definition of SPEC
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.
16f73df :)
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.
Nice!
paritytech/polkadot-sdk#2792 (comment)