Reference implementation of the Filecoin protocol, written in Go
Go to file
Whyrusleeping b281e310c9
Merge pull request #85 from filecoin-project/refactor/types
Refactor out more types into types package
2019-07-25 18:25:09 -07:00
.circleci try removing the bzr install 2019-07-21 00:42:57 -07:00
api Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07:00
build gofmt 2019-07-24 01:47:36 +02:00
chain Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07:00
cli Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07:00
cmd gofmt 2019-07-25 14:54:19 +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 jsonrpc: Catch panics in jsonrpc calls 2019-07-25 16:08:41 +02:00
miner Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07:00
node Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07: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 Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07:00
go.sum Refactor out more types into types package, and pull genesis block code into gen package 2019-07-25 16:35:47 -07: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