Francesco Ceccon

Results 143 comments of Francesco Ceccon

Hello, yes I think it would be very useful. My understanding is that we need two steps: * Create a new hook (`useEstimateFees`, usually I use the rpc method name)...

What RPC version are you using? It could be you're using an RPC version (0.7) that's newer than what's supported by starknet react v2 (RPC 0.6).

The goal is to have a `getAddress` function that validates the address and returns `0x${string}`. That way it catches bugs related to passing things that are not addresses so functions...

@Benjtalkshow that sounds good. Can you open a PR against the `develop` branch where you add the `getAddress` helper (in an `utils.ts` file for example) that simply invokes `validateAndParseAddress` from...

Yes of course! Since I commented I made some changes so now you should make a PR against the `main` branch. BTW if you wait ~10 days or so you...

We will release the telegram group once OD Hack starts!

> Hello @fracek isn't this issue already fixed here: > > https://github.com/apibara/starknet-react/blob/2b08aa3f8e9b8140b19d5989ca72cef62a531200/packages/core/src/hooks/use-account.ts#L19-L37 Hey, yes that specific issue is solved but we need the `getAddress` helper still.

Hey @Benjtalkshow you need to add the getAddress helper I described above.

Good catch! The good news is that the Starknet RPC spec includes a continuation token for the `starknet_getEvents` call so that we can use react-query infinite queries to implement this.