lotus/chain/vm
Steven Allen e78d1306ee
feat: fvm: add support for looking up past tipset CIDs (#9687)
* feat: add support for generating tipset CIDs

(cherry-picked from feat/nv18-fevm)

* feat: fvm: add support for looking up past tipset CIDs

We do this by adding yet another "getter" to the VM that resolves an
epoch into a TipSetKey.

Co-authored-by: Kevin Li <ychiaoli18@users.noreply.github.com>
2022-11-22 12:41:03 -05:00
..
burn_test.go fix make gen 2022-08-29 16:25:30 +02:00
burn.go disable gas burning for window post messages 2020-12-16 00:10:25 -05:00
cbor_gen.go deps: Use latest cbor-gen 2022-09-20 17:30:07 +02:00
fvm.go feat: fvm: add support for looking up past tipset CIDs (#9687) 2022-11-22 12:41:03 -05:00
gas_v0_test.go fix make gen 2022-08-29 16:25:30 +02:00
gas_v0.go chore: fix imports 2022-06-14 17:00:51 +02:00
gas.go chore: fix imports 2022-06-14 17:00:51 +02:00
invoker_test.go Invoker: Use MethodMeta from go-state-types 2022-10-19 15:53:26 -04:00
invoker.go Invoker: Use MethodMeta from go-state-types 2022-10-19 15:53:26 -04:00
mkactor.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
runtime_test.go fix make gen 2022-08-29 16:25:30 +02:00
runtime.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
syscalls.go feat: future proof against new address protocols 2022-11-08 12:28:23 -08:00
vm.go feat: fvm: add support for looking up past tipset CIDs (#9687) 2022-11-22 12:41:03 -05:00
vmi.go FVM: record message applied metrics 2022-07-18 10:50:58 -04:00