Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-09-26 09:16:49 +02:00
.circleci
.github
api test sector status on expiring sectors 2020-09-25 12:16:35 -07:00
build Lotus version 0.8.0 2020-09-26 03:13:20 -04:00
chain Fix docs and linter 2020-09-26 02:59:24 -04:00
cli Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
cmd Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
conformance conformance: supply network version to driver. 2020-09-24 17:58:34 +01:00
documentation Fix docs and linter 2020-09-26 02:59:24 -04: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
metrics
miner Merge branch 'zgfzgf-miner-break' into master 2020-09-24 16:03:47 +02:00
node Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
paychmgr Use actor state addresses 2020-09-23 02:32:40 -04:00
scripts
storage Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md Lotus version 0.8.0 2020-09-26 03:13:20 -04:00
go.mod Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
go.sum Ignition upgrades, much excite. 2020-09-25 23:55:37 -07:00
LICENSE-APACHE
LICENSE-MIT
Makefile
README.md
SECURITY.md

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