Łukasz Magiera
|
37792b149f
|
sync: fix some issues
|
2019-11-20 20:49:29 +01:00 |
|
Łukasz Magiera
|
4ee2fc4d9f
|
chain: call unsub in Incoming* methods
|
2019-11-20 17:47:44 +01:00 |
|
Łukasz Magiera
|
d3b980ef58
|
api.SyncIncomingBlocks
|
2019-11-20 17:47:44 +01:00 |
|
Łukasz Magiera
|
35659af84d
|
Merge pull request #626 from filecoin-project/feat/chain-sync-manager
Implement chain sync manager
|
2019-11-19 22:35:19 +01:00 |
|
Jakub Sztandera
|
6dafca7aac
|
Use local type as ctx key
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-11-19 14:38:05 -06:00 |
|
whyrusleeping
|
b77bb9e4aa
|
Audit pass for blatantly wrong panics
|
2019-11-16 17:41:14 -06:00 |
|
whyrusleeping
|
89fd13de9d
|
clean up chain sync a little
|
2019-11-15 22:48:42 -08:00 |
|
whyrusleeping
|
251ff41134
|
plumb through new sync status logic
|
2019-11-15 17:05:16 -08:00 |
|
whyrusleeping
|
7aa76d21d1
|
It works!
|
2019-11-15 13:35:29 -08:00 |
|
whyrusleeping
|
1d81c53f8f
|
getting closer, squashme
|
2019-11-14 22:15:31 -08:00 |
|
whyrusleeping
|
9e4b3ae88a
|
WIP: implement chain sync manager and concurrent sync
|
2019-11-14 22:15:30 -08:00 |
|
whyrusleeping
|
797d92b463
|
persist blocks as they come in
|
2019-11-14 19:19:16 -08:00 |
|
Łukasz Magiera
|
b9bd3e2030
|
Unhack TestStorageMarketCreateAndSlashMiner
|
2019-11-14 21:26:30 +01:00 |
|
Łukasz Magiera
|
e9631601e3
|
Fix the rest of power slashing issues
|
2019-11-14 17:23:22 +01:00 |
|
Łukasz Magiera
|
05f157554f
|
actors: IsMiner -> IsValidMiner
|
2019-11-14 00:00:11 +01:00 |
|
Łukasz Magiera
|
77667d78ff
|
Merge pull request #586 from filecoin-project/feat/more-tracing-again
more tracing spans
|
2019-11-13 11:42:36 +01:00 |
|
whyrusleeping
|
b14426f7d3
|
track number of tickets
|
2019-11-12 12:52:40 -08:00 |
|
Łukasz Magiera
|
2d8ad4a1de
|
sync: batching PersistHeaders
|
2019-11-12 11:18:46 +01:00 |
|
Łukasz Magiera
|
a6135b62ce
|
sync: Mark chains with bad blocks as bad too
|
2019-11-12 11:04:17 +01:00 |
|
Łukasz Magiera
|
b72463e6fc
|
mod tidy
|
2019-11-11 21:12:06 +01:00 |
|
Łukasz Magiera
|
eaddb8abe8
|
sync: use muliterror in ValidateBlock
|
2019-11-11 20:30:49 +01:00 |
|
Łukasz Magiera
|
d9fe9a6ea4
|
sync: Post merge fixes
|
2019-11-11 20:26:14 +01:00 |
|
Łukasz Magiera
|
6fe5921bb6
|
Merge remote-tracking branch 'origin/master' into feat/async-validateblk
|
2019-11-11 18:44:45 +01:00 |
|
whyrusleeping
|
dbc706b846
|
handle marking blocks as bad better
|
2019-11-10 15:06:06 -08:00 |
|
whyrusleeping
|
904fdad4c6
|
extract blocksync into its own package
|
2019-11-09 15:00:22 -08:00 |
|
whyrusleeping
|
bda6d7e119
|
Don't try syncing to a chain if its not clearly heavier
|
2019-11-09 12:14:40 -08:00 |
|
Łukasz Magiera
|
27485777f0
|
Merge remote-tracking branch 'origin/master' into feat/interactive-porep
|
2019-11-08 21:45:06 +01:00 |
|
whyrusleeping
|
af2789c3d8
|
fix non-deterministic map serialization
|
2019-11-07 14:55:24 -08:00 |
|
Łukasz Magiera
|
29778cd653
|
Mostly fix TestDealFlow
|
2019-11-07 01:18:06 +01:00 |
|
Jakub Sztandera
|
b3fe304d82
|
add is permanent
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-11-06 20:27:21 +01:00 |
|
Jakub Sztandera
|
2b57fd14f1
|
Fix temporal problems in bad block cache
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-11-06 16:11:19 +01:00 |
|
Łukasz Magiera
|
237f8e8018
|
Set proving params matching the spec more closely
|
2019-10-28 17:51:45 +01:00 |
|
Łukasz Magiera
|
fabd074165
|
on chain deals: Deals make it to the chain
|
2019-10-23 19:39:14 +02:00 |
|
Łukasz Magiera
|
187317a004
|
sync: Do some things in parallel in ValidateBlock
|
2019-10-23 16:45:03 +02:00 |
|
Łukasz Magiera
|
c41dd4efeb
|
actora: register storagemarket
|
2019-10-23 12:44:00 +02:00 |
|
whyrusleeping
|
46985246a2
|
use blocks we have locally anytime we need them
|
2019-10-23 16:18:07 +08:00 |
|
Jakub Sztandera
|
1bf713cb0a
|
Cleanup imports after rename
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-18 13:47:41 +09:00 |
|
whyrusleeping
|
7464cb5803
|
Now! Thats what I call tracing! Vol 4
|
2019-10-17 09:51:13 +09:00 |
|
whyrusleeping
|
ab6ef85b6d
|
More tracing!
|
2019-10-16 19:24:33 +09:00 |
|
Łukasz Magiera
|
29f26cb8d1
|
Compiling with the new weight func
|
2019-10-15 14:31:34 +02:00 |
|
Łukasz Magiera
|
a576b72364
|
actors: Sync with the new spec, storage actors
|
2019-10-15 14:31:34 +02:00 |
|
whyrusleeping
|
aa644fcbbb
|
call sync directly during submitblock
|
2019-10-15 21:19:10 +09:00 |
|
whyrusleeping
|
7c26e3c35f
|
WIP: ensure blocks make it into repo before pushing to pubsub
|
2019-10-14 23:21:37 +09:00 |
|
whyrusleeping
|
62057a8929
|
reject messages with bad 'To' addresses
|
2019-10-14 12:28:19 +09:00 |
|
Jakub Sztandera
|
68db93b62e
|
More if not needed
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-13 03:08:05 +02:00 |
|
whyrusleeping
|
45737f8a51
|
add more tracing spans
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-13 03:07:55 +02:00 |
|
whyrusleeping
|
7eefa4e577
|
use faster bls code
|
2019-10-11 12:26:54 +09:00 |
|
Łukasz Magiera
|
79f10078ae
|
Merge pull request #325 from filecoin-project/feat/logs-elk
Integrate log collection
|
2019-10-11 04:52:26 +02:00 |
|
whyrusleeping
|
52fd55a379
|
import order
|
2019-10-11 11:17:24 +09:00 |
|
Jakub Sztandera
|
49e3fe39f8
|
Structure logs
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-11 02:00:04 +02:00 |
|