lotus/chain/events
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
..
state Remove a misleading miner actor abstraction 2020-09-23 14:49:53 -07:00
events_called.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
events_height.go Merge branch 'master' into inmem-journal 2020-09-14 12:17:45 +01:00
events_test.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
events.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
tscache_test.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
tscache.go Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
utils.go fit in cases where a sector contains multiple deals, the state of each deal is correct 2020-07-03 09:20:47 +08:00