Commit Graph

6674 Commits

Author SHA1 Message Date
Jakub Sztandera
b41a0ea197
Print number of prioris
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-09 00:29:59 +02:00
Jakub Sztandera
ed2778f785
Make MpoolPushMessage message wait for the first message to be done
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-09 00:29:59 +02:00
vyzo
bcb33d75d0
Merge pull request #2918 from filecoin-project/feat/mpool-tests
Some more mpool tests
2020-08-08 22:03:07 +03:00
Jakub Sztandera
ae1ae58dd7
Add bash function for accessing API
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-08 17:10:09 +02:00
Jakub Sztandera
5f157affdd
Add GasLimitOverestimation to mpool config
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-08 17:09:47 +02:00
Jakub Sztandera
44551124e2
Merge pull request #2923 from filecoin-project/feat/mpool-more-timings
also log chain creation timings
2020-08-08 16:13:15 +02:00
vyzo
9bc5d9489d also log chain creation timings 2020-08-08 17:07:37 +03:00
vyzo
d04d947cb7
Merge pull request #2922 from filecoin-project/feat/mpool-timings
Add timings to various components of message selection
2020-08-08 17:01:13 +03:00
vyzo
b469277046 use structured logging for timings 2020-08-08 16:59:08 +03:00
vyzo
809e7d5390 add timings to various components of message selection 2020-08-08 16:51:30 +03:00
vyzo
4cdb5f7b81 add unit test for priority message selection 2020-08-08 11:22:47 +03:00
vyzo
2d9f2c7e72 add unit test for message skipping in chain creation 2020-08-08 11:16:50 +03:00
Łukasz Magiera
40ac52a862
Merge pull request #2910 from filecoin-project/feat/chainwatch/capture-circulating-fil
feat(chainwatch): capture circulating fil per tipset metric
2020-08-08 01:51:07 +02:00
Mike Greenberg
b2b7f14432 feat(chainwatch): capture circulating fil per tipset metric 2020-08-07 19:39:52 -04:00
Łukasz Magiera
e65db33d77
Merge pull request #2909 from filecoin-project/fix/mpool-bug
fix mpool bugs
2020-08-08 01:32:28 +02:00
vyzo
4c8c8f48f1 skip messages with nonce before the current nonce in chain creation 2020-08-08 02:16:56 +03:00
Łukasz Magiera
702d95503b
Merge pull request #2908 from filecoin-project/fix/gasfee-est
Fix/gasfee est
2020-08-08 00:50:38 +02:00
vyzo
01b8a6de94 remove bug line 2020-08-08 01:45:34 +03:00
Łukasz Magiera
a193feec06 gofmt 2020-08-08 00:42:08 +02:00
Jakub Sztandera
b7fe5d438f
Merge pull request #2906 from filecoin-project/feat/miner-block-journal
add a journal entry when miners mine a block
2020-08-08 00:41:57 +02:00
Łukasz Magiera
af15273f71 gas: Corruntly do float math 2020-08-08 00:41:57 +02:00
Jakub Sztandera
aef3a4d21d
Merge pull request #2907 from filecoin-project/misc/sync-times
Simplify sync logic around tipset expansions, ff and forking
2020-08-08 00:23:50 +02:00
Jakub Sztandera
239b5f547a
Add chain.basefee
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-07 23:53:11 +02:00
whyrusleeping
d1d4ca65b2 add block timestamp to journal 2020-08-07 14:20:51 -07: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
whyrusleeping
e6c70c19d0 add a journal entry when miners mine a block 2020-08-07 13:51:41 -07:00
Whyrusleeping
383e28e6e7
Merge pull request #2902 from filecoin-project/asr/error-fix
Fix error message
2020-08-07 13:38:07 -07:00
Łukasz Magiera
5e7adf5b3f
Merge pull request #2905 from filecoin-project/feat/circ-supply-cmd
add command to view circulating supply
2020-08-07 22:12:23 +02:00
whyrusleeping
fbe206f843 add command to view circulating supply 2020-08-07 12:57:03 -07:00
Łukasz Magiera
f7273bc4ee
Merge pull request #2904 from filecoin-project/fix/lotus-pcr-bigint
lotus-pcr: initialize bigint; send refund to worker
2020-08-07 21:54:59 +02:00
Travis Person
cdc6086308 lotus-pcr: initialize bigint; send refund to worker 2020-08-07 19:25:53 +00:00
Mike Greenberg
eaf0861f20
Merge pull request #2901 from filecoin-project/feat/chainwatch/message-size
feat(chainwatch): track message size in bytes
2020-08-07 14:38:49 -04:00
Aayush Rajasekaran
88f677e891 Fix error message 2020-08-07 14:36:24 -04:00
Mike Greenberg
4ed968b79c feat(chainwatch): track message size in bytes 2020-08-07 14:25:35 -04:00
Łukasz Magiera
660929519c
Merge pull request #2900 from filecoin-project/fix/feecap-bigspender
Don't spend eveything on message fees
2020-08-07 20:19:45 +02:00
Jakub Sztandera
f809e478f4
Don't spend eveything on message fees
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-07 20:09:50 +02:00
刘林欣
4bf932a4d7 show deal list when StateMarketStorageDeal not found deal 2020-08-07 19:43:38 +02:00
Łukasz Magiera
9898b4504f
Merge pull request #2889 from filecoin-project/feat/lotus-pcr
add lotus-pcr command tool
2020-08-07 19:39:31 +02:00
Łukasz Magiera
7a18578706
Merge pull request #2897 from filecoin-project/fix/paych-on-complete
Remove unneeded onComplete call in paych queue
2020-08-07 19:33:25 +02:00
Łukasz Magiera
54a6d58c2e
Merge pull request #2896 from filecoin-project/feat/mpool-config-priority
message pool config and priority addresses
2020-08-07 19:32:27 +02:00
vyzo
7e16e3e220 satisfy linter 2020-08-07 20:20:22 +03:00
Travis Person
f5f11af73f lotus-pcr: ignore all actors except miners 2020-08-07 17:20:18 +00:00
vyzo
f6e8f02fd2 add persistence for mpool config 2020-08-07 20:10:09 +03:00
Łukasz Magiera
f1140e5c89
Merge pull request #2898 from filecoin-project/inc/min-gas-premium
Update MinGasPremium for estimation to 10e3, improve estimation
2020-08-07 19:03:36 +02:00
Travis Person
2f9cef38a1 add lotus-pcr command tool
Lotus PCR will attempt to reimbursement the initial pledge collateral
of the PreCommitSector miner actor method for all miners on the network.
2020-08-07 16:56:30 +00:00
Dirk McCormick
d3aa5e638d refactor: remove unused method 2020-08-07 12:53:40 -04:00
Dirk McCormick
e488996fd0 fix: remove unused onComplete callback 2020-08-07 12:53:40 -04:00
vyzo
1b56b88132 add cooldown to message pruning 2020-08-07 19:51:49 +03:00
vyzo
c735d0da0e fix test compilation issue 2020-08-07 19:51:49 +03:00
vyzo
b40346e1ea never prune priority actor messages 2020-08-07 19:51:49 +03:00