Reference implementation of the Filecoin protocol, written in Go
Go to file
Aayush Rajasekaran f2aea11971
Merge pull request #5200 from filecoin-project/release/v1.3.0
Disable gas burning for window post messages
2020-12-16 00:23:50 -05:00
.circleci trigger testplans only on merge to master 2020-11-23 20:04:24 +01:00
.github move conformance tvx tool to lotus. 2020-09-27 20:10:05 +01:00
api Merge pull request #5176 from filecoin-project/shaodan-miner-sectors-info 2020-12-10 20:09:15 +01:00
build disable gas burning for window post messages 2020-12-16 00:10:25 -05:00
chain disable gas burning for window post messages 2020-12-16 00:10:25 -05:00
cli Merge pull request #5197 from filecoin-project/fix/lock-propose 2020-12-15 23:34:02 +01:00
cmd Merge pull request #5194 from filecoin-project/raulk/tvx-extract-tipset 2020-12-15 19:53:10 +01:00
conformance tvx exec: flag to fallback to API blockstore. 2020-12-15 17:44:56 +00:00
documentation Merge pull request #5176 from filecoin-project/shaodan-miner-sectors-info 2020-12-10 20:09:15 +01:00
extern stores: Simplify remote copy buf size logic 2020-12-10 20:54:42 +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 fix log format 2020-11-24 19:09:48 +08:00
lotuspond pond: Fix MpoolPushMessage call 2020-11-09 18:42:22 +01:00
markets fix: when waiting for deal commit messages, ignore unsuccessful messages 2020-12-14 12:30:52 +01:00
metrics add metrics for delayed blocks. 2020-12-10 14:52:05 +00:00
miner optimize code use existence var 2020-12-03 09:54:57 +08:00
node Merge pull request #5176 from filecoin-project/shaodan-miner-sectors-info 2020-12-10 20:09:15 +01:00
paychmgr fix: when waiting for deal commit messages, ignore unsuccessful messages 2020-12-14 12:30:52 +01:00
scripts bugfix: fixup devnet script 2020-11-22 00:11:39 +08:00
storage Refactor DefaultMessageSendSpec 2020-12-08 20:51:27 +01:00
system avoid global ResourceConstraints. 2020-12-02 22:26:30 +00:00
testplans Allow miners to filter (un)verified deals 2020-12-02 01:32:34 -05: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 add keygen outfile 2020-12-04 18:39:35 +08:00
.gitmodules remove oni submodule 2020-11-06 21:03:56 +01:00
.golangci.yml Lint everything 2020-08-20 20:46:36 -07:00
CHANGELOG.md v1.2.3 changelog, version bump 2020-12-15 18:39:50 +01:00
go.mod feat: show data transfer ID in list-deals 2020-12-08 15:23:26 +01:00
go.sum feat: show data transfer ID in list-deals 2020-12-08 15:23:26 +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 add keygen outfile 2020-12-04 18:39:35 +08:00
README.md readme update golang version 2020-11-23 16:15:17 +08: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