lotus/chain/events/state
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
..
ctxstore.go polish: genericize adt array diff & extract store 2020-07-08 11:19:14 -07:00
predicates_test.go Remove a misleading miner actor abstraction 2020-09-23 14:49:53 -07:00
predicates.go Implement inefficient OnAddressMapChange predicate 2020-09-23 02:15:01 -04:00