Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera 82b95e34b7 cbor gen
2020-09-17 17:37:16 +02:00
.circleci circleci: make lint expend all cores. (#3831) 2020-09-14 14:18:53 +02:00
.github Add Kubuxu to CODEOWNERS 2020-09-09 21:32:03 +02:00
api docsgen 2020-09-17 17:31:09 +02:00
build Migrate verifreg actor 2020-09-17 03:55:23 -04:00
chain cbor gen 2020-09-17 17:37:16 +02:00
cli Most tests passing 2020-09-17 17:30:24 +02:00
cmd Most tests passing 2020-09-17 17:30:24 +02:00
conformance Most tests passing 2020-09-17 17:30:24 +02:00
documentation docsgen 2020-09-17 17:31:09 +02:00
extern Most tests passing 2020-09-17 17:30:24 +02:00
gen Progress 2020-09-14 15:43:12 -07:00
genesis Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
journal allow customizing disabled journal events + tests. 2020-09-14 13:01:03 +01:00
lib Ignore the linter 2020-09-08 12:18:48 +02:00
lotuspond cbor gen 2020-09-17 17:37:16 +02:00
markets Most tests passing 2020-09-17 17:30:24 +02:00
metrics metrics: add expected height metric 2020-09-07 02:57:12 +00:00
miner Merge branch 'master' into inmem-journal 2020-09-14 12:17:45 +01:00
node Most tests passing 2020-09-17 17:30:24 +02:00
paychmgr feat(paych): convert paych actor 2020-09-15 21:06:04 -07:00
scripts Draw the rest of the owl 2020-09-10 17:41:55 -04:00
storage Most tests passing 2020-09-17 17:30:24 +02:00
tools Incremental progress towards using new power state interface 2020-09-16 01:57:18 -04:00
.codecov.yml Disable codecov annotations 2020-09-03 13:39:16 +02:00
.dockerignore add docker support 2019-12-05 11:31:32 +08:00
.gitignore Update lotus-seal-worker to lotus-worker 2020-07-09 11:04:45 +08:00
.gitmodules Add fil-blst submodule 2020-09-10 22:04:08 +02:00
.golangci.yml Lint everything 2020-08-20 20:46:36 -07:00
CHANGELOG.md Lotus version 0.7.0 2020-09-10 17:56:54 -04:00
go.mod feat(markets): complete markets conversion 2020-09-17 00:43:14 -07:00
go.sum feat(markets): complete markets conversion 2020-09-17 00:43:14 -07:00
LICENSE-APACHE Add basic readme and licenses 2019-08-01 21:26:11 -07:00
LICENSE-MIT Add basic readme and licenses 2019-08-01 21:26:11 -07:00
Makefile docs: rename file 2020-08-24 18:13:52 +02:00
README.md docs: removed non used packages from the list 2020-08-26 12:10:11 +01:00
SECURITY.md doc: report a vulnerability 2020-06-22 12:45:24 -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 lotus from source, please visit https://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