Łukasz Magiera
|
91a9bae308
|
Merge pull request #3691 from filecoin-project/codeowners
initial CODEOWNERS.
|
2020-09-09 18:43:28 +02:00 |
|
Mosh
|
fe7c152c97
|
typo fix in error message
|
2020-09-09 12:24:33 -04:00 |
|
Raúl Kripalani
|
333c7ce1c9
|
initial CODEOWNERS.
|
2020-09-09 14:40:30 +01:00 |
|
Dirk McCormick
|
ef2303bc5d
|
docs: add docs on how to use paych status
|
2020-09-09 15:37:34 +02:00 |
|
Raúl Kripalani
|
6d2b4ab775
|
fix lint.
|
2020-09-09 14:28:56 +01:00 |
|
Raúl Kripalani
|
b3dedfedc0
|
ci: remove unnecessary go get.
|
2020-09-09 14:20:11 +01:00 |
|
Raúl Kripalani
|
2a3743ff84
|
invoke the statediff command properly.
|
2020-09-09 14:08:54 +01:00 |
|
Raúl Kripalani
|
a5afd83c7b
|
Merge branch 'master' into fix/test-vectors-import-cycle
|
2020-09-09 13:04:41 +01:00 |
|
Raúl Kripalani
|
e8d1bab914
|
make the runner call statediff as a binary.
|
2020-09-09 13:03:43 +01:00 |
|
Łukasz Magiera
|
de654de911
|
Merge pull request #3687 from filecoin-project/misc/v0.6.2-rc1
Bump version to 0.6.2-rc1
|
2020-09-09 13:08:51 +02:00 |
|
Łukasz Magiera
|
37c0f75499
|
Bump version to 0.6.2-rc1
|
2020-09-09 13:07:15 +02:00 |
|
Łukasz Magiera
|
5c5c1c80cf
|
Merge pull request #3686 from filecoin-project/fix/gas-premium-median
gas: Fix median calc
|
2020-09-09 12:22:10 +02:00 |
|
Łukasz Magiera
|
e91ee9f62a
|
Fix lint
|
2020-09-09 12:18:02 +02:00 |
|
Łukasz Magiera
|
213b4eace8
|
Merge pull request #3685 from filecoin-project/fix/mpool-selection-full-blocks
adjust optimal selection to always try to fill blocks
|
2020-09-09 12:15:38 +02:00 |
|
Łukasz Magiera
|
f695c0c164
|
gas: Add tests to median premium math
|
2020-09-09 12:14:46 +02:00 |
|
vyzo
|
194b6eb9d8
|
fix issue with gasLimit check for trimming (> instead of >=)
|
2020-09-09 12:58:51 +03:00 |
|
Łukasz Magiera
|
2aba16e2c9
|
gas: Fix median calc
|
2020-09-09 11:41:02 +02:00 |
|
vyzo
|
0b09082450
|
adjust optimal selection to always try to fill blocks
|
2020-09-09 12:37:03 +03:00 |
|
Łukasz Magiera
|
29aa972f18
|
Merge pull request #3546 from filecoin-project/feat/netconnect-miner-addr
net cli: Support miner addresses in net connect
|
2020-09-09 08:55:51 +02:00 |
|
Aayush Rajasekaran
|
06b814b627
|
Merge pull request #3673 from filecoin-project/fix/long-syncs-over-upgrade
pass tipset through upgrade logic
|
2020-09-08 22:28:42 -04:00 |
|
whyrusleeping
|
8c0994e290
|
add an auto flag to mpool replace
|
2020-09-08 15:47:40 -07:00 |
|
Łukasz Magiera
|
b1d251e950
|
Merge pull request #3667 from filecoin-project/fix/new-ts
Add peer to peer manager before fetching the tipset
|
2020-09-08 22:54:51 +02:00 |
|
Raúl Kripalani
|
63cdbef219
|
temp fix test-vectors import cycle.
|
2020-09-08 21:50:25 +01:00 |
|
whyrusleeping
|
8a8f0ab3ec
|
pass tipset through upgrade logic
|
2020-09-08 13:45:44 -07:00 |
|
Łukasz Magiera
|
1ef0359731
|
Merge pull request #3668 from filecoin-project/feat/sync-fetching-messages-state
Add StageFetchingMessages to sync status
|
2020-09-08 21:15:05 +02:00 |
|
Łukasz Magiera
|
38863d3025
|
build: Separate API versions per node type
|
2020-09-08 21:14:53 +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 |
|
Jakub Sztandera
|
46d3769a44
|
Add peer to peer manager before fetching the tipset
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 20:13:16 +02:00 |
|
Łukasz Magiera
|
65b7d71bdf
|
Merge pull request #3663 from filecoin-project/fix/minor-mpool-bug
fix very minor bug in repub baseFeeLowerBound
|
2020-09-08 19:49:51 +02:00 |
|
Anton Evangelatov
|
1d67e38f78
|
add niceSleep 1 second when drand errors
|
2020-09-08 18:35:10 +02:00 |
|
Łukasz Magiera
|
3697a1af4d
|
Merge pull request #3655 from filecoin-project/fix/stgmgr-undef-unsealed
storage manager: bail out with an error if unsealed cid is undefined (redux)
|
2020-09-08 18:03:24 +02:00 |
|
vyzo
|
26ff596983
|
fix very minor bug in repub baseFeeLowerBound
messages will not be accepted if the GasFeeCap is less than minimumBaseFee, but it doesn't hurt
to be correct.
|
2020-09-08 19:02:05 +03:00 |
|
Raúl Kripalani
|
b33db9c1ab
|
Merge branch 'master' into blocksync-refactor
|
2020-09-08 14:22:43 +01:00 |
|
Łukasz Magiera
|
867469e9b3
|
Merge pull request #3648 from filecoin-project/fix/dont-use-latency
Don't use latency as initital estimate for blocksync
|
2020-09-08 14:56:23 +02:00 |
|
Łukasz Magiera
|
a4fc5c6975
|
Merge pull request #3650 from filecoin-project/fix/chain-nearsync-check
fix isChainNearSync check in block validator
|
2020-09-08 14:52:36 +02:00 |
|
Łukasz Magiera
|
e87ccbfa22
|
Merge pull request #3657 from filecoin-project/fix/stg-sealer-read-piece
storage: return true from Sealer.ReadPiece() on success
|
2020-09-08 14:44:30 +02:00 |
|
Dirk McCormick
|
17c15a74a2
|
fix: return true from Sealer.ReadPiece() on success
|
2020-09-08 13:50:56 +02:00 |
|
Dirk McCormick
|
8bbdf2e7cb
|
fix: storage manager - bail out on undefined unsealed cid
|
2020-09-08 12:54:01 +02:00 |
|
Jakub Sztandera
|
b66058e417
|
Add 0 guard
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 12:19:37 +02:00 |
|
Jakub Sztandera
|
4fce0181ab
|
Ignore the linter
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 12:18:48 +02:00 |
|
Jakub Sztandera
|
ba9678bd61
|
Use for to iterate over channel
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 12:11:30 +02:00 |
|
Jakub Sztandera
|
74e577610a
|
Forward peers from hello to blocksync
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 10:18:51 +02:00 |
|
vyzo
|
37ec1a978e
|
nicer check using Time objects
|
2020-09-08 10:47:41 +03:00 |
|
vyzo
|
27fa9969f3
|
fix isChainNearSync check in block validator
|
2020-09-08 10:26:27 +03:00 |
|
Łukasz Magiera
|
4045ffea3c
|
Merge pull request #3649 from filecoin-project/asr/changelog
Lotus version 0.6.1
|
2020-09-08 09:14:14 +02:00 |
|
Aayush Rajasekaran
|
e9e067eebf
|
Lotus version 0.6.1
|
2020-09-08 03:10:27 -04:00 |
|
Jakub Sztandera
|
93176c91f4
|
Track time in relation to request size
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 09:06:31 +02:00 |
|
Łukasz Magiera
|
7ee5973400
|
Merge pull request #3645 from filecoin-project/asr/test-vectors-update
Update test-vectors
|
2020-09-08 09:05:40 +02:00 |
|
Jakub Sztandera
|
043e62ab63
|
Don't use latency as initital estimate for blocksync
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-08 08:59:05 +02:00 |
|
Aayush Rajasekaran
|
f91f665f3f
|
Update test-vectors
|
2020-09-08 01:24:30 -04:00 |
|