lotus/documentation/en
Steven Allen 89499bfd40 fvm: chore: update FVM
This:

1. Updates the builtin actors bundle (for actors v10).
2. Updates the event entry type to include the codec.
3. Removes the cbor encoding and zero trimming from event data.

I've chose to:

1. _Not_ add codec handling to the event filtering system for now.
2. _Skip_ events with unexpected codecs.

We don't actually _allow_ these events in the FVM right now, and it
simplifies the implementation.

However, I _am_ recording the codecs in the database so we don't have to
migrate it later.
2023-02-07 18:15:40 -08:00
..
architecture segregate chain and state blockstores. 2021-02-28 22:49:44 +00: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 chore: Fix dead links to docs.filecoin.io 2022-09-14 00:10:22 +01:00
api-v0-methods-miner.md NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
api-v0-methods-worker.md fix: docgen: correctly check for exported fields 2022-12-23 12:59:12 -05:00
api-v0-methods.md NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
api-v1-unstable-methods.md fvm: chore: update FVM 2023-02-07 18:15:40 -08:00
block-validation.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
cli-lotus-miner.md make docsgen-cli 2023-01-04 19:56:45 +08:00
cli-lotus-worker.md Set more timeouts to 30s 2022-11-29 10:34:19 -05:00
cli-lotus.md Refactor EvmGetInfoCmd 2023-01-20 16:51:01 -05:00
create-miner.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
default-lotus-config.toml remove extra event doc 2023-01-19 19:53:21 -05:00
default-lotus-miner-config.toml Merge pull request #7398 from ChainSafe/libp2p-pubsub-tracer 2022-12-08 12:14:56 +01:00
dev-tools-pond-ui.md Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02:00
jaeger-tracing.md update jaeger documentation 2021-05-25 23:53:08 -07: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 Move unclassified docs back to the docs root 2020-09-21 19:05:49 +02: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.