lotus/chain
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
..
actors Remove a misleading miner actor abstraction 2020-09-23 14:49:53 -07:00
beacon Fix drand non-test 2020-09-10 17:41:55 -04:00
events Remove a misleading miner actor abstraction 2020-09-23 14:49:53 -07:00
exchange Merge pull request #3887 from filecoin-project/feat/parallel-sync 2020-09-23 19:24:54 +02:00
gen Use actor state addresses 2020-09-23 02:32:40 -04:00
market Use actor state addresses 2020-09-23 02:32:40 -04:00
messagepool Merge remote-tracking branch 'origin/master' into refactor/net-upgrade 2020-09-18 19:29:06 +02:00
metrics Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
state copy actor object when iterating over actors 2020-09-22 11:09:41 -07:00
stmgr Use actor state addresses 2020-09-23 02:32:40 -04:00
store Use actor state addresses 2020-09-23 02:32:40 -04:00
sub Get State API almost working 2020-09-17 05:05:32 -04:00
types more renames 2020-09-21 16:01:29 -07:00
vectors rename imports to match actors code 2020-09-18 14:59:27 -07:00
vm Use actor state addresses 2020-09-23 02:32:40 -04:00
wallet Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
badtscache.go Add a SyncUnmarkBad API 2020-09-09 14:34:05 -04:00
block_receipt_tracker.go Lint everything 2020-08-20 20:46:36 -07:00
checkpoint.go Allow marking a certain tipset as checkpointed 2020-09-09 14:34:00 -04:00
sync_manager_test.go syncer: make SyncManager an interface. 2020-09-14 21:58:59 +01:00
sync_manager.go syncer: make SyncManager an interface. 2020-09-14 21:58:59 +01:00
sync_test.go rename imports to match actors code 2020-09-18 14:59:27 -07:00
sync.go Merge pull request #3887 from filecoin-project/feat/parallel-sync 2020-09-23 19:24:54 +02:00
syncstate.go Add StageFetchingMessages to sync status 2020-09-08 20:42:20 +02:00
types_test.go Delete GasPrice from this world 2020-08-06 23:08:42 +02:00