lotus/chain/messagepool
vyzo 09f5a64ce0
use gasPerf for negative performance check
it's the same in actually because effPerf<0 iff gasPerf<0, but we should be consistent

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-13 14:08:11 +02:00
..
gasguess better handling of gas guess errors 2020-08-05 10:19:32 +03:00
block_proba_test.go turn probability eyeballing into an actual test 2020-08-11 20:47:50 +03:00
block_proba.go Better "optimal selection 2020-08-13 14:08:10 +02:00
config.go Validate message pool config, validate GasPremium < GasFeeCap 2020-08-12 20:31:34 +02:00
messagepool_test.go fix test compilation issue 2020-08-07 19:51:49 +03:00
messagepool.go Merge pull request #3000 from filecoin-project/feat/mpool-add-semaphore 2020-08-12 21:53:59 +02:00
provider.go refactor messagepool provider out of the main messagepool implementation 2020-08-12 09:13:57 +03:00
pruning.go add cooldown to message pruning 2020-08-07 19:51:49 +03:00
repub.go fix republishing chain selection to account for edge case of inordinately long chains 2020-08-12 09:41:02 +03:00
selection_test.go make OptimalSelection3 test pass 2020-08-13 14:08:11 +02:00
selection.go use gasPerf for negative performance check 2020-08-13 14:08:11 +02:00