Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera 0ef6c756b6 Merge pull request #1305 from filecoin-project/feat/4stage-seal
Begin work on integrating new sectorbuilder interfaces
2020-03-06 00:59:42 +01:00
.circleci
.github/ISSUE_TEMPLATE
api storage: Support adding paths at runtime 2020-03-05 23:02:01 +01:00
build fixup to match spec, move constants to common location 2020-03-03 15:48:25 -08:00
chain Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal 2020-03-06 00:59:12 +01:00
cli Add ArgsUsages to the CLI where missing 2020-03-04 16:58:46 -08:00
cmd gofmt; mod tidy 2020-03-05 23:43:41 +01:00
documentation sealmgr: Read only multi-path file manager 2020-03-04 03:24:08 +01:00
extern
gen
genesis fixing miner logic to make more tests pass 2020-02-28 11:31:28 -08:00
lib jsonrpc: Don't try to reconnect on the server side 2020-03-05 01:34:29 +01:00
lotuspond fix subtool builds 2020-02-28 18:05:19 -08:00
markets Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal 2020-03-04 04:01:13 +01:00
miner
node Get node_test to pass 2020-03-05 23:27:30 +01:00
paychmgr fix(paychmgr): Fix issues with payment channels 2020-03-02 18:15:32 -08:00
scripts Minimum sector size is now 2k 2020-02-28 01:48:34 +01:00
storage Get node_test to pass 2020-03-05 23:27:30 +01:00
tools go mod updates, and a couple small fixes 2020-03-03 16:07:27 -08:00
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal 2020-03-06 00:59:12 +01:00
go.sum Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal 2020-03-06 00:59:12 +01:00
LICENSE-APACHE
LICENSE-MIT
Makefile
README.md

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