-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cli: add upload-state
command
#3808
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3808 +/- ##
==========================================
- Coverage 82.82% 82.55% -0.27%
==========================================
Files 337 339 +2
Lines 47351 47599 +248
==========================================
+ Hits 39219 39297 +78
- Misses 6522 6688 +166
- Partials 1610 1614 +4 ☔ View full report in Codecov by Sentry. |
Set StateSyncInterval independently to other configuration settings. Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
Close #3782 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
06e0312
to
8c91b56
Compare
@@ -350,7 +350,7 @@ func (b *Billet) GetFromStore(h util.Uint256) (Node, error) { | |||
return nil, r.Err | |||
} | |||
|
|||
if b.mode.RC() { | |||
if b.mode.RC() && len(data) >= 5 { |
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.
b.mode.GC() related, fix should be different IIRC. in progress
./bin/neo-go util upload-state --cid C425E7TxRHsrRNYjn7BVyWzvJGNyAXz8da4LFdvvej5X -fsr st4.storage.fs.neo.org:8080 -fsr st2.storage.fs.neo.org:8080 -fsr st3.storage.fs.neo.org:8080 -fsr st1.storage.fs.neo.org:8080 --wallet-config ./wallet-config.yml -t
Close #3782