lotus/build
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
..
actors chore: deps: update to actors v10.0.0 2023-02-28 14:14:20 -05:00
bootstrap update butterfly artifects 2023-02-14 19:24:35 -05:00
genesis update butterfly artifects 2023-02-14 19:24:35 -05:00
openrpc feat: mempool: Reduce minimum replace fee from 1.25x to 1.1x (#10416) 2023-03-09 13:17:17 -08:00
proof-params
bootstrap.go
builtin_actors_gen.go chore: deps: update to actors v10.0.0 2023-02-28 14:14:20 -05:00
builtin_actors_test.go
builtin_actors.go
clock.go
drand.go
flags.go
forks.go
genesis.go
isnearupgrade.go
limits.go
openrpc_test.go
openrpc.go
panic_reporter.go
parameters.go
params_2k.go
params_butterfly.go fix: build: use actual v9 bundles for butterfly 2023-02-08 11:56:40 -05:00
params_calibnet.go - add calibration nv18 upgade epoch 2023-02-14 18:48:23 -05:00
params_debug.go
params_interop.go
params_mainnet.go build: v1.20.0: release prep (#10368) 2023-02-28 18:43:25 -05:00
params_shared_funcs.go
params_shared_vals.go
params_testground.go
testing_flags.go
tools.go
version.go build: v1.20.0: release prep (#10368) 2023-02-28 18:43:25 -05:00