raulk

Results 363 comments of raulk

Similar heuristics apply to the ideas around an eventual naming registry (or a standard to create naming registries). I bring them up here because from a developer pespective, it would...

Related: https://github.com/filecoin-project/FIPs/discussions/297

~We'll need to support DELEGATECALL to non-EVM contracts too.~

@Stebalien That works for me. I will actually withdraw my comment above about having to support DELEGATECALL to non-EVM contracts. I think this creates some rough edges (not all targets...

@Stebalien There are just some concerns I have about memory isolation in this case. With DELEGATECALL, the callee doesn't get access to the caller's memory. We gotta be careful to...

I actually meant the EVM memory of the caller!

Makes sense, but that would mean the caller needs to save its pre-call state to the blockstore so that the new invocation container can "see" it? Note to self: EVM...

Did you consider sending the root CID as a param (ie. sending the intermediate sub DAG)? Doing so would save a few syscalls. It might be a bit delicate because...

Submission is here: https://github.com/ethereum-lists/chains/pull/1567