-
Notifications
You must be signed in to change notification settings - Fork 673
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
GC major update #2084
GC major update #2084
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2084 +/- ##
=========================================
Coverage ? 86.84%
=========================================
Files ? 180
Lines ? 34362
Branches ? 0
=========================================
Hits ? 29841
Misses ? 4521
Partials ? 0
Continue to review full report at Codecov.
|
29dc1b5
to
dbbb295
Compare
dbbb295
to
e6f2016
Compare
2cb9aa5
to
cde720b
Compare
cde720b
to
9962928
Compare
3f8aabd
to
e0679de
Compare
#2270 merged successfully. |
1b7c04e
to
dbc58d0
Compare
dbc58d0
to
4af83ab
Compare
chain/chain/src/chain.rs
Outdated
} | ||
chain_store_update.clear_block_data(trie.clone(), block_hash, false)?; |
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 avoid having bool
s in "public" APIs? It is hard to reason about the code.
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.
It doesn't look like public API.
1191197
to
8d1096f
Compare
TEST PLAN
|
8d1096f
to
a7bec30
Compare
Fixes #1648 and #1023