Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-10-30 20:18:03 +01:00
.circleci circle: Install hwloc 2020-10-28 15:46:57 +01:00
.github
api Debug flag to force running sealing scheduler 2020-10-30 11:07:35 +01:00
build Merge remote-tracking branch 'origin/master' into feat/async-restartable-workers 2020-10-27 03:31:07 +01:00
chain Merge pull request #4651 from filecoin-project/feat/prep-for-gasb 2020-10-30 20:18:03 +01:00
cli Merge remote-tracking branch 'origin/master' into feat/async-restartable-workers 2020-10-27 16:56:29 +01:00
cmd Merge pull request #4662 from filecoin-project/feat/force-sched-cli 2020-10-30 20:15:49 +01:00
conformance Merge pull request #4449 from austinabell/austin/confcircsupplyfix 2020-10-22 18:53:10 +02:00
documentation Merge remote-tracking branch 'origin/master' into feat/async-restartable-workers 2020-10-27 16:56:29 +01:00
extern Debug flag to force running sealing scheduler 2020-10-30 11:07:35 +01:00
gen
genesis port to v2 imports 2020-10-21 12:16:23 -07:00
journal
lib Merge pull request #4650 from jsign/jsign/offlinemode 2020-10-29 22:24:58 +01:00
lotuspond
markets feat: lite-mode - market storage and retrieval clients 2020-10-23 15:02:26 +02:00
metrics gofmt 2020-10-21 18:39:57 +10:00
miner Fix random test failures 2020-10-23 19:33:30 +02:00
node Debug flag to force running sealing scheduler 2020-10-30 11:07:35 +01:00
paychmgr fix: race in paych manager add funds 2020-10-26 11:09:56 +01:00
scripts
storage fix TestWDPostDoPost 2020-10-28 15:23:21 +01:00
tools
.codecov.yml fix code coverage ignore 2020-10-14 18:21:16 -07:00
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md Lotus version 1.1.2 2020-10-24 06:33:31 -04:00
go.mod update filecoin-ffi 2020-10-24 17:15:44 -03:00
go.sum Update FFI 2020-10-27 15:37:11 +01:00
LICENSE-APACHE
LICENSE-MIT
Makefile make: Drop npm calls from buildall 2020-10-20 13:48:32 +02:00
README.md
SECURITY.md Update SECURITY.md 2020-10-14 15:11:30 +02: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