lotus/chain/vm
Steven Allen dbbcf4b2ee
feat: vm: switch to the new exec trace format (#10372)
This is now "FVM" native. Changes include:

1. Don't treat "trace" messages like off-chain messages. E.g., don't
include CIDs, versions, etc.
2. Include IPLD codecs where applicable.
3. Remove fields that aren't filled by the FVM (timing, some errors,
code locations, etc.).
2023-03-01 16:02:18 -08: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
fvm.go feat: vm: switch to the new exec trace format (#10372) 2023-03-01 16:02:18 -08: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 fix: gas: update ffi & correct the message inclusion cost in nv18 (#10228) 2023-02-10 12:48:20 +00:00
invoker_test.go Invoker: Use MethodMeta from go-state-types 2022-10-19 15:53:26 -04:00
invoker.go fix: chain: make sure the head is empty, not the code 2023-02-09 11:36:02 -08:00
mkactor.go set predictable address when creating account actors 2022-11-09 11:15:16 +02:00
runtime_test.go fix make gen 2022-08-29 16:25:30 +02:00
runtime.go feat: vm: switch to the new exec trace format (#10372) 2023-03-01 16:02:18 -08:00
syscalls.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
vm.go feat: vm: switch to the new exec trace format (#10372) 2023-03-01 16:02:18 -08:00
vmi.go FVM: record message applied metrics 2022-07-18 10:50:58 -04:00