Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-01-23 16:57:50 +01:00
cbor_gen.go sealing: Wire up sector event log 2020-01-22 21:29:19 +01:00
checks.go sealing: Error types that can actually be checked 2020-01-23 16:57:50 +01:00
fsm_events.go sealing: implement handler for sealFailed 2020-01-23 16:38:10 +01:00
fsm_test.go sealing: Some state renaming 2020-01-20 23:04:46 +01:00
fsm.go sealing: Actually call handleSealFailed 2020-01-23 16:47:33 +01:00
garbage.go Move miner sealing logic into a separate package 2020-01-15 21:49:11 +01:00
sealing.go sealing: implement handler for sealFailed 2020-01-23 16:38:10 +01:00
states_failed.go sealing: Error types that can actually be checked 2020-01-23 16:57:50 +01:00
states.go sealing: implement handler for sealFailed 2020-01-23 16:38:10 +01:00
types_test.go sealing: More cleanup 2020-01-15 21:53:14 +01:00
types.go storageminer: log flag for sector status 2020-01-23 15:18:05 +01:00
utils_test.go sealing: More cleanup 2020-01-15 21:53:14 +01:00
utils.go sealing: More cleanup 2020-01-15 21:53:14 +01:00