lotus/chain/messagepool
Steven Allen 1234fcfd4f fix: mempool: check messages against the next block's height
Previously, we checked message gas/validity with the previous block's
height. This doesn't affect consensus, but will help us avoid adding
messages to the message pool that shouldn't be there.
2022-02-21 18:13:07 +00:00
..
gasguess migrate methods to abstracted methods 2020-10-21 12:18:37 -07: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
check_test.go Add unit and integration tests for mempool 2022-02-02 17:08:50 +01:00
check.go fix: mempool: check messages against the next block's height 2022-02-21 18:13:07 +00:00
config.go Plumb contexts through 2021-12-11 17:04:00 -05:00
messagepool_test.go test: don't parse err messages in messagepool_test 2022-02-09 19:54:45 +01:00
messagepool.go fix: mempool: check messages against the next block's height 2022-02-21 18:13:07 +00:00
provider.go plumb more contexts 2021-12-17 11:42:09 +02:00
pruning.go Plumb contexts through 2021-12-11 17:04:00 -05:00
repub_test.go Add unit and integration tests for mempool 2022-02-02 17:08:50 +01:00
repub.go Mempool: Selection should respect CBOR limits 2021-12-13 18:28:05 -05:00
selection_test.go Add unit and integration tests for mempool 2022-02-02 17:08:50 +01:00
selection.go Merge remote-tracking branch 'origin/master' into deps/update-ctx-dsbs 2021-12-17 13:01:22 +01:00
test-messages.json.gz add selection test with real world messages dumped from a live node mpool 2020-09-09 20:46:26 +03:00