lotus/chain/vm
Steven Allen bcabe7b3b5 migrate methods to abstracted methods
Method numbers never change anyways. At worst, we'll deprecate old methods and
have to explicitly import them from the correct actors version to use them.
2020-10-21 12:18:37 -07:00
..
burn_test.go Add tests 2020-08-07 01:57:21 +02:00
burn.go fix a regression caused by #3800. 2020-09-16 10:54:26 +01:00
gas_v0.go migrate methods to abstracted methods 2020-10-21 12:18:37 -07:00
gas.go port to v2 imports 2020-10-21 12:16:23 -07:00
invoker_test.go port to v2 imports 2020-10-21 12:16:23 -07:00
invoker.go return an illegal actor error when we see an unsupported actor version 2020-10-07 15:46:56 -07:00
mkactor.go migrate methods to abstracted methods 2020-10-21 12:18:37 -07:00
runtime_test.go make vm.EnableGasTracing public. 2020-10-07 15:52:03 +01:00
runtime.go port to v2 imports 2020-10-21 12:16:23 -07:00
syscalls.go port to v2 imports 2020-10-21 12:16:23 -07:00
vm.go VM: Enforce a call depth limit 2020-10-20 18:19:50 -04:00