Every actor has double the amount of methods it should have, as it offers both call_actor (address) and call_actor_id variants. Consider dropping the call_actor_id variants entirely. On the EVM runtime side, call_actor_idsimply wraps the ID in an f0 address. Instead, we should offer the user a FilecoinAddress conversion method as part of #241, so that users wanting to call an actor by ActorID can do (pseudocode):
Every actor has double the amount of methods it should have, as it offers both
call_actor
(address) andcall_actor_id
variants. Consider dropping thecall_actor_id
variants entirely. On the EVM runtime side,call_actor_id
simply wraps the ID in anf0
address. Instead, we should offer the user aFilecoinAddress
conversion method as part of #241, so that users wanting to call an actor by ActorID can do (pseudocode)::link: zboto Link