lotus/documentation/en
Phi-rjan 2d57bfe273
feat: Skeleton for nv23 (#11964)
* Use local GST

Use local GST

* Import actors and define upgrade heights

Creatin a mock actor-bundle and define upgrade heights

* Generate adapters

Updates gen/inlinegen-data.json, and runs make actors-gen

* Add schedule and migration

Add schedule and migration

* Add upgrade and network version fields/params

Add upgrade and network version fields/params

* Run make gen / make docsgen-cli

Run make gen / make docsgen-cli

* Update filecoin-ffi

Update filecoin-ffi to the v1.28.0-dev tag, which supports the nv23 skeleton.

* Update GST to v0.14.0-dev

Update GST to v0.14.0-dev, which includes the nv23 skeleton

* Add support for actor version 14 in actor registry

Add support for actor version 14 in actor registry
2024-05-07 09:40:49 +02:00
..
architecture Fix: typos 2023-01-31 23:33:11 +01:00
.glossary.json Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
.library.json Delete most docs. Update about page with links to docs.filecoin.io 2020-09-17 20:35:19 +02:00
about.md Fix: typo 2023-01-31 23:20:20 +01:00
actor-events-api.md docs: actor events API and DDO documentation (#11615) 2024-04-02 16:15:18 +11:00
api-v0-methods-curio.md feat: curio: add StorageInit api (#11918) 2024-04-26 10:26:57 +02:00
api-v0-methods-miner.md feat: Skeleton for nv23 (#11964) 2024-05-07 09:40:49 +02:00
api-v0-methods-worker.md fix exec traces with new ffi 2023-09-19 11:58:13 +02:00
api-v0-methods.md feat: Skeleton for nv23 (#11964) 2024-05-07 09:40:49 +02:00
api-v1-unstable-methods.md feat: Skeleton for nv23 (#11964) 2024-05-07 09:40:49 +02:00
block-validation.md Fix/texts (#11298) 2023-10-27 11:32:42 -07:00
cli-curio.md chore: bump build version in master (#11946) 2024-05-02 07:26:04 +02:00
cli-lotus-miner.md chore: bump build version in master (#11946) 2024-05-02 07:26:04 +02:00
cli-lotus-provider.md release: v1.26.3 (#11908) (#11915) (#11922) 2024-04-23 23:04:32 -04:00
cli-lotus-worker.md chore: bump build version in master (#11946) 2024-05-02 07:26:04 +02:00
cli-lotus.md chore: bump build version in master (#11946) 2024-05-02 07:26:04 +02:00
cli-sptool.md chore: bump build version in master (#11946) 2024-05-02 07:26:04 +02:00
create-miner.md Fix: typo 2023-01-31 23:27:40 +01:00
data-onboarding-visibility.md docs: actor events API and DDO documentation (#11615) 2024-04-02 16:15:18 +11:00
default-curio-config.toml feat: curio/lmrpc: Ingest backpressure (#11865) 2024-04-11 21:36:38 -05:00
default-lotus-config.toml feat: ipfs: remove IPFS client backend (#11661) 2024-04-04 07:35:54 -07:00
default-lotus-miner-config.toml feat: sealing: Support nv22 DDO features in the sealing pipeline (#11226) 2024-03-22 07:00:28 +01:00
dev-tools-pond-ui.md Fix: typo 2023-01-31 23:28:24 +01:00
jaeger-tracing.md Fix: typos 2023-01-31 23:30:09 +01:00
README.md chore: Fix dead links to docs.filecoin.io 2022-09-14 00:10:22 +01:00
sealing-procs.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
WIP-arch-complementary-notes.md Fix: typos 2023-01-31 23:23:42 +01:00

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.