Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-07-20 16:37:32 +01:00
.circleci
.github/ISSUE_TEMPLATE
api wip 2020-07-20 14:45:17 +01:00
build Use drand testnet 2020-07-19 17:32:41 +02:00
chain add mpool journal events; fix dependency injection. 2020-07-20 16:37:32 +01:00
cli Merge pull request #2450 from filecoin-project/feat/seed-msig-work 2020-07-18 00:21:45 +02:00
cmd Merge branch 'next' into inmem-journal 2020-07-20 10:38:58 +01:00
documentation
extern Bump fil-commcid and filecoin-ffi deps 2020-07-17 00:38:42 +02:00
gen
genesis WIP: parse msig accounts file and include it into the genesis template 2020-07-16 15:30:59 -07:00
journal wip 2020-07-20 14:45:17 +01:00
lib
lotuspond
markets Update gas limits, update storage-fsm 2020-07-15 21:21:53 +02:00
metrics
miner Update gas limits, update storage-fsm 2020-07-15 21:21:53 +02:00
node add mpool journal events; fix dependency injection. 2020-07-20 16:37:32 +01:00
paychmgr Merge remote-tracking branch 'origin/next' into feat/actors-miner-refactor 2020-07-17 15:18:11 +02:00
scripts
storage wip 2020-07-20 14:45:17 +01:00
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod Update sector-storage with windowed scheduler 2020-07-18 00:38:02 +02:00
go.sum Update sector-storage with windowed scheduler 2020-07-18 00:38:02 +02:00
LICENSE-APACHE
LICENSE-MIT
Makefile Merge branch 'master' into fix/master-merge 2020-07-17 15:18:33 -04:00
README.md
SECURITY.md

Lotus

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://docs.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

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work is in the lotus testnet github project board.

The main branches under development at the moment are:

  • master: current testnet.
  • next: working branch with chain-breaking changes.
  • interopnet: devnet running one of next commits.

License

Dual-licensed under MIT + Apache 2.0