lotus/chain/messagepool
vyzo 26f025bc96 some small improvements in the handling of non-performing chains
1. We break the message accumulation the first time we see a chain with gasPerf <= 0
   as it is not profitable to include them in the block
2. When trimming, we remove also trim negative performing messages to make the trimmed
   chain profitable.
2020-08-07 10:33:00 +03:00
..
gasguess better handling of gas guess errors 2020-08-05 10:19:32 +03:00
messagepool_test.go Make mpool select only profitable messages 2020-08-07 00:40:25 +02:00
messagepool.go Make mpool select only profitable messages 2020-08-07 00:40:25 +02:00
pruning.go Make mpool select only profitable messages 2020-08-07 00:40:25 +02:00
selection_test.go Make mpool select only profitable messages 2020-08-07 00:40:25 +02:00
selection.go some small improvements in the handling of non-performing chains 2020-08-07 10:33:00 +03:00