Reference implementation of the Filecoin protocol, written in Go
Go to file
2021-01-06 16:03:29 -05:00
.circleci
.github
api Merge pull request #5176 from filecoin-project/shaodan-miner-sectors-info 2020-12-10 20:09:15 +01:00
build Skip bootstrapping if no peers specified 2021-01-06 16:03:29 -05:00
chain Merge pull request #5293 from filecoin-project/fix/fund-mgr-nice-err 2021-01-06 20:23:50 +01:00
cli Merge pull request #5259 from filcloud/verbose-transfer 2021-01-06 17:24:13 +01:00
cmd Merge pull request #5222 from filcloud/bench-env 2021-01-06 20:17:42 +01:00
conformance tvx extract: more tipset extraction goodness. 2020-12-27 18:58:35 +00:00
documentation Merge pull request #5176 from filecoin-project/shaodan-miner-sectors-info 2020-12-10 20:09:15 +01:00
extern Merge pull request #5251 from liismn/master 2021-01-05 19:35:49 +01:00
gen
genesis
journal
lib Fix race in blockstore test suite 2021-01-05 20:34:28 +01:00
lotuspond
markets markets: Fix deal expired panic 2020-12-17 12:01:51 +01:00
metrics add metrics for delayed blocks. 2020-12-10 14:52:05 +00:00
miner optimize code use existence var 2020-12-03 09:54:57 +08:00
node Merge pull request #5176 from filecoin-project/shaodan-miner-sectors-info 2020-12-10 20:09:15 +01:00
paychmgr fix: when waiting for deal commit messages, ignore unsuccessful messages 2020-12-14 12:30:52 +01:00
scripts
storage Refactor DefaultMessageSendSpec 2020-12-08 20:51:27 +01:00
system
testplans
tools
.codecov.yml
.dockerignore
.gitignore add keygen outfile 2020-12-04 18:39:35 +08:00
.gitmodules
.golangci.yml
CHANGELOG.md Lotus version 1.4.0 2020-12-19 16:18:32 -05:00
go.mod Upgrade specs-actors 2020-12-19 21:34:57 +01:00
go.sum Upgrade specs-actors 2020-12-19 21:34:57 +01:00
LICENSE-APACHE
LICENSE-MIT
Makefile Create a calibnet build option 2021-01-05 00:32:15 -05:00
README.md
SECURITY.md Update SECURITY.md (#5246) 2020-12-23 00:48:25 -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