Reference implementation of the Filecoin protocol, written in Go
Go to file
Łukasz Magiera aa405b2176
Merge pull request #24 from filecoin-project/feat/improvements
A bunch of improvements for more reliable sealing
2020-06-05 10:23:04 +02:00
.circleci configure CI, move types around, prepare for consumption by lotus 2020-04-06 17:29:52 -07:00
build configure CI, move types around, prepare for consumption by lotus 2020-04-06 17:29:52 -07:00
extern update to latest filecoin-ffi 2020-05-21 18:03:34 -07:00
gen renaming PieceWithOptionalDealInfo -> Piece, drop PieceWithDealInfo 2020-04-08 07:52:20 -07:00
lib/nullreader configure CI, move types around, prepare for consumption by lotus 2020-04-06 17:29:52 -07:00
.gitignore configure CI, move types around, prepare for consumption by lotus 2020-04-06 17:29:52 -07:00
.gitmodules configure CI, move types around, prepare for consumption by lotus 2020-04-06 17:29:52 -07:00
cbor_gen.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
checks.go Use correct SealRandomnessLookbackLimit 2020-06-03 22:57:44 +02:00
constants.go Use correct SealRandomnessLookbackLimit 2020-06-03 22:57:44 +02:00
events.go remove all lotus types from sealing package in preparation for extraction 2020-04-06 12:57:55 -07:00
fsm_events.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
fsm_test.go add a new state for precommit wait 2020-05-18 15:49:21 -07:00
fsm.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
garbage.go Update Deps 2020-04-10 23:16:48 +02:00
go.mod update to latest filecoin-ffi 2020-05-21 18:03:34 -07:00
go.sum update to latest filecoin-ffi 2020-05-21 18:03:34 -07:00
LICENSE-APACHE add licenses and basic readme scaffolding 2020-04-06 17:38:48 -07:00
LICENSE-MIT add licenses and basic readme scaffolding 2020-04-06 17:38:48 -07:00
Makefile configure CI, move types around, prepare for consumption by lotus 2020-04-06 17:29:52 -07:00
parameters.json v26 groth parameters 2020-05-08 14:13:37 -07:00
precommit_policy_test.go Fix tests 2020-04-17 22:16:52 +02:00
precommit_policy.go Fix tests 2020-04-17 22:16:52 +02:00
README.md add licenses and basic readme scaffolding 2020-04-06 17:38:48 -07:00
sealing.go handle poreps being batch verified 2020-05-27 17:10:50 -07:00
sector_state.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
states_failed.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
states.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
types_test.go Fix tests 2020-06-03 12:50:56 +02:00
types.go Retry precommit2 once before redoing precommit1 2020-06-04 17:30:36 +02:00
utils_test.go more fixes for random garbage 2020-02-26 16:42:39 -08:00
utils.go remove all lotus types from sealing package in preparation for extraction 2020-04-06 12:57:55 -07:00

storage-fsm

CircleCI standard-readme compliant

A finite state machine used for sector storage

License

The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms: