Raúl Kripalani
|
55b1456d45
|
blocksync: introduce interfaces; rename to chainexchange.
|
2020-09-07 19:31:43 +01:00 |
|
Aayush Rajasekaran
|
0ad0d4ea11
|
Merge pull request #3579 from filecoin-project/fix/mpool-basefee-check
add defensive check for minimum GasFeeCap for inclusion within the next 20 blocks
|
2020-09-07 03:03:35 -04:00 |
|
vyzo
|
e24a29b146
|
fix tests that touch the mpool; mock block must have a ParentBaseFee
|
2020-09-06 11:55:43 +03:00 |
|
vyzo
|
ffb2640736
|
use faster lookup for base fee
|
2020-09-06 11:55:43 +03:00 |
|
vyzo
|
f9492691a6
|
don't check baseFee lower bound for local messages
|
2020-09-06 11:55:43 +03:00 |
|
vyzo
|
1c0e6d76f0
|
add defensive check for minimum GasFeeCap for inclusion within the next 20 blocks
|
2020-09-06 11:55:43 +03:00 |
|
Łukasz Magiera
|
6bdd433570
|
Merge pull request #3538 from filecoin-project/steb/safe-exports
Robustify state manager against holes in actor method numbers
|
2020-09-05 21:58:03 +02:00 |
|
Łukasz Magiera
|
c767e5ebed
|
Merge pull request #3547 from filecoin-project/feat/paych-status-addr
paych: get available funds by address or by from/to
|
2020-09-05 21:55:08 +02:00 |
|
Łukasz Magiera
|
4718efab9b
|
docsgen
|
2020-09-05 21:51:30 +02:00 |
|
Łukasz Magiera
|
145493388a
|
Merge pull request #3553 from filecoin-project/fix/panic-in-expired-slashed
Fix panic in OnDealExpiredSlashed
|
2020-09-05 21:49:54 +02:00 |
|
Łukasz Magiera
|
16bd0d134e
|
Merge pull request #3556 from filecoin-project/fix/pubsub-reduce-gossipfactor
adjust gossipsub gossip factor
|
2020-09-05 21:49:32 +02:00 |
|
Łukasz Magiera
|
f58cbc2594
|
Merge pull request #3557 from filecoin-project/fix/mpool-repub-negative
republish messages even if the chains have negative performance
|
2020-09-05 21:48:39 +02:00 |
|
Łukasz Magiera
|
1e190e462a
|
Merge pull request #3562 from filecoin-project/fix/mpool-log-spam
reduce mpool add failure log spam
|
2020-09-05 21:47:29 +02:00 |
|
Łukasz Magiera
|
70da2b7b4d
|
Merge pull request #3568 from filecoin-project/feat/lotus-shed-math
lotus-shed: add math command
|
2020-09-05 21:47:06 +02:00 |
|
Łukasz Magiera
|
2297c58ab6
|
Merge pull request #3578 from filecoin-project/misc/debug-info-premium
Add additional info about gas premium
|
2020-09-05 21:45:57 +02:00 |
|
Łukasz Magiera
|
5e97e29f95
|
Merge pull request #3580 from filecoin-project/fix/mpool-selection-bug
fix selection bug; priority messages were not included if other chains were negative
|
2020-09-05 21:44:03 +02:00 |
|
vyzo
|
5037282b98
|
add test for priority selection with negative chains
|
2020-09-05 22:15:18 +03:00 |
|
vyzo
|
0b3685e529
|
fix selection bug; priority messages were not included if other's chains were negative
|
2020-09-05 21:30:02 +03:00 |
|
Jakub Sztandera
|
2adb80729b
|
Add additional info about gas premium
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-05 15:17:55 +02:00 |
|
Łukasz Magiera
|
c074c8d0ca
|
Merge pull request #3570 from filecoin-project/feat/lotus-pcr-current-tipset
lotus-pcr: use current tipset during refund
|
2020-09-05 05:29:59 +02:00 |
|
Łukasz Magiera
|
2b62573b65
|
Merge pull request #3571 from shepf/master
Batch replacement,update lotus-storage-miner to lotus-miner.
|
2020-09-05 05:29:28 +02:00 |
|
shepf
|
16fd12024e
|
Batch replacement,update lotus-storage-miner to lotus-miner.
|
2020-09-05 10:40:53 +08:00 |
|
Travis Person
|
bf3466f3cb
|
lotus-pcr: use current tipset during refund
Using the tipset which is being processed might lead to incorrect gas
estimations or balance checking for the wallet.
|
2020-09-05 02:38:24 +00:00 |
|
Travis Person
|
eebd2efcbf
|
lotus-shed: add math command
|
2020-09-05 00:50:56 +00:00 |
|
Jakub Sztandera
|
c573310c77
|
Merge pull request #3565 from filecoin-project/feat/lotus-pcr-aggregate-tipsets
lotus-pcr: add tipset aggregation
|
2020-09-05 00:43:27 +02:00 |
|
Travis Person
|
d6691fe9d8
|
lotus-pcr: add tipset aggregation
|
2020-09-04 22:28:13 +00:00 |
|
vyzo
|
275f071b12
|
reduce mpool add failure log spam
|
2020-09-05 00:28:13 +03:00 |
|
vyzo
|
ad8d550d73
|
remove unused ts argument from Trim, replace it with allowNegative specifier
|
2020-09-04 22:32:30 +03:00 |
|
Steven Allen
|
fceeaf42ca
|
Robustify state manager against holes in actor method numbers
Also, don't simply assume that the field order matches the method numbers in
`builtin.Method*` structs.
|
2020-09-04 12:26:55 -07:00 |
|
Steven Allen
|
30fdff17b5
|
Skip nil exports
The actors may skip previously used but no longer defined method numbers.
|
2020-09-04 12:26:55 -07:00 |
|
vyzo
|
6d53862142
|
republish messages even if the chains have negative performance
|
2020-09-04 22:16:10 +03:00 |
|
vyzo
|
1c27a0c1cf
|
adjust gossipsub gossip factor
|
2020-09-04 22:04:48 +03:00 |
|
hannahhoward
|
5ef753bfa8
|
fix(markets): check for nil tipset
check for nil tipset when check func is called to avoid panic
|
2020-09-04 10:04:50 -07:00 |
|
Łukasz Magiera
|
52ce80f2b4
|
Merge pull request #3551 from filecoin-project/fix/paych-cli-tests
paych: fix broken paych tests
|
2020-09-04 18:32:26 +02:00 |
|
Jakub Sztandera
|
d8a790a13c
|
Merge pull request #3552 from filecoin-project/fix/fee-cap-premium
Fix GasPremium capping logic
|
2020-09-04 18:29:33 +02:00 |
|
Jakub Sztandera
|
20801263ec
|
Fix paych tests
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-04 18:13:09 +02:00 |
|
Jakub Sztandera
|
4cf52ea025
|
Add 0.1FIL cap too DefaultMessageSendSpec
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-04 15:52:50 +02:00 |
|
Dirk McCormick
|
de132d39ec
|
fix: broken paych tests
|
2020-09-04 15:48:13 +02:00 |
|
Jakub Sztandera
|
114c0ea85c
|
Fix GasPremium capping logic
Cap it just to FeeCap, there is no reason to cap it proportionally
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-09-04 15:42:12 +02:00 |
|
Dirk McCormick
|
51ef39592f
|
feat: paych - get available funds by address or by from/to
|
2020-09-04 13:44:09 +02:00 |
|
Łukasz Magiera
|
a081dc7674
|
Merge pull request #3520 from filecoin-project/feat/paych-cli-add-funds
paych: rename CLI command from "paych get" to "paych add-funds"
|
2020-09-04 04:21:54 +02:00 |
|
Łukasz Magiera
|
924fd82d7f
|
Merge pull request #3523 from filecoin-project/feat/paych-cli-status
paych: Create `lotus paych status` command
|
2020-09-04 04:20:45 +02:00 |
|
Łukasz Magiera
|
2177fd59ef
|
Merge pull request #3521 from filecoin-project/conformance/tipset-actor-address
conformance: various changes
|
2020-09-04 04:18:41 +02:00 |
|
Łukasz Magiera
|
d81feb05d1
|
Merge pull request #3527 from filecoin-project/feat/watch-option-miner-storage-deals-list
Add watch option to storage-deals list
|
2020-09-04 04:13:01 +02:00 |
|
Łukasz Magiera
|
0a620514b7
|
Merge pull request #3526 from filecoin-project/fix/chainwatch/no-panic-during-processing
Stop SyncIncomingBlocks from leaking into chainwatch processing; No panics during processing
|
2020-09-04 03:55:59 +02:00 |
|
Łukasz Magiera
|
e52232d85f
|
Merge pull request #3535 from filecoin-project/steb/robust-method-lookup
[cli/state] Robust actor lookup
|
2020-09-04 03:52:43 +02:00 |
|
Łukasz Magiera
|
4cdd81ec86
|
Merge pull request #3534 from filecoin-project/feat/netpeers-agent-version
Add agent flag to net peers
|
2020-09-04 02:50:04 +02:00 |
|
Steven Allen
|
6e711ed739
|
[cli/state] Robust actor name lookup
|
2020-09-03 17:22:18 -07:00 |
|
Steven Allen
|
8778787091
|
[cli/state] Robust actor lookup
This probably isn't critical, but I noticed it, so I fixed it.
|
2020-09-03 17:19:05 -07:00 |
|
Łukasz Magiera
|
ce8bcf7932
|
Add agent flag to net peers
|
2020-09-04 02:00:53 +02:00 |
|