Reference implementation of the Filecoin protocol, written in Go
Go to file
Whyrusleeping 4750f32ab6
Merge pull request #1253 from filecoin-project/feat/bad-ts-cache-reasons
mark down reason for block inclusion in bad tipset cache
2020-02-17 12:20:20 -08:00
.circleci create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-12-15 18:55:01 -08:00
api Merge pull request #1253 from filecoin-project/feat/bad-ts-cache-reasons 2020-02-17 12:20:20 -08:00
bin pull ipget from dists and use it 2019-09-13 15:29:38 -07:00
build Remove ffi from types package 2020-02-12 18:41:35 +01:00
chain Merge pull request #1253 from filecoin-project/feat/bad-ts-cache-reasons 2020-02-17 12:20:20 -08:00
cli Merge pull request #1253 from filecoin-project/feat/bad-ts-cache-reasons 2020-02-17 12:20:20 -08:00
cmd Merge pull request #1254 from filecoin-project/feat/no-ffi-in-types 2020-02-17 11:13:56 -08:00
documentation Merge pull request #1260 from filecoin-project/doc/miner-wallet-bls 2020-02-17 11:17:32 -08:00
extern Make it buld without cgo 2020-01-22 12:03:12 -08:00
gen sealing: Add Log field to SectorInfo 2020-01-22 03:41:39 +01:00
genesis refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
lib Fix CheckBlockSignature, add docks 2020-02-04 15:12:10 +01:00
lotuspond Update usage 2020-02-05 00:07:44 +00:00
markets refactor(markets): reorg file structure 2020-01-10 10:33:26 -08:00
miner miner: Handle stop signal when sleeping 2020-01-23 11:10:42 +01:00
node Merge pull request #1253 from filecoin-project/feat/bad-ts-cache-reasons 2020-02-17 12:20:20 -08:00
paych Don't depend on ffi 2020-02-04 15:12:04 +01:00
peermgr make expand peers thread safe 2020-01-23 15:40:17 -08:00
scripts create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
storage storageminer: Work around broken fastPledgeCommitment 2020-02-04 21:46:31 +01:00
tools Merge pull request #1160 from terorie/docker-more-binaries 2020-01-28 14:11:09 -08:00
tracing Update go-log to v2 2020-01-08 20:22:31 +01:00
.codecov.yml Codecov ignore cbor gen 2020-01-09 23:52:44 +01:00
.dockerignore add docker support 2020-01-24 23:24:54 +01:00
.gitignore create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
.gitmodules Use https in gitmodules 2019-11-27 12:35:16 +01:00
.golangci.yml Remove doc lint 2019-07-11 10:00:24 +02:00
CHANGELOG.md Add simple changelog 2019-12-11 16:00:55 +01:00
go.mod Import go-systemd properly 2020-02-12 20:44:35 +01:00
go.sum mod tidy 2020-02-04 15:12:10 +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 restore Makefile 2020-01-24 23:24:54 +01:00
README.md drop 'experimental' from readme description 2020-02-03 17:52:46 -08:00

Lotus

Project Lotus - 莲

Lotus is an 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