Philippe ROSTAN

Results 52 comments of Philippe ROSTAN

With an account that has been instantiated with CairoVersion as parameter, the `signatureVerifFunctionName` is never defined. So, I have added just this code : https://github.com/starknet-io/starknet.js/pull/989/commits/9c2726105955e26f60d036a7c1bf85932d0d64df A consequence is that this...

Waiting a decision for the strategy to adopt...

Hello, In fact, I am handling this one from start to finish.

Hello, Why are you not using an Ethereum js library to perform this calculation (ethers.js, web3.js, ...)?

https://github.com/starknet-io/starknet.js/blob/b3a2946a3d1e89fd16c542cf19e4fcedb6777ef5/src/utils/hash/classHash.ts#L39

I just ended to code an abstracted account contract. I took an OpenZeppelin 0.7.0 account (coded for Cairo v2.2.0). I tortured it until it accepts Cairo v2.1.0 compiler. Then I...

Many teams are working on Account Abstraction, and their accounts will not be handled with the current code of Starknet.js. For example, for Account deploy, Braavos has a specific way...