lotus/cmd
Steven Allen d3594835c4 [WIP] Network upgrade support
This patch starts adding support for network upgrades.

* It adds an actors abstraction layer for loading abstract (cross-version) actors.
* It starts switching over to a shared deadline type.
* It adds an abstraction for ADTs (hamt/amt).
* It removes the callback-based API in the StateManager (difficult to abstract
across actor versions).
* It _does not_ actually add support for actors v2. We can do that in a followup
patch but that should be relatively easy.

This patch is heavily WIP and does not compile. Feel free to push changes
directly to this branch.

Notes:

* State tree access now needs a network version, because the HAMT type will change.
* I haven't figured out a nice way to abstract over changes to the _message_
types. However, many of them will be type aliased to actors v0 in actors v2 so
we can likely continue using the v0 versions (or use the v2 versions
everywhere). I've been renaming imports to `v0*` to make it clear that we're
importing types from a _specific_ actors version.

TODO:

* Consider merging incremental improvements? We'd have to get this compiling
again first but we could merge in the new abstractions, and slowly switch over.
* Finish migrating to the new abstractions.
* Remove all actor state types from the public API. See `miner.State.Info()` for
the planned approach here.
* Fix the tests. This is likely going to be a massive pain.
2020-09-11 20:16:29 -07:00
..
chain-noise Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
lotus Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
lotus-bench Fix tests 2020-09-07 15:48:42 -04:00
lotus-chainwatch Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
lotus-fountain Fix more lint warnings. 2020-08-25 12:56:30 -07:00
lotus-health rename build.{BlockDelay=>BlockDelaySecs}. 2020-06-30 14:26:49 +01:00
lotus-keygen Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
lotus-pcr Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
lotus-seal-worker worker: Cli to attach storage paths 2020-08-30 20:33:02 +02:00
lotus-seed Update to specs v0.9.6 2020-09-07 15:48:41 -04:00
lotus-shed [WIP] Network upgrade support 2020-09-11 20:16:29 -07:00
lotus-stats refactor(ctx): update to latest go-jsonrpc 2020-08-25 15:20:41 -07:00
lotus-storage-miner [WIP] Network upgrade support 2020-09-11 20:16:29 -07:00
lotus-townhall Lint everything 2020-08-20 20:46:36 -07:00