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 |
|
vyzo
|
61c0b8c3db
|
properly close streams in blocksync
we were leaking streams right and left...
|
2020-09-17 18:07:01 +03:00 |
|
Łukasz Magiera
|
3d61a37fcf
|
Merge pull request #3880 from filecoin-project/fix/gas-outputs-regression
fix a regression caused by #3800 (GasOutputs zero values)
|
2020-09-16 12:24:22 +02:00 |
|
Łukasz Magiera
|
0c41522ebf
|
Merge pull request #3873 from filecoin-project/unify-wdpost-log
Use `window post` for window PoSt related log messages.
|
2020-09-16 12:00:45 +02:00 |
|
Raúl Kripalani
|
362fc180ec
|
fix a regression caused by #3800.
|
2020-09-16 10:54:26 +01:00 |
|
jennijuju
|
5c69249ba3
|
Use window post for window PoSt related log messages.
|
2020-09-15 21:22:29 -04:00 |
|
Aayush Rajasekaran
|
937ff4e9ae
|
Add a sync test around blocks with bad nonce messages
|
2020-09-15 20:55:11 -04:00 |
|
Aayush Rajasekaran
|
952f2c2f1e
|
Sever chainstore's dependence on the state tree
|
2020-09-15 20:41:34 -04:00 |
|
Łukasz Magiera
|
d4a7732d0a
|
Merge pull request #3800 from filecoin-project/asr/gascost
Add an API to get detailed gas costs for a message
|
2020-09-15 19:13:20 +02:00 |
|
Łukasz Magiera
|
72216fe917
|
Merge pull request #3647 from filecoin-project/fix/enable-strict-basefee-check
re-enable baseFee lower bound check
|
2020-09-15 11:38:28 +02: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 |
|
Steven Allen
|
32eeb96ce7
|
Update to specs-actors 0.9.9
This patch changes the runtime interfaces, to make it possible to abstract over them.
|
2020-09-14 12:47:39 -07:00 |
|
vyzo
|
172bfacae0
|
compute baseFee for check even in null rounds
|
2020-09-14 22:20:26 +03:00 |
|
vyzo
|
0a5494dd79
|
use the factor in getBaseFeeLowerBound
|
2020-09-14 22:13:37 +03:00 |
|
vyzo
|
044202b37f
|
use conservative base fee lower bound factor for strict checks
|
2020-09-14 22:13:37 +03:00 |
|
vyzo
|
d68ec37942
|
reenable baseFee lower bound check
|
2020-09-14 22:13:37 +03:00 |
|
Aayush Rajasekaran
|
d1850ea27d
|
Add an API to get detailed gas costs for a message
|
2020-09-14 14:40:13 -04:00 |
|
Raúl Kripalani
|
6d29d75724
|
Merge branch 'master' into inmem-journal
|
2020-09-14 12:17:45 +01:00 |
|
vyzo
|
b78fe0b898
|
fix deadlock
|
2020-09-11 21:40:25 +03:00 |
|
vyzo
|
bf1036c78f
|
rename priority variable to protected
|
2020-09-11 21:12:11 +03:00 |
|
vyzo
|
cf9820137c
|
don't prune locally published messages
|
2020-09-11 20:32:52 +03:00 |
|
Łukasz Magiera
|
4410da98be
|
Merge pull request #3766 from filecoin-project/fix/mpool-prune
refactor getBaseFeeLowerBound, use it to prune less aggressively
|
2020-09-11 11:40:26 +02:00 |
|
vyzo
|
3dfb3e641b
|
refactor getBaseFeeLowerBound, use it to prune less aggressively
|
2020-09-11 12:15:03 +03:00 |
|
Łukasz Magiera
|
eaf9ebc2ca
|
Merge pull request #3752 from filecoin-project/fix/mpool-replace-auto
Fix mpool replace --auto
|
2020-09-11 11:12:35 +02:00 |
|
whyrusleeping
|
0e3dd3cb3b
|
Add faster and slimmer option to chain export via lotus-shed
|
2020-09-10 17:28:25 -07:00 |
|
Jakub Sztandera
|
2865a0367b
|
Fix mpool replace --auto
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-11 00:59:57 +02:00 |
|
Jakub Sztandera
|
6813ab4e65
|
Add additional metrics
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04:00 |
|
Jakub Sztandera
|
fd714cbceb
|
Remove PackingEfficiency consideration from base fee in an upgrade
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04: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 |
|
Aayush Rajasekaran
|
98a9042c07
|
Use newest network version in genesiss setup stuff
|
2020-09-10 17:41:55 -04:00 |
|
Aayush Rajasekaran
|
beba92aed4
|
Improve network versioning logic
|
2020-09-10 17:41:55 -04:00 |
|
Aayush Rajasekaran
|
774e068436
|
Update to specs-actors v0.9.8
|
2020-09-10 17:41:55 -04:00 |
|
Aayush Rajasekaran
|
86ba21029d
|
Update to go state types 001afaca718c
|
2020-09-10 17:41:55 -04:00 |
|
Aayush Rajasekaran
|
316ac61875
|
Update to go state types 3ca0d2890090
|
2020-09-10 17:41:55 -04:00 |
|
Jakub Sztandera
|
bb0a7f91cc
|
Fix drand non-test
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04:00 |
|
Jakub Sztandera
|
73e54352cd
|
Fix off by one
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-10 17:41:55 -04:00 |
|
Jakub Sztandera
|
64fa6fd9e5
|
Draw the rest of the owl
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 |
|
vyzo
|
72c7d4c886
|
relax mpool add strictness checks for local pushes
So that a node can have more than 1k pending messages for its own local addresses.
|
2020-09-10 09:55:50 +03:00 |
|
Aayush Rajasekaran
|
e1a0cf6ca5
|
Add a checkpoint test
|
2020-09-09 19:21:48 -04:00 |
|