lotus/chain/messagepool
Steven Allen b7db4cb280 feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416)
However, we're leaving the default at 1.25x for backwards compatibility, for now.

Also:

1. Actually use the configured replace fee ratio.
2. Store said ratios as percentages instead of floats. 1.25, or 1+1/(2^2),
can be represented as a float. 1.1, or 1 + 1/(2 * 5), cannot.

fixes #10415
2023-03-09 19:20:01 -05:00
..
gasguess chore: fix imports 2022-06-14 17:00:51 +02:00
block_proba_test.go fix make gen 2022-08-29 16:25:30 +02:00
block_proba.go Lint everything 2020-08-20 20:46:36 -07:00
check_test.go fix make gen 2022-08-29 16:25:30 +02:00
check.go chore: fix imports 2022-06-14 17:00:51 +02:00
config.go feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416) 2023-03-09 19:20:01 -05:00
messagepool_test.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
messagepool.go feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416) 2023-03-09 19:20:01 -05:00
provider.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
pruning.go chore: fix imports 2022-06-14 17:00:51 +02:00
repub_test.go Change Mpool push API to have an option to publish 2022-10-04 16:49:09 +00:00
repub.go feat: support typed errors over RPC 2022-09-27 15:34:01 +00:00
selection_test.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
selection.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00: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