Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-03-20 21:30:24 -07:00
.circleci
.github/ISSUE_TEMPLATE
api make state power a pointer so it marshals properly 2020-03-09 14:41:57 -07:00
build use proper lookback, and proper serialization for randomness generation 2020-03-20 12:20:56 -07:00
chain fix(chainsync): support longer graphsync fetches with loop 2020-03-20 21:30:24 -07:00
cli change gas limit to be a normal int64 2020-03-18 13:45:37 -07:00
cmd change gas limit to be a normal int64 2020-03-18 13:45:37 -07:00
documentation
extern Integrate updated serialization vectors as tests 2020-03-18 22:53:15 -07:00
gen
genesis
lib Warn on non zero result with error 2020-03-14 15:08:24 +01:00
lotuspond
markets Merge pull request #1421 from filecoin-project/fix/gas-limit-type 2020-03-18 22:41:16 +01:00
metrics
miner cbor marshal address for ticket generation 2020-03-20 14:56:05 -07:00
node feat(chainsync): fixes to make graphsync work for chain fetching 2020-03-20 21:30:24 -07:00
paychmgr change gas limit to be a normal int64 2020-03-18 13:45:37 -07:00
scripts
storage change gas limit to be a normal int64 2020-03-18 13:45:37 -07:00
tools stats: add flag to disable sync wait 2020-03-10 06:10:16 +00:00
.codecov.yml
.dockerignore
.gitignore
.gitmodules Integrate updated serialization vectors as tests 2020-03-18 22:53:15 -07:00
.golangci.yml
CHANGELOG.md
go.mod WIP: integrate graphsync for chainsync requests 2020-03-20 21:30:24 -07:00
go.sum WIP: integrate graphsync for chainsync requests 2020-03-20 21:30:24 -07: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