Reference implementation of the Filecoin protocol, written in Go
Go to file
Aayush Rajasekaran bc4cbdc895 Update docs
2020-09-30 01:45:03 -04:00
.circleci Re-add docs-check step to circle 2020-09-21 18:43:57 +02:00
.github Add Kubuxu to CODEOWNERS 2020-09-09 21:32:03 +02:00
api Add an endpoint to validate whether a string is a well-formed address 2020-09-30 01:43:10 -04:00
build Merge branch 'master' into master 2020-09-28 09:22:21 +02:00
chain Merge pull request #3868 from austinabell/async/stransition 2020-09-29 16:50:52 +02:00
cli wallet list cli: Print balances/nonces 2020-09-29 11:21:08 +02:00
cmd Merge pull request #4051 from filecoin-project/chore/final-dealstat-version 2020-09-29 19:39:16 +02:00
conformance conformance: supply network version to driver. 2020-09-24 17:58:34 +01:00
documentation Update docs 2020-09-30 01:45:03 -04:00
extern also update our vendored blst repo 2020-09-24 11:32:38 -07:00
gen Remove a misleading miner actor abstraction 2020-09-23 14:49:53 -07:00
genesis Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
journal allow customizing disabled journal events + tests. 2020-09-14 13:01:03 +01:00
lib Ignore the linter 2020-09-08 12:18:48 +02:00
lotuspond Add some actors policy setters for testing 2020-09-23 15:00:52 -07:00
markets fixup some imports 2020-09-22 10:52:23 -07:00
metrics metrics: add expected height metric 2020-09-07 02:57:12 +00:00
miner miner debug where injectNulls != 0 2020-09-27 15:01:42 +08:00
node Add an endpoint to validate whether a string is a well-formed address 2020-09-30 01:43:10 -04:00
paychmgr Use actor state addresses 2020-09-23 02:32:40 -04:00
scripts replace Requires with Wants 2020-09-17 12:17:18 +02:00
storage Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
tools Merge pull request #3431 from filecoin-project/feat/docs-reorg 2020-09-29 22:29:58 +02:00
.codecov.yml Disable codecov annotations 2020-09-03 13:39:16 +02:00
.dockerignore add docker support 2019-12-05 11:31:32 +08:00
.gitignore add lotus-pcr to ignore 2020-09-16 19:08:47 +08:00
.gitmodules add filecoin-project oni as submodule and compile lotus-soup 2020-09-16 15:12:41 +02:00
.golangci.yml Lint everything 2020-08-20 20:46:36 -07:00
CHANGELOG.md Lotus version 0.8.0 2020-09-26 03:13:20 -04:00
go.mod Remove statediff, fix lint, go mod tidy 2020-09-29 14:49:47 +02:00
go.sum Go mod tidy 2020-09-29 14:50:08 +02:00
LICENSE-APACHE Add basic readme and licenses 2019-08-01 21:26:11 -07:00
LICENSE-MIT Add basic readme and licenses 2019-08-01 21:26:11 -07:00
Makefile Keep api-methods.md even if not part of the docs 2020-09-17 20:50:37 +02:00
README.md Update build and setup instruction link 2020-09-18 04:36:27 -04:00
SECURITY.md doc: report a vulnerability 2020-06-22 12:45:24 -03:00

Project Lotus Logo

Project Lotus - 莲


Lotus is an implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the Filecoin Spec.

Building & Documentation

For instructions on how to build, install and setup lotus, please visit https://docs.filecoin.io/get-started/lotus.

Reporting a Vulnerability

Please send an email to security@filecoin.org. See our security policy for more details.

Development

The main branches under development at the moment are:

  • master: current testnet.
  • next: working branch with chain-breaking changes.
  • ntwk-calibration: devnet running one of next commits.

Tracker

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work towards Mainnet launch can be seen at the lotus github project board. The issues labeled with incentives are there to identify the issues needed for Space Race launch.

Packages

The lotus Filecoin implementation unfolds into the following packages:

License

Dual-licensed under MIT + Apache 2.0