raulk
raulk
@ainhoa-a and @dtynn could you confirm if this would be useful to you?
What types would you expect to see on this descriptor? If we generate them from the FFI definitions, you'd see low level types and would lose high-level types like Cids,...
@Stebalien Is this talking specifically about [Wasm module start functions](https://webassembly.github.io/spec/core/syntax/modules.html#syntax-start)? What other bytecode can exist _before_ invoke in our case?
Do we want to model intra-EVM and cross runtime value transfers differently?
We need to move forward with this. From a developer experience perspective, given an actor: * I'd like to be able to add log statements to actors that emit a...
A basic version of this has been implemented in https://github.com/filecoin-project/ref-fvm/pull/235/commits/955b3ecbcb127423d24c2d63738cc8e47317f820.
Opened #839 to track the remaining item.
@mriise could you fix the clippy issue and the conflicts?
For M1 (nv16), we are going with unlimited max pages given that the system can only run trusted logic via builtin system actors. However, it's not clear how many initial...
Need to resurrect this issue for M2.1 (FEVM). In discussions over time we have settled on not charging for memory allocated, but rather for memory expansions. Finding the gas value/formula...