Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera 01de4cb2ec
Merge pull request #4397 from filecoin-project/revert-4391-feat/https-api
Revert "Add support for /https, /http, /wss API multiaddresses."
2020-10-14 19:56:52 +02:00
.circleci Re-add docs-check step to circle 2020-09-21 18:43:57 +02:00
.github move conformance tvx tool to lotus. 2020-09-27 20:10:05 +01:00
api Merge pull request #4382 from filecoin-project/asr/invoc-result 2020-10-14 02:06:09 -04:00
build Lotus version 0.10.1 2020-10-14 02:22:02 -04:00
chain Merge pull request #4311 from filecoin-project/feat/msig-remove-cmd 2020-10-14 11:36:55 -05:00
cli Revert "Add support for /https, /http, /wss API multiaddresses." 2020-10-14 19:55:36 +02:00
cmd Merge pull request #4278 from filecoin-project/tvx/trace-puts 2020-10-14 12:08:06 +02:00
conformance unshare the journal 2020-10-09 13:23:07 -07:00
documentation Lotus version 0.10.1 2020-10-14 02:22:02 -04:00
extern Merge pull request #4290 from filecoin-project/feat/ledger-integration 2020-10-12 15:09:27 +02:00
gen introduce separate state-tree versions 2020-10-07 12:04:32 -07:00
genesis Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
journal unshare the journal 2020-10-09 13:23:07 -07:00
lib backup: append checksum 2020-10-06 01:50:54 +02:00
lotuspond introduce separate state-tree versions 2020-10-07 12:04:32 -07:00
markets Merge pull request #3583 from filecoin-project/feat/signing-backends 2020-10-10 02:58:02 +02:00
metrics metrics: add expected height metric 2020-09-07 02:57:12 +00:00
miner unshare the journal 2020-10-09 13:23:07 -07:00
node Merge pull request #4384 from filecoin-project/feat/4220 2020-10-14 12:03:07 +02:00
paychmgr Merge remote-tracking branch 'origin/master' into next 2020-10-06 23:54:59 +02:00
scripts Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
storage Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
tools use actor abstraction in metrics command 2020-10-11 20:31:20 -07: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 Merge remote-tracking branch 'origin/master' into feat/signing-backends 2020-10-09 00:50:41 +02: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.10.1 2020-10-14 02:22:02 -04:00
go.mod fix(deps): use tagged go-fil-markets 0.9.0 2020-10-13 19:50:13 -07:00
go.sum fix(deps): use tagged go-fil-markets 0.9.0 2020-10-13 19:50:13 -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 Use APIInfo parser for RemoteBacked wallet config 2020-10-09 02:21:37 +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, 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