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

Adds new lazy loading parameters and improves documentation #3063

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

RomarQ
Copy link
Contributor

@RomarQ RomarQ commented Nov 29, 2024

What does it do?

Improves documentation and adds 2 new lazy-loading specific parameters:

  • --lazy-loading-delay-between-requests
  • --lazy-loading-max-retries-per-request

@RomarQ RomarQ added B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes not-breaking Does not need to be mentioned in breaking changes lazy-loading These changes affect the lazy loading feature labels Nov 29, 2024
@RomarQ RomarQ self-assigned this Nov 29, 2024
@RomarQ RomarQ added the D2-notlive PR doesn't change runtime code (so can't be audited) label Nov 29, 2024
@RomarQ RomarQ marked this pull request as ready for review November 29, 2024 08:59
@RomarQ RomarQ added the A8-mergeoncegreen Pull request is reviewed well. label Nov 29, 2024
Copy link
Contributor

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2248 KB (no changes) ✅

Moonbeam runtime: 2228 KB (no changes) ✅

Moonriver runtime: 2224 KB (no changes) ✅

Compared to latest release (runtime-3300)

Moonbase runtime: 2248 KB (+220 KB compared to latest release) ⚠️

Moonbeam runtime: 2228 KB (+232 KB compared to latest release) ⚠️

Moonriver runtime: 2224 KB (+232 KB compared to latest release) ⚠️

Copy link
Contributor

Coverage Report

@@                        Coverage Diff                        @@
##           master   rq/lazy-loading-improvements2      +/-   ##
=================================================================
- Coverage   74.73%                          74.72%   -0.01%     
  Files         369                             369              
+ Lines       94258                           94284      +26     
=================================================================
+ Hits        70442                           70453      +11     
+ Misses      23816                           23831      +15     
Files Changed Coverage
/node/cli/src/cli.rs 29.67% (-3.26%) 🔽
/node/cli/src/command.rs 16.86% (-0.04%) 🔽

Coverage generated Fri Nov 29 09:33:02 UTC 2024

@crystalin crystalin merged commit 38db2c3 into master Nov 29, 2024
45 of 49 checks passed
@crystalin crystalin deleted the rq/lazy-loading-improvements2 branch November 29, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A8-mergeoncegreen Pull request is reviewed well. B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes D2-notlive PR doesn't change runtime code (so can't be audited) lazy-loading These changes affect the lazy loading feature not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants