lotus/chain
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
..
actors fix: eth: return the correct nonce from EthGetTransactionCount 2023-02-17 10:51:42 -08:00
beacon gas estimation shed command 2022-11-15 21:39:56 -05:00
consensus fix: state: short-circuit genesis state computation 2023-03-06 16:01:21 -05:00
ethhashlookup simplify transaction hash db queries, prevent fd leaks 2023-01-30 11:03:12 -05:00
events chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
exchange fix: error checks 2023-01-04 20:10:21 +08:00
gen chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
market Address simple linter issues 2022-11-24 16:32:27 +00:00
messagepool feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416) 2023-03-09 19:20:01 -05:00
messagesigner fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00
rand fix make gen 2022-08-29 16:25:30 +02:00
state lint 2022-11-09 11:38:16 +02:00
stmgr fix: state: short-circuit genesis state computation 2023-03-06 16:01:21 -05:00
store chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
sub chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
types feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416) 2023-03-09 19:20:01 -05:00
vectors NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
vm chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
wallet NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
badtscache.go chore: fix imports 2022-06-14 17:00:51 +02:00
block_receipt_tracker.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
checkpoint.go chore: fix imports 2022-06-14 17:00:51 +02:00
signatures.go Refactor: Unify EthTx to FilecoinMessage methods v2 (#10095) 2023-01-30 18:40:14 +00:00
sync_manager_test.go fix make gen 2022-08-29 16:25:30 +02:00
sync_manager.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
sync_test.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
sync.go chore: all: bump go-libipfs to replace go-block-format 2023-02-17 18:46:11 +01:00
syncstate.go Expose WorkerID 2020-10-28 20:22:07 +01:00
types_test.go fix make gen 2022-08-29 16:25:30 +02:00