-
Notifications
You must be signed in to change notification settings - Fork 184
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
Update snapshot link in README #2007
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2007 +/- ##
==========================================
- Coverage 75.47% 75.45% -0.03%
==========================================
Files 100 100
Lines 8983 8983
==========================================
- Hits 6780 6778 -2
- Misses 1601 1602 +1
- Partials 602 603 +1 ☔ View full report in Codecov by Sentry. |
6851e8e
to
0935da5
Compare
Have the link pointing to the latest available snapshot. In order for this to work, I had to remove the size and what's the latest block from the table, so we won't have to manually update this information everytime. I also included a way to know how big the snapshot is via script, so this information will always be up-to-date by the time someone runs the command
0935da5
to
296cb02
Compare
I guess we could also update our docs with those links: https://github.com/NethermindEth/juno/blob/main/docs/docs/snapshots.md |
Good idea -> #2013 |
Have the link pointing to the latest available snapshot. In order for this to work, I had to remove the size and what's the latest block from the table, so we won't have to manually update this information everytime. I also included a way to know how big the snapshot is via script, so this information will always be up-to-date by the time someone runs the command
Have the link pointing to the latest available snapshot.
In order for this to work, I had to remove the size and what's the latest block from the table, so we won't have to manually update this information everytime.
I also included a way to know how big the snapshot is via script, so this information will always be up-to-date by the time someone runs the command