Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-04-06 16:20:09 -07:00
.gitignore Initial commit 2020-04-06 16:16:49 -07:00
cbor_gen.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
checks.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
constants.go remove all lotus types from sealing package in preparation for extraction 2020-04-06 12:57:55 -07: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 SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
fsm_test.go miscellaneous fixes post-rebase 2020-04-06 13:23:37 -07:00
fsm.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
garbage.go remove all lotus types from sealing package in preparation for extraction 2020-04-06 12:57:55 -07:00
LICENSE Initial commit 2020-04-06 16:16:49 -07:00
README.md Initial commit 2020-04-06 16:16:49 -07:00
sealing.go revert name change 2020-04-06 14:05:26 -07:00
sector_state.go miscellaneous fixes post-rebase 2020-04-06 13:23:37 -07:00
states_failed.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
states.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
types_test.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07:00
types.go SectorID -> SectorNumber 2020-04-06 15:31:33 -07: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

A finite state machine used for sector storage