Steven Allen
Steven Allen
> It wouldn't be the case if the tree only stored data in the leaves, because during traversal you would only retrieve data that helps you navigate the index to...
cc @filecoin-project/fvm-core-devs
> Do you mean the input data? (We are not sending the RLP-encoded EVM message anywhere for now, we might do with Account Abstraction though) I mean that `invoke_contract` currently...
I'm fixing this now because this is making it impossible to write tests.
Fixed. Now replaced by #987.
I'm strongly in favor of implementing 1 for now just because it's less work.
Basically, we _already_ need to be able to invoke an arbitrary method an an arbitrary actor. We might as well make this easy.
The actor will abort with "illegal instruction" instead of a more helpful error message.
> Honestly I would love to just have the whole message embedded in params, even if we end up duplicating values 1. We cannot duplicate the actual EVM message params,...
Context?