Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-09-21 15:04:39 -07:00
.circleci circle: test-lotus-soup -> build-lotus-soup 2020-09-16 22:47:06 +02:00
.github Add Kubuxu to CODEOWNERS 2020-09-09 21:32:03 +02:00
api optimize sector loading 2020-09-21 12:12:08 -07:00
build rename imports to match actors code 2020-09-18 14:59:27 -07:00
chain migrate lotus-shed verifreg to specs-actors abstractions 2020-09-21 15:04:39 -07:00
cli convert multisig to new actor abstractions 2020-09-21 13:13:38 -07:00
cmd migrate lotus-shed verifreg to specs-actors abstractions 2020-09-21 15:04:39 -07:00
conformance Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-21 19:10:18 +02:00
documentation optimize sector loading 2020-09-21 12:12:08 -07:00
extern Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-21 19:10:18 +02:00
gen Fix build 2020-09-21 02:02:33 -04: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 Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-18 19:29:06 +02:00
metrics metrics: add expected height metric 2020-09-07 02:57:12 +00:00
miner lint 2020-09-16 22:56:04 +02:00
node fix compile 2020-09-21 13:10:41 -07:00
paychmgr rename imports to match actors code 2020-09-18 14:59:27 -07:00
scripts replace Requires with Wants 2020-09-17 12:17:18 +02:00
storage optimize sector loading 2020-09-21 12:12:08 -07:00
tools Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-18 19:29:06 +02: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 add lotus-pcr to ignore 2020-09-16 19:08:47 +08:00
.gitmodules add filecoin-project oni as submodule and compile lotus-soup 2020-09-16 15:12:41 +02:00
.golangci.yml Lint everything 2020-08-20 20:46:36 -07:00
CHANGELOG.md Lotus version 0.7.1 2020-09-17 21:31:47 -04:00
go.mod Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-18 19:29:06 +02:00
go.sum Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-18 19:29:06 +02: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 gateway: address review 2020-09-15 11:50:08 +02:00
README.md Update build and setup instruction link 2020-09-18 04:36:27 -04: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 Lotus build and setup instruction 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