Skip to content
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

[spellcheck] Part 3: Spell check directories debug_scripts and docs #12787

Merged
merged 4 commits into from
Jan 24, 2025

Conversation

shreyan-gupta
Copy link
Contributor

No description provided.

@shreyan-gupta shreyan-gupta requested a review from a team as a code owner January 23, 2025 22:35
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.52%. Comparing base (5b32984) to head (af03de5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12787      +/-   ##
==========================================
- Coverage   70.53%   70.52%   -0.01%     
==========================================
  Files         846      846              
  Lines      174904   174904              
  Branches   174904   174904              
==========================================
- Hits       123372   123355      -17     
- Misses      46282    46296      +14     
- Partials     5250     5253       +3     
Flag Coverage Δ
backward-compatibility 0.16% <ø> (ø)
db-migration 0.16% <ø> (ø)
genesis-check 1.35% <ø> (ø)
linux 69.15% <ø> (-0.02%) ⬇️
linux-nightly 70.14% <ø> (-0.01%) ⬇️
pytests 1.64% <ø> (ø)
sanity-checks 1.46% <ø> (ø)
unittests 70.36% <ø> (-0.01%) ⬇️
upgradability 0.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@Longarithm Longarithm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nits

@@ -107,7 +107,7 @@ collection of old block data which is no longer needed.
### TrieRefcountChange

Because we remove unused nodes during garbage collection, we need to track
the reference count (`rc`) for each node. Another reason is that we can dedup
the reference count (`rc`) for each node. Another reason is that we can de-dup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't find "de-dup" in google, only dedup

@@ -236,7 +238,7 @@ Afterwards, a value with 16 bytes (a `u128`) is fetched from the trie state.
To serve this, it required reading 30 trie nodes, 19 of them were cached in the
accounting cache and were not charged the full gas cost. And the remaining 11
missed the accounting cache but they hit the shard cache. Nothing needed to be
fetched from DB because the Sweatcoin specific prefetcher has already loaded
fetched from DB because the SweatCoin specific prefetcher has already loaded
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

@shreyan-gupta shreyan-gupta added this pull request to the merge queue Jan 24, 2025
Merged via the queue into master with commit e268099 Jan 24, 2025
31 checks passed
@shreyan-gupta shreyan-gupta deleted the shreyan/spellcheck/part3 branch January 24, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants