-
Notifications
You must be signed in to change notification settings - Fork 170
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
Snapsync with p2p #2120
base: main
Are you sure you want to change the base?
Snapsync with p2p #2120
Conversation
49926f4
to
7b04b44
Compare
330edcc
to
3564bf0
Compare
c384cda
to
e3c0e8c
Compare
Makefile
Outdated
@@ -110,12 +110,14 @@ feedernode: juno-cached | |||
./build/juno \ | |||
--network=sepolia \ | |||
--log-level=debug \ | |||
--db-path=./p2p-dbs/feedernode \ | |||
--db-path="/Users/pnowosie/juno/snapshots/juno-sepolia" \ |
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.
revert it? :)
f1b3158
to
ed1c1d0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2120 +/- ##
==========================================
- Coverage 75.16% 73.37% -1.79%
==========================================
Files 107 109 +2
Lines 11392 11972 +580
==========================================
+ Hits 8563 8785 +222
- Misses 2175 2520 +345
- Partials 654 667 +13 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
68209b1
to
93ddc04
Compare
**This is a squash batch of 23 commits:** - Ashraf Basic snap algo .. Did something + #1925 - p2p client and looking at the syncService - finishing p2p handler - question - protobuf changes - snap server implements handler methods directly - fix snap server tests after refactor - refactor syncer to loop over iterator, add client message handling - p2p complete - no data exchange - Managed to sync ~200MB data - Fix: Trie iteration - test describing how storage of big contracts are responded - Storage ranges - fix unexpected contract change - Tweak message size params, trim logs - limit memory usage & verification - verification bug fix - Add sync mode p2p CLI flag (#2186) - Return struct instead of interface - Change flag usage string - Remove SnapServer interface - Revert makefile - Minor fixes - Update docs - Less logs, verification fixed - code improvements
93ddc04
to
f99c07f
Compare
Going on with #2035