lotus/documentation/en
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
..
architecture
.glossary.json
.library.json
about.md
api-v0-methods-miner.md
api-v0-methods-worker.md
api-v0-methods.md
api-v1-unstable-methods.md
block-validation.md
cli-lotus-miner.md
cli-lotus-worker.md
cli-lotus.md
create-miner.md
default-lotus-config.toml
default-lotus-miner-config.toml
dev-tools-pond-ui.md
jaeger-tracing.md
README.md
sealing-procs.md
WIP-arch-complementary-notes.md

Lotus documentation

This folder contains some Lotus documentation mostly intended for Lotus developers.

User documentation (including documentation for miners) has been moved to https://lotus.filecoin.io:

Documentation Website

https://lotus.filecoin.io source is in lotus-docs repository, which contains Lotus as a git submodule.

To update the site, the lotus-docs repository should be updated with the desired version for the lotus git submodule. Once pushed to master, it will be auto-deployed.