lotus/chain/messagepool
2020-09-05 22:15:18 +03: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 add test for priority selection with negative chains 2020-09-05 22:15:18 +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 add test for priority selection with negative chains 2020-09-05 22:15:18 +03:00
selection.go fix selection bug; priority messages were not included if other's chains were negative 2020-09-05 21:30:02 +03:00