Reference implementation of the Filecoin protocol, written in Go
Go to file
laser e62515c042 planCommitting must handle SectorCommitFailed
The SectorCommitFailed struct can be created from within Sealing#handleCommitting, and is created if actors.SerializeParams(params) produces an error or if m.api.MpoolPushMessage(ctx.Context(), msg) produces an error.
2020-01-28 11:46:26 -08:00
cbor_gen.go sealing: Wire up sector event log 2020-01-22 21:29:19 +01:00
checks.go sealing: docstrings for sanity-checks 2020-01-24 21:15:02 +01:00
fsm_events.go sealing: Handlef for PreCommitFailed 2020-01-23 18:34:04 +01:00
fsm_test.go sealing: Some state renaming 2020-01-20 23:04:46 +01:00
fsm.go planCommitting must handle SectorCommitFailed 2020-01-28 11:46:26 -08:00
garbage.go Move miner sealing logic into a separate package 2020-01-15 21:49:11 +01:00
sealing.go sealing: Handlef for PreCommitFailed 2020-01-23 18:34:04 +01:00
states_failed.go Merge remote-tracking branch 'origin/master' into feat/sector-recovery 2020-01-24 01:53:58 +01:00
states.go sealing: Errors are hard 2020-01-23 17:02:55 +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