lotus/node
Steven Allen 8b35f480c4 initial vm conversion
We're probably going to want to change some of these design decisions down the
road, but this is a good starting point.

* We may want to use a more general test for "is actor valid at epoch". Maybe
just a function?
* I'd like to push some of the actor metadata down into the actor types
themselves. Ideally, we'd be able to register actors with a simple
`Register(validation, manyActors...)` call.
2020-09-25 12:49:39 -07:00
..
config use DNS addr for tracer 2020-08-24 18:01:52 +03:00
hello Add peer to peer manager before fetching the tipset 2020-09-08 20:13:16 +02:00
impl initial vm conversion 2020-09-25 12:49:39 -07:00
modules Merge pull request #3845 from filecoin-project/sync-manager 2020-09-15 10:28:48 +02:00
repo make nested dir 2020-09-14 16:49:35 +08:00
test rename imports to match actors code 2020-09-18 14:59:27 -07:00
builder.go Replace fx.Extract with fx.Populate 2020-09-16 09:14:56 +08:00
fxlog.go Update go-log to v2 2020-01-08 20:22:31 +01:00
node_test.go Add some actors policy setters for testing 2020-09-23 15:00:52 -07:00
options.go workers: get to executing tasks remotely! 2020-03-19 18:11:45 +01:00
testopts.go Cleanup imports after rename 2019-10-18 13:47:41 +09:00