Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera 9328d98f84
Merge pull request #3171 from filecoin-project/feat/max-block-size-sanity-check
add sanity check for maximum block size
2020-11-18 00:49:35 +01:00
.circleci Update go to 1.15.5 2020-11-17 21:20:33 +01:00
.github move conformance tvx tool to lotus. 2020-09-27 20:10:05 +01:00
api docgen 2020-11-17 16:38:37 +01:00
build Bump API versions to 1.0.0 2020-11-17 12:04:06 +01:00
chain track oversize block errors in metrics 2020-11-17 17:18:49 -05:00
cli Merge pull request #4748 from zgfzgf/fix-chain-decode-params 2020-11-13 18:54:03 -05:00
cmd add basic calico test 2020-11-16 19:04:17 +01:00
conformance Optionally allow bitswap for chainstore 2020-11-03 23:44:44 +01:00
documentation Merge pull request #4890 from filecoin-project/feat/worker-error-codes 2020-11-17 21:29:42 +01:00
extern Make storiface.CallError json-friendly 2020-11-17 16:28:41 +01:00
gen refactor: FundManager 2020-11-10 19:44:26 -08:00
genesis port to v2 imports 2020-10-21 12:16:23 -07:00
journal unshare the journal 2020-10-09 13:23:07 -07:00
lib Remove all Chain GC wrappings/types 2020-11-12 06:49:53 +01:00
lotuspond pond: Fix MpoolPushMessage call 2020-11-09 18:42:22 +01:00
markets Remove static proof type configuration from market subsystem 2020-11-16 19:04:17 +01:00
metrics gofmt 2020-10-21 18:39:57 +10:00
miner miner: Winning PoSt Warmup 2020-11-12 15:34:16 +01:00
node use the miner's proof type when proposing storage deals 2020-11-16 19:04:17 +01:00
paychmgr fix: race in paych manager when req context is cancelled 2020-11-11 14:40:48 +01:00
scripts Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
storage Get most tests to pass 2020-11-16 19:03:30 +01:00
tools use actor abstraction in metrics command 2020-10-11 20:31:20 -07:00
.codecov.yml fix code coverage ignore 2020-10-14 18:21:16 -07: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 Fix .gitmodules 2020-11-03 20:21:55 +01:00
.golangci.yml Lint everything 2020-08-20 20:46:36 -07:00
CHANGELOG.md Correct CHANGELOG 2020-11-13 04:24:35 -05:00
go.mod update ffi 2020-11-16 19:17:07 +01:00
go.sum mod tidy 2020-11-16 19:19:17 +01: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 Update go to 1.15.5 2020-11-17 21:20:33 +01:00
README.md Update build and setup instruction link 2020-09-18 04:36:27 -04:00
SECURITY.md Update SECURITY.md 2020-10-14 15:11:30 +02: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