Mathieu

Results 193 comments of Mathieu

hey @augustin-v i ran some profiling on `test_execute_from_outside_eip1559` - which is just an empty execution, so it only performs validation steps: Before: After: It's nearly 10x better :)

@azteca1998 im not super familiar with debugging rust panics like this: what's the usual process to find where the stack is overflowing?

ok - more update on this: I ran the test with `export RUST_MIN_STACK=16777216` to increase the stack size. Now, it passes. More details: this specific test has a lot of...

> Oh, I see. If I understood correctly it's not that there's a non-tail-recursive loop but rather that there's a lot of nested contract calls, right? We hadn't seen any...

It's hard to both learn about a concept and explain it correctly, so let me help you with that with two examples. I'll let you work your way from there...

hey @cryptonerdcn, do you think this can be supported by WASM-Cairo ?

Lots of CI errors due to `no_listing_09_deref_coercion_example`, please check

so actually DerefMut is not like Rust's - its usage is only for cases where you want deref to work only for a mut variable