-
Notifications
You must be signed in to change notification settings - Fork 14
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
Exclude live cells used by ongoing funding tx #521
base: develop
Are you sure you want to change the base?
Exclude live cells used by ongoing funding tx #521
Conversation
@chenyukang Once |
bd41f62
to
6e5d564
Compare
|
||
#[derive(Debug, Default, Clone)] | ||
pub struct LiveCellsExclusionMap { | ||
map: HashMap<packed::Byte32, LiveCellsExclusion>, |
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.
should this LiveCellsExclusionMap persisted in db?
5b6ed78
to
4415c1a
Compare
4415c1a
to
6fa743c
Compare
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (44.23%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #521 +/- ##
===========================================
- Coverage 49.92% 49.78% -0.14%
===========================================
Files 49 52 +3
Lines 32455 32820 +365
===========================================
+ Hits 16202 16339 +137
- Misses 16253 16481 +228
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Based on #519