Files
lotus/cli
Steven Allen 58900a7033 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 13:17:17 -08:00
..
2023-01-31 10:28:12 +01:00
2023-02-09 16:50:15 +01:00
2023-03-06 12:05:04 -07:00
2023-01-25 13:13:56 +01:00
2023-02-17 00:21:29 -05:00
2021-05-07 15:30:05 +02:00
2021-08-26 15:45:17 +02:00
2022-06-14 17:00:51 +02:00
2022-10-10 08:31:55 +02:00
2023-01-25 13:13:56 +01:00
2022-08-29 16:25:30 +02:00
2021-05-07 15:30:04 +02:00
2022-08-29 16:25:30 +02:00
2022-11-08 09:37:43 +00:00
2021-11-02 17:28:11 +00:00
2022-08-29 16:25:30 +02:00
2023-01-26 10:13:39 +01:00