Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera 7ae8f31218
Merge pull request #79 from filecoin-project/fix/hello-close
close stream after writing in hello
2019-07-25 13:51:58 +02:00
.circleci try removing the bzr install 2019-07-21 00:42:57 -07:00
api Fix permissions after split and rebase 2019-07-24 03:10:26 +02:00
build gofmt 2019-07-24 01:47:36 +02:00
chain Only set genesis once 2019-07-25 01:12:22 +02:00
cli Fix jsonrpc client after splitting apis 2019-07-24 02:40:19 +02:00
cmd Generate single genesis in tests 2019-07-25 01:23:06 +02:00
docs auth: Update docs 2019-07-24 00:38:52 +02:00
extern Switch to go-bls-sigs 2019-07-19 13:56:58 +02:00
lib Only set genesis once 2019-07-25 01:12:22 +02:00
miner store and load latest chain head in the datastore 2019-07-24 14:43:26 -07:00
node Merge pull request #79 from filecoin-project/fix/hello-close 2019-07-25 13:51:58 +02:00
scripts Fix build 2019-07-08 13:00:52 +02:00
.codecov.yml Disable codecov comments 2019-07-02 11:55:12 +02:00
.gitignore Fix gitignore 2019-07-24 01:47:36 +02:00
.gitmodules Switch to go-bls-sigs 2019-07-19 13:56:58 +02:00
.golangci.yml Remove doc lint 2019-07-11 10:00:24 +02:00
go.mod Use go-car for genesis file 2019-07-25 13:46:48 +02:00
go.sum Use go-car for genesis file 2019-07-25 13:46:48 +02:00
LICENSE-APACHE Init 2019-06-25 13:41:14 +02:00
LICENSE-MIT Init 2019-06-25 13:41:14 +02:00
Makefile Begin implementing storage miner 2019-07-24 01:47:36 +02:00