Mathieu Dutour Sikiric
Mathieu Dutour Sikiric
Reentrancy is used in some DeFi applications for Flash loans. The code for the provider will look like this: ```solidity function flashLoan(address receiver, uint256 amount, bytes calldata data) external {...
You mean, the ones of `linera-service/src/cli_wrappers/local_net.rs`. We could indeed have a variable `OFFSET_TEST_PORT` that translates the ports. This would allow running two sets of end-to-end tests on the same machine.
You are completely right. There is also this in `LogView`. And no, we cannot assume usize will stay to 32 for Wasm, [Wasm 3.0](https://webassembly.org/news/2025-09-17-wasm-3.0/) has 64-bit address space, see
I updated the issue description.
For the EVM, when we execute an operation, we immediately write down the state. Therefore, the `fn finalize` is not relevant to EVM operations at the present time. Still, we...
> I'm not sure about this: It makes `follow-chain` report the same error differently than other commands. I agree. We discussed that. What we want is better error processing. Will...
> I don't see anything wrong with the PR apart from the comment I made earlier. (Not approving just yet to let other weigh in on the topic). Ok. The...
Consensus was not achieved on this PR. And this is, anyway, a minor point. So, let's kill that PR.
I think it is a nice feature that we could have. But the use case that we had in `fn block_hashes` has been killed by https://github.com/linera-io/linera-protocol/pull/4897
> Can you explain more the concept of separating gas accounting for each contract separately vs what the EVM does? How does it affect the final outcomes, is it still...