Reference implementation of the Filecoin protocol, written in Go
Go to file
Aayush Rajasekaran fe8db295e7 Re: #1290: Add a lotus wallet verify API and CLI command
- The command takes an address, message, and signature, and returns true if the sig is valid
2020-02-28 15:56:15 -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 Re: #1290: Add a lotus wallet verify API and CLI command 2020-02-28 15:56:15 -08: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 implement basic message filtering 2020-02-27 17:40:16 -08:00
cli Re: #1290: Add a lotus wallet verify API and CLI command 2020-02-28 15:56:15 -08:00
cmd Re: #1290: Add a lotus wallet verify API and CLI command 2020-02-28 15:56:15 -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 Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
miner Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
node Re: #1290: Add a lotus wallet verify API and CLI command 2020-02-28 15:56:15 -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 Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
tools stats: add small head change buffer to reduce collecting extraneous stats from small reorgs 2020-02-28 03:01:23 +00: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