lotus/chain/messagepool
Łukasz Magiera 01449e486c
Merge pull request #3528 from filecoin-project/fix/sele-gas-reward
Fix calculation of GasReward in messagepool
2020-09-03 20:41:28 +02: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 tests 2020-09-03 15:28:44 +03:00
messagepool.go refuse to add duplicates in the mpool 2020-09-03 15:28:44 +03:00
provider.go Take into account messages in current tispet by executing it 2020-08-25 04:02:06 +02:00
pruning.go track expected nonce in mpool, refuse messages with large gaps 2020-09-03 15:28:44 +03:00
repub_test.go fix test 2020-09-03 15:28:44 +03:00
repub.go cap MaxNonceGap to 4, add delay between batch messages during republish 2020-09-03 15:28:44 +03:00
selection_test.go Merge pull request #3528 from filecoin-project/fix/sele-gas-reward 2020-09-03 20:41:28 +02:00
selection.go Appease the linter 2020-09-03 20:19:01 +02:00