Reference implementation of the Filecoin protocol, written in Go
Go to file
Jakub Sztandera 9a48ec194e Add DrandSchedule to testground params
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-09-10 17:41:55 -04:00
.circleci ci: fix statediff build; make optional. 2020-09-10 10:41:18 +01:00
.github Add Kubuxu to CODEOWNERS 2020-09-09 21:32:03 +02:00
api Merge pull request #3590 from filecoin-project/asr/multisig 2020-09-10 17:04:48 +02:00
build Add DrandSchedule to testground params 2020-09-10 17:41:55 -04:00
chain Fix drand non-test 2020-09-10 17:41:55 -04:00
cli Merge pull request #3590 from filecoin-project/asr/multisig 2020-09-10 17:04:48 +02:00
cmd Merge pull request #3669 from filecoin-project/feat/independent-version-numbers 2020-09-10 17:00:32 +02:00
conformance refactor: another rename 2020-09-10 12:06:00 +01:00
documentation Merge pull request #3590 from filecoin-project/asr/multisig 2020-09-10 17:04:48 +02:00
extern Increase the number of times precommit2 is attempted before moving back to precommit1 2020-09-10 13:52:21 +10:00
gen rename p2p protocol to /fil/chain/xchg/0.0.1 (backwards-compatible); rename more. 2020-09-07 19:45:34 +01:00
genesis Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
journal Lint everything 2020-08-20 20:46:36 -07:00
lib Ignore the linter 2020-09-08 12:18:48 +02:00
lotuspond Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
markets typo fix in error message 2020-09-09 12:24:33 -04:00
metrics metrics: add expected height metric 2020-09-07 02:57:12 +00:00
miner add niceSleep 1 second when drand errors 2020-09-08 18:35:10 +02:00
node Draw the rest of the owl 2020-09-10 17:41:55 -04:00
paychmgr Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
scripts Draw the rest of the owl 2020-09-10 17:41:55 -04:00
storage Remove hard-coded late-fee in window PoSt 2020-09-09 11:34:55 -07:00
tools Add StageFetchingMessages to sync status 2020-09-08 20:42:20 +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 Update lotus-seal-worker to lotus-worker 2020-07-09 11:04:45 +08:00
.gitmodules point test-vectors to master. 2020-08-16 22:05:43 +01:00
.golangci.yml Lint everything 2020-08-20 20:46:36 -07:00
CHANGELOG.md Lotus version 0.6.2 2020-09-09 16:44:37 -04:00
go.mod update go-libp2p-pubsub@master 2020-09-10 16:11:23 +03:00
go.sum update go-libp2p-pubsub@master 2020-09-10 16:11:23 +03:00
LICENSE-APACHE
LICENSE-MIT
Makefile docs: rename file 2020-08-24 18:13:52 +02:00
README.md docs: removed non used packages from the list 2020-08-26 12:10:11 +01: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 https://lotu.sh 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