Reference implementation of the Filecoin protocol, written in Go
Go to file
Aayush Rajasekaran 01828ef885 Re: #1412: Add a non-blocking version of StateWaitMsg
- This commit adds a new method called StateSearchMsg
- We can probably overhaul StateWaitMsg onto this new method at a later point in time
2020-03-24 06:43:15 -04:00
cbor_gen.go update and rerun cbor gen 2020-03-21 14:17:01 -07:00
checks.go change gas limit to be a normal int64 2020-03-18 13:45:37 -07:00
fsm_events.go fixing miner logic to make more tests pass 2020-02-28 11:31:28 -08:00
fsm_test.go libs: Use go-statemachine 2020-03-06 20:01:03 +01:00
fsm.go sealing: Fix noop plan loop 2020-03-07 00:03:57 +01:00
garbage.go sectorbuilder type updates 2020-03-06 06:38:59 +01:00
sealing.go Re: #1412: Add a non-blocking version of StateWaitMsg 2020-03-24 06:43:15 -04:00
states_failed.go libs: Use go-statemachine 2020-03-06 20:01:03 +01:00
states.go change gas limit to be a normal int64 2020-03-18 13:45:37 -07:00
types_test.go make it all build finally 2020-02-27 13:45:31 -08:00
types.go Storage Manager refactor 2020-03-03 23:19:22 +01:00
utils_test.go more fixes for random garbage 2020-02-26 16:42:39 -08:00
utils.go Implement committed capacity sectors 2020-02-23 01:47:47 +01:00