Reference implementation of the Filecoin protocol, written in Go
Go to file
2019-12-01 16:36:55 -08:00
.circleci Don't fallback to older parameters if parameters.json changes 2019-11-14 19:55:31 +01:00
api sync: fix some issues 2019-11-20 20:49:29 +01:00
bin pull ipget from dists and use it 2019-09-13 15:29:38 -07:00
build stmgr: check for duplicate nonces when looking back for msg 2019-11-24 20:16:18 +01:00
chain print better error if no blocksync peers 2019-11-30 22:11:45 -06:00
cli mpool: persist local messages 2019-11-23 20:05:18 +01:00
cmd Swtich to xerrors 2019-11-22 10:20:56 -06:00
datatransfer Merge pull request #619 from gguoss/patch-2 2019-11-15 14:43:03 +01:00
documentation documentation: updates getting started 2019-12-01 16:36:55 -08:00
extern wip 2019-11-14 18:21:44 +01:00
gen Fix the rest of power slashing issues 2019-11-14 17:23:22 +01:00
lib Swtich to xerrors 2019-11-22 10:20:56 -06:00
lotuspond Swtich to xerrors 2019-11-22 10:20:56 -06:00
miner more mpooland post sched fixes 2019-11-24 17:35:50 +01:00
node Merge pull request #684 from gguoss/master 2019-11-28 14:21:21 +01:00
paych Audit pass for blatantly wrong panics 2019-11-16 17:41:14 -06:00
peermgr Fix most power slashing issues 2019-11-14 12:56:17 +01:00
retrieval cborrpc -> cborutil 2019-11-07 15:11:39 +01:00
scripts Some improvements to the deploy devnet script 2019-11-15 01:47:36 +01:00
storage stmgr: check for duplicate nonces when looking back for msg 2019-11-24 20:16:18 +01:00
tools/stats fix stats tool 2019-11-17 15:29:56 -06:00
tracing Fix jaeger spam 2019-10-03 20:01:23 +02:00
.codecov.yml Disable codecov comments 2019-07-02 11:55:12 +02:00
.gitignore cleanup: adds .DS_STORE to .gitignore 2019-12-01 02:30:12 -08:00
.gitmodules Simpler paramfetch 2019-09-04 12:10:07 +02:00
.golangci.yml Remove doc lint 2019-07-11 10:00:24 +02:00
go.mod Remove usage of go-leb128 2019-12-01 01:13:23 +01:00
go.sum Fix id address decoding 2019-11-30 13:46:00 +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 more mpooland post sched fixes 2019-11-24 17:35:50 +01:00
README.md documentation: updates readme 2019-12-01 00:28:50 -08:00

Lotus

Project Lotus - 莲

Lotus is an experimental implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the Filecoin Spec.

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.

Building & Documentation

For instructions on how to build lotus from source, please visit https://docs.lotu.sh or read the source here.

License

Dual-licensed under MIT + Apache 2.0