f907354300
The naming of `LookupID` can cause confusion when resolving actor IDs vs ID addresses. To avoid this: * Refactor `StateTree` `LookupID` to `LookupIDAddress`, because it returns ID address. * Refactor `StateManager` `LookupID` to `LookupIDAddress` because it also returns ID address via a chain call to `StateTree`. * Introduce a new API `StateManager` dedicated to resolving address to actor ID, called `LookupID` which returns `abi.ActorID`. For context, see: * https://github.com/filecoin-project/lotus/pull/11723#discussion_r1534728607 |
||
---|---|---|
.. | ||
burn_test.go | ||
burn.go | ||
execution.go | ||
fvm_util.go | ||
fvm.go | ||
gas_v0_test.go | ||
gas_v0.go | ||
gas.go | ||
invoker_test.go | ||
invoker.go | ||
mkactor.go | ||
runtime_test.go | ||
runtime.go | ||
syscalls.go | ||
vm.go | ||
vmi.go |