lotus/chain/stmgr
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
..
call.go More terraforming in chain/ 2020-09-14 14:46:38 +02:00
forks_test.go initial vm conversion 2020-09-25 12:49:39 -07:00
forks.go use abstract actor type methods 2020-09-22 12:02:29 -07:00
read.go Get State API almost working 2020-09-17 05:05:32 -04:00
stmgr.go move version to actors, from builtin 2020-09-25 12:49:39 -07:00
utils.go compile fix 2020-09-25 12:49:39 -07:00