vyzo
|
5663b2d697
|
change GetChainMessages api to include tipsets for validation
|
2020-09-21 18:58:52 +03:00 |
|
vyzo
|
f135ec8468
|
fix handling of end of sync
|
2020-09-21 09:21:25 +03:00 |
|
vyzo
|
6dfc40abc1
|
error is nil at end, so return batch, nil
|
2020-09-17 18:23:50 +03:00 |
|
vyzo
|
2946561dec
|
clean up return code
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
d7948fcbcd
|
fix log; we want to log time when we succeed!
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
fb605f6d7f
|
refactor parallel fetch logic into a separate function
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
2a428f09e6
|
increase exchange ShufflePeersPrefix to 16, use that as the value of concurrent sync requests
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
8a4b629f40
|
increase sync request batch size to 8
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
b984e94a87
|
fix bug
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
05a233f84d
|
add some more logging
|
2020-09-17 18:07:01 +03:00 |
|
vyzo
|
35f6e10646
|
parallel chain sync
|
2020-09-17 18:07:01 +03:00 |
|
jennijuju
|
5c69249ba3
|
Use window post for window PoSt related log messages.
|
2020-09-15 21:22:29 -04:00 |
|
Łukasz Magiera
|
6665a9ca69
|
Merge pull request #3845 from filecoin-project/sync-manager
syncer: make SyncManager an interface.
|
2020-09-15 10:28:48 +02:00 |
|
Steven Allen
|
9804310cc8
|
Update specs-actors to 0.9.10
Moves the Keyer type (and helpers) into go-state-types.
|
2020-09-14 14:32:57 -07:00 |
|
Raúl Kripalani
|
dd841f32db
|
syncer: make SyncManager an interface.
|
2020-09-14 21:58:59 +01:00 |
|
whyrusleeping
|
db6bd890d9
|
condition randomness changes on fork height
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04:00 |
|
Steven Allen
|
7a46c5ff31
|
[WIP] Fix ticket randomness
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04:00 |
|
Jakub Sztandera
|
2d3f92aeed
|
Introduce beacon Schedule
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04:00 |
|
Aayush Rajasekaran
|
f0554676dd
|
Explicitly check tipsetkeys when considering checkpoint
|
2020-09-09 14:34:05 -04:00 |
|
Aayush Rajasekaran
|
5c852e26c2
|
Add a SyncUnmarkBad API
|
2020-09-09 14:34:05 -04:00 |
|
Aayush Rajasekaran
|
35aa78dad9
|
Allow marking a certain tipset as checkpointed
|
2020-09-09 14:34:00 -04:00 |
|
Łukasz Magiera
|
cb3b0ab2bb
|
Merge remote-tracking branch 'origin/master' into blocksync-refactor
|
2020-09-09 19:19:05 +02:00 |
|
Jakub Sztandera
|
44f4372ca3
|
Add StageFetchingMessages to sync status
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 20:42:20 +02:00 |
|
Raúl Kripalani
|
b33db9c1ab
|
Merge branch 'master' into blocksync-refactor
|
2020-09-08 14:22:43 +01:00 |
|
Aayush Rajasekaran
|
d678fe4bfa
|
Fix tests
|
2020-09-07 15:48:42 -04:00 |
|
Aayush Rajasekaran
|
39755a294a
|
Update to specs v0.9.6
|
2020-09-07 15:48:41 -04:00 |
|
Raúl Kripalani
|
453e826a0f
|
rename p2p protocol to /fil/chain/xchg/0.0.1 (backwards-compatible); rename more.
|
2020-09-07 19:45:34 +01:00 |
|
Raúl Kripalani
|
55b1456d45
|
blocksync: introduce interfaces; rename to chainexchange.
|
2020-09-07 19:31:43 +01:00 |
|
Łukasz Magiera
|
f6f5405a2c
|
Fix lint
|
2020-09-07 18:21:45 +02:00 |
|
Travis Person
|
f7b52d16f5
|
metrics: add expected height metric
|
2020-09-07 02:57:12 +00:00 |
|
vyzo
|
806f7dd15f
|
windowSize should not exceed blocksync.MaxRequestLength
|
2020-08-28 23:18:06 +03:00 |
|
vyzo
|
63a60cdd75
|
be more conservative in increasing the window size, check that we actually had more messages
|
2020-08-28 23:09:48 +03:00 |
|
vyzo
|
3935fd77ac
|
remember syncer windowSize
|
2020-08-28 22:52:40 +03:00 |
|
vyzo
|
4e7fd5b6d7
|
sync: increase window size when successful fetching messages
|
2020-08-28 22:03:06 +03:00 |
|
vyzo
|
1f660c9e04
|
sync: half window size and retry when fetching messages fails
|
2020-08-28 18:45:20 +03:00 |
|
whyrusleeping
|
a33784c434
|
print block 'age' when validating blocks during sync
|
2020-08-26 14:48:53 -07:00 |
|
whyrusleeping
|
a553db4b82
|
Add some tracing and the ability to tweak message fetch window size
|
2020-08-25 12:39:17 -07:00 |
|
Raúl Kripalani
|
efdc428d5d
|
keep storage-fsm (renamed to storage-sealing) and sector-storage in extern.
|
2020-08-17 14:26:18 +01:00 |
|
Raúl Kripalani
|
3c17cd655e
|
integrate extern/sector-storage into lotus proper.
|
2020-08-16 11:09:58 +01:00 |
|
Jakub Sztandera
|
bf774fc29b
|
Simplify sync logic around tipset expansions, ff and forking
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-07 23:02:13 +02:00 |
|
Aayush Rajasekaran
|
88f677e891
|
Fix error message
|
2020-08-07 14:36:24 -04:00 |
|
Łukasz Magiera
|
e0b86782e9
|
Merge pull request #2895 from filecoin-project/feat/fix-tests
Fix
|
2020-08-07 18:37:40 +02:00 |
|
Anton Evangelatov
|
9fa42680fe
|
rationalise annoying logs.
|
2020-08-07 15:53:55 +02:00 |
|
Łukasz Magiera
|
b216785071
|
sync: Revert #2858
|
2020-08-07 14:46:46 +02:00 |
|
Łukasz Magiera
|
07bf155295
|
Merge remote-tracking branch 'origin/next' into feat/dyn-base-fee
|
2020-08-06 23:41:54 +02:00 |
|
Whyrusleeping
|
2212c10f3a
|
Merge pull request #2858 from filecoin-project/asr/sync-fix
Fix collectHeaders when incoming is partially built on latest tipset
|
2020-08-06 13:46:44 -07:00 |
|
Jakub Sztandera
|
722d6e8ffb
|
Introduce base fee
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-06 21:14:38 +02:00 |
|
Jakub Sztandera
|
a625943fc3
|
Fix Weight issue
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-06 21:14:38 +02:00 |
|
Łukasz Magiera
|
e2d5451ffb
|
Merge pull request #2715 from filecoin-project/schomatis/blocksync/review
Rewrite internal logic of block sync client
|
2020-08-06 19:46:58 +02:00 |
|
Aayush Rajasekaran
|
6e8d51af02
|
Fix collectHeaders when incoming is partially built on latest tipset
|
2020-08-06 02:24:29 -04:00 |
|