-
Notifications
You must be signed in to change notification settings - Fork 19
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
Enable Warp Sync #1656
Enable Warp Sync #1656
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1656 +/- ##
=======================================
Coverage 83.01% 83.01%
=======================================
Files 46 46
Lines 4332 4332
=======================================
Hits 3596 3596
Misses 736 736 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
log::warn!( | ||
"⚠️ The hardware does not meet the minimal requirements for role 'Authority'." | ||
); | ||
} |
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
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.
This is from the template. I liked it as well.
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.
I like it
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.
👍
bc5acf4
to
dc9bea8
Compare
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.
Works on my machine
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.
Looks good!
dc9bea8
to
d8d1219
Compare
# Goal The goal of this PR is to enable Warp sync for Frequency Closes #1585 # Discussion - There are some additional updates possible to `node/service/src/service.rs` that are possible once #1639 is complete - Mostly this swaps out for the standard setup from cumulus # Testing 1. `make build-mainnet-release` 2. `./target/release/frequency --tmp --sync warp -- --tmp --sync warp` 3. Look for `[Parachain] ⏩ Waiting for pending target block` 4. Wait until `[Parachain] ⏩ Block history` 5. Finally `[Parachain] ✨ Imported` (aka warp complete)
Goal
The goal of this PR is to enable Warp sync for Frequency
Closes #1585
Discussion
node/service/src/service.rs
that are possible once Upgrade to Polkadot Release v1.0.0 #1639 is completeTesting
make build-mainnet-release
./target/release/frequency --base-path=/tmp/chain-warp --sync warp -- --sync warp
[Parachain] ⏩ Waiting for pending target block
[Parachain] ⏩ Block history
[Parachain] ✨ Imported
(aka warp complete)