Philippe ROSTAN

Results 52 comments of Philippe ROSTAN

And I have some difficulties to see the interest to pay to use a blockchain, using an account that do not provides any safety of a crypto signature.

In fact, this one should probably not be tagged as ODHack, and should have been closed. To authorize a transaction without signature is a clear safety issue and should never...

It was straightforward to build juno from source in the previous versions. But seems complicated to build 0.9.4. I have : ``` > brew list binutils gcc gmp isl jemalloc...

Nice. These instructions are working for me.

Hello, The solutions provided the last days solves compilation error. (all my files are in app/). If page.tsx is Server side, it renders properly. But if page.tsx is Client side,...

No, it's just an helper to extract the gasPrice info from RPC `get_block`

I am working on a solution for the second solution.

I have something operational with all versions of OpenZeppelin, Argent X & Braavos accounts. I will propose a PR tomorrow.

To calculate the storage addresses, we need the name of the elements in the storage, and their types. Can we find these data in .sierra or in .casm?

I made some tests : it works for litterals (including u256), legacyMap, structs, if the user provides the name of the element. Array and enums not supported in Storage (cairo...