Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-08-20 01:55:17 -04:00
.circleci
.github docs: Expand sealing issue template 2020-08-19 01:57:57 +02:00
api Merge pull request #3175 from filecoin-project/feat/control-addersses-control 2020-08-20 02:24:33 +02:00
build
chain Merge pull request #3165 from filecoin-project/fix/validator-ignore-nonce-errors 2020-08-20 00:00:20 +02:00
cli Merge pull request #3175 from filecoin-project/feat/control-addersses-control 2020-08-20 02:24:33 +02:00
cmd fix(chainwatch): Handle RewardState.EpochSmoothingEstimate == nil 2020-08-20 01:55:17 -04:00
documentation Merge pull request #3175 from filecoin-project/feat/control-addersses-control 2020-08-20 02:24:33 +02:00
extern Calculate depositMinimum for upgrading as replaced sector's Initialpledge 2020-08-18 19:22:43 -04:00
gen
genesis fixup ID allocation and a few other things 2020-08-19 12:54:33 -07:00
journal
lib fix lint errors. 2020-08-17 14:39:33 +01:00
lotuspond
markets fix(api): Filter malformed peer ID before RPC marshaling 2020-08-18 16:29:21 -04:00
metrics
miner
node Merge pull request #3175 from filecoin-project/feat/control-addersses-control 2020-08-20 02:24:33 +02:00
paychmgr
scripts
storage gofmt, api docstring 2020-08-20 01:26:13 +02:00
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod feat(cli): add updates to data transfer 2020-08-18 17:36:29 -07:00
go.sum need to merge 2020-08-19 12:25:38 +03:00
LICENSE-APACHE
LICENSE-MIT
Makefile
README.md docs: add badgers 2020-08-19 01:57:25 +02:00
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 https://docs.lotu.sh 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