lotus/chain/actors/builtin/miner
Steven Allen 46f5b62a76 Remove a misleading miner actor abstraction
We shouldn't implement CBOR functions on the "abstract" miner info. Otherwise,
we could end up trying to actually _use_ this "abstract" info when decoding
state (which won't work across version).

Also remove the use of these CBOR functions, and instead explicitly use miner0
types. We'll have to abstract over versions eventually, but we'll probably need
some form of abstract miner builder (or maybe even adding some "add sector",
etc. functions to the current miner abstraction?
2020-09-23 14:49:53 -07:00
..
diff.go improve diff logic 2020-09-17 21:39:34 -07:00
miner.go Add an error return to all actor state interface methods 2020-09-23 01:51:38 -04:00
utils.go gofmt 2020-09-15 15:29:39 +02:00
v0.go fix out-of-bounds when loading all sector infos 2020-09-23 12:40:44 -07:00