Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera c81db5a21c
Merge pull request #4420 from filecoin-project/deps/drand-v1.2.0
Chore: update drand to v1.2.0
2020-10-23 18:25:00 +02:00
.circleci
.github
api Fix list-asks, deals with non-genesis miners in lite-mode 2020-10-23 17:08:21 +02:00
build Merge pull request #4511 from filecoin-project/steb/generalize-window-post 2020-10-22 21:27:48 +02:00
chain Merge pull request #4420 from filecoin-project/deps/drand-v1.2.0 2020-10-23 18:25:00 +02:00
cli Merge pull request #4263 from filecoin-project/feat/lite-market-client 2020-10-23 17:23:06 +02:00
cmd Merge pull request #4263 from filecoin-project/feat/lite-market-client 2020-10-23 17:23:06 +02:00
conformance Merge pull request #4449 from austinabell/austin/confcircsupplyfix 2020-10-22 18:53:10 +02:00
documentation docsgen 2020-10-22 14:46:10 +02:00
extern Merge pull request #4511 from filecoin-project/steb/generalize-window-post 2020-10-22 21:27:48 +02:00
gen
genesis port to v2 imports 2020-10-21 12:16:23 -07:00
journal
lib Disable blockstore bloom filter 2020-10-21 04:22:49 +02: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 don't resolve the worker key twice 2020-10-22 15:48:09 -07:00
node Fix list-asks, deals with non-genesis miners in lite-mode 2020-10-23 17:08:21 +02:00
paychmgr feat: lite-mode - market storage and retrieval clients 2020-10-23 15:02:26 +02:00
scripts
storage Merge pull request #4511 from filecoin-project/steb/generalize-window-post 2020-10-22 21:27:48 +02:00
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod Merge pull request #4420 from filecoin-project/deps/drand-v1.2.0 2020-10-23 18:25:00 +02:00
go.sum Merge pull request #4420 from filecoin-project/deps/drand-v1.2.0 2020-10-23 18:25:00 +02: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, 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