c9c070727a
* poc for eth legacy tx * print statements * finished * tests work * remove print statements * Remove all print statements * remove extraneous changes * cleaned up code and interface * run make jen * dont duplicate signature * go mod tidy and remove prints * clean up tests * test for conversion * changes as per review * more unit tests for legacy txns * Apply suggestions from code review Co-authored-by: Rod Vagg <rod@vagg.org> * address review comments from Rodd * changes as per zen's 2nd review * go mod tidy * feat: ETH compatibility in Filecoin : Support EIP-155 Ethereum transactions in Filecoin (#11970) * itests passing for 155 tx * first working version for EIP-155 transactions * green itest * add docs * tests * remove print stmt * remove print stmt * validate signature * changes as per zen's review * correct signature verification * gate tx by Network Version * handle arajsek review * fix imports order * fix lint * dont lock in mpool for network gating ETH messages * sender can be an ID address --------- Co-authored-by: Rod Vagg <rod@vagg.org> |
||
---|---|---|
.. | ||
architecture | ||
.glossary.json | ||
.library.json | ||
about.md | ||
actor-events-api.md | ||
api-v0-methods-curio.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 | ||
data-onboarding-visibility.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:
- https://lotus.filecoin.io/lotus/get-started/what-is-lotus/
- https://lotus.filecoin.io/tutorials/lotus/store-and-retrieve/store-data/
- https://lotus.filecoin.io/tutorials/lotus-miner/run-a-miner/
- https://lotus.filecoin.io/developers/
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.