Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-09-25 23:47:59 -07:00
.circleci
.github
api test sector status on expiring sectors 2020-09-25 12:16:35 -07:00
build Merge pull request #3975 from filecoin-project/steb/abstract-actor-policy 2020-09-24 15:51:41 +02:00
chain Test supported proof types. 2020-09-25 14:36:36 -07:00
cli add json output to state compute 2020-09-25 23:47:59 -07:00
cmd Correct helptext around set ask 2020-09-25 00:11:10 -04:00
conformance conformance: supply network version to driver. 2020-09-24 17:58:34 +01:00
documentation Make sync wait nicer 2020-09-24 13:39:49 +02:00
extern Add some actors policy setters for testing 2020-09-23 15:00:52 -07:00
gen Remove a misleading miner actor abstraction 2020-09-23 14:49:53 -07:00
genesis
journal
lib
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
miner Merge branch 'zgfzgf-miner-break' into master 2020-09-24 16:03:47 +02:00
node Merge pull request #3991 from filecoin-project/feat/nicer-syncwait 2020-09-24 17:03:21 +02: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 migrate some more imports 2020-09-21 15:24:45 -07:00
tools Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-18 19:29:06 +02:00
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md Fixup changelog: 2020-09-23 20:49:31 -04:00
go.mod feat(markets): update to 0.6.3 2020-09-25 02:35:34 -07:00
go.sum feat(markets): update to 0.6.3 2020-09-25 02:35:34 -07:00
LICENSE-APACHE
LICENSE-MIT
Makefile
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 lotus from source, please visit Lotus build and setup instruction or read the source here.

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