Reference implementation of the Filecoin protocol, written in Go
Go to file
Raúl Kripalani cdfa869ea6 tvx extract: make it work with secp messages.
Unfortunately ChainGetMessage returns a *types.Message, which in
the case of secp messages is lacking the signature. The signature
is part of the input to calculate the CID on secp messages. Therefore,
calling `.Cid()` on the result of ChainGetMessage for this kind of
message will lead to an incorrect CID.

tvx was relying on that call to return the correct CID. Since this is
not the case (and this is a footgun that needs to be corrected, ideally
together with the *types.{,Signed}Message duality mess), I'm replacing
the comparison.
2020-10-24 20:16:14 +01:00
.circleci circle: Run tests for some subsystems separately 2020-10-20 13:11:53 +02:00
.github move conformance tvx tool to lotus. 2020-09-27 20:10:05 +01:00
api Fix list-asks, deals with non-genesis miners in lite-mode 2020-10-23 17:08:21 +02:00
build Lotus version 1.1.2 2020-10-24 06:33:31 -04:00
chain Handle worker key changes correctly in runtime 2020-10-24 02:57:17 -07:00
cli Merge pull request #4565 from filecoin-project/feat/shed-msg-decode 2020-10-23 22:35:24 +02:00
cmd tvx extract: make it work with secp messages. 2020-10-24 20:16:14 +01:00
conformance Merge pull request #4449 from austinabell/austin/confcircsupplyfix 2020-10-22 18:53:10 +02:00
documentation docsgen 2020-10-22 14:46:10 +02:00
extern Merge pull request #4511 from filecoin-project/steb/generalize-window-post 2020-10-22 21:27:48 +02:00
gen introduce separate state-tree versions 2020-10-07 12:04:32 -07: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 Fix lint 2020-10-23 20:50:17 +02:00
lotuspond introduce separate state-tree versions 2020-10-07 12:04:32 -07:00
markets feat: lite-mode - market storage and retrieval clients 2020-10-23 15:02:26 +02:00
metrics gofmt 2020-10-21 18:39:57 +10:00
miner Fix random test failures 2020-10-23 19:33:30 +02:00
node Fix list-asks, deals with non-genesis miners in lite-mode 2020-10-23 17:08:21 +02:00
paychmgr feat: lite-mode - market storage and retrieval clients 2020-10-23 15:02:26 +02:00
scripts Refactor from crypto.SigType to types.KeyType 2020-10-12 00:07:53 +02:00
storage Use older randomness for the PoSt commit on specs-actors version 2 2020-10-23 12:45:11 -07: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 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 1.1.2 2020-10-24 06:33:31 -04:00
go.mod Merge pull request #4420 from filecoin-project/deps/drand-v1.2.0 2020-10-23 18:25:00 +02:00
go.sum Merge pull request #4420 from filecoin-project/deps/drand-v1.2.0 2020-10-23 18:25:00 +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 make: Drop npm calls from buildall 2020-10-20 13:48:32 +02: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