Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-01-22 21:29:19 +01:00
cbor_gen.go sealing: Wire up sector event log 2020-01-22 21:29:19 +01:00
checks.go sealing: wire up checkPieces and checkSeal 2020-01-22 20:47:29 +01:00
fsm_events.go sealing: wire up checkPieces and checkSeal 2020-01-22 20:47:29 +01:00
fsm_test.go sealing: Some state renaming 2020-01-20 23:04:46 +01:00
fsm.go sealing: Wire up sector event log 2020-01-22 21:29:19 +01:00
garbage.go Move miner sealing logic into a separate package 2020-01-15 21:49:11 +01:00
sealing.go Merge branch 'master' into feat/sector-recovery 2020-01-22 03:27:11 +01:00
states.go sealing: wire up checkPieces and checkSeal 2020-01-22 20:47:29 +01:00
types_test.go sealing: More cleanup 2020-01-15 21:53:14 +01:00
types.go sealing: Wire up sector event log 2020-01-22 21:29:19 +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