lotus/chain/messagepool
Steven Allen 5733c71c50 Lint everything
We were ignoring quite a few error cases, and had one case where we weren't
actually updating state where we wanted to. Unfortunately, if the linter doesn't
pass, nobody has any reason to actually check lint failures in CI.

There are three remaining XXXs marked in the code for lint.
2020-08-20 20:46:36 -07:00
..
gasguess better handling of gas guess errors 2020-08-05 10:19:32 +03:00
block_proba_test.go Add test for winnerProba 2020-08-18 21:10:04 +02:00
block_proba.go Lint everything 2020-08-20 20:46:36 -07: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 fix deadlock in mpool.Push 2020-08-18 10:19:46 +03:00
provider.go Lint everything 2020-08-20 20:46:36 -07:00
pruning.go add cooldown to message pruning 2020-08-07 19:51:49 +03:00
repub.go trigger early republish from head changes 2020-08-17 10:03:39 +03:00
selection_test.go fix OptimalSelection3 test 2020-08-18 22:24:07 +03:00
selection.go small fixes in optimal selection 2020-08-13 19:49:07 +03:00