Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-02-27 23:43:52 -05: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 Re: #1232: Add a FindPeer RPC method 2020-02-18 16:31:42 -05:00
bin pull ipget from dists and use it 2019-09-13 15:29:38 -07:00
build bump version to 0.2.8 2020-02-20 21:48:17 +00:00
chain Relocation opencensus metrics to its own package and add more node stats 2020-02-27 21:49:18 -05:00
cli Merge pull request #1275 from filecoin-project/feat/cli-state-miner-info 2020-02-24 15:29:19 +01:00
cmd Relocation opencensus metrics to its own package and add more node stats 2020-02-27 21:49:18 -05: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 Fixed ctx issue, changed to track failures instead of success 2020-02-27 23:43:52 -05:00
lotuspond Update usage 2020-02-05 00:07:44 +00:00
markets Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
metrics Fixed ctx issue, changed to track failures instead of success 2020-02-27 23:43:52 -05:00
miner Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
node implement basic message filtering 2020-02-27 17:40:16 -08:00
paych Don't depend on ffi 2020-02-04 15:12:04 +01:00
peermgr Relocation opencensus metrics to its own package and add more node stats 2020-02-27 21:49:18 -05:00
scripts create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
storage Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
tools Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05: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 2019-12-05 11:31:32 +08:00
.gitignore fix shed make mistake 2020-02-25 15:48:41 +08:00
.gitmodules Use https in gitmodules 2019-11-27 12:35:16 +01:00
.golangci.yml Add gofmt to golangci-lint 2020-02-18 13:19:04 +01:00
CHANGELOG.md Add simple changelog 2019-12-11 16:00:55 +01:00
go.mod implement basic message filtering 2020-02-27 17:40:16 -08:00
go.sum Swap to opencensus for publishing data to prometheus 2020-02-25 19:40:07 -05: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 fix shed make mistake 2020-02-25 15:48:41 +08: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