lotus/documentation/en
Phi 8b5da86727 feat: introduce local nv21 skeleton
Introduce nv21 skeleton for local testing:

- Use local go-state-types with actor_version_checklist changes: https://github.com/filecoin-project/go-state-types/blob/master/actors_version_checklist.md
- Imports mock v12-actors bundle
- Define upgrade heights
- Generate adapters
- Add upgrade schedule and migration
- Add actorstype to the NewActorRegistry in /chain/consensus/computestate.go
- Add upgrade field to api/types.go/ForkUpgradeParams
- Add upgrade to node/impl/full/state.go
- Add network version to chain/state/statetree.go
- make jen
- make docsgen-cli
2023-08-16 20:01:48 +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
api-v0-methods-miner.md feat: introduce local nv21 skeleton 2023-08-16 20:01:48 +02:00
api-v0-methods-worker.md fix: sealing: Make lotus-worker report GPU usage to miner during ReplicaUpdate task (#10806) 2023-05-03 12:28:03 -04:00
api-v0-methods.md feat: introduce local nv21 skeleton 2023-08-16 20:01:48 +02:00
api-v1-unstable-methods.md feat: introduce local nv21 skeleton 2023-08-16 20:01:48 +02:00
block-validation.md Fix: typo 2023-01-31 23:25:26 +01:00
cli-lotus-miner.md chore: release v1.23.3 2023-07-27 18:38:50 -04:00
cli-lotus-worker.md chore: release v1.23.3 2023-07-27 18:38:50 -04:00
cli-lotus.md feat: chain node: Move consensus slasher to internal service 2023-08-01 12:06:18 -04:00
create-miner.md Fix: typo 2023-01-31 23:27:40 +01:00
default-lotus-config.toml feat: chain node: Move consensus slasher to internal service 2023-08-01 12:06:18 -04:00
default-lotus-miner-config.toml Merge pull request #10854 from filecoin-project/revert-10852-sbansal/revert-10848 2023-05-30 19:34:44 +02: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.