Carlos Reyes Stoneham

Results 10 comments of Carlos Reyes Stoneham

+1 it's not clear by the docs how we should be handling subscription intent, we've almost exactly copied [this code](https://github.com/stripe/stripe-react-native/blob/48b547c33d9c4dba9ecdbf6167b79d968ebf1bc3/example/server/index.ts#L577). However if a user goes to our subscription page `await...

it's definitely a heavy call but if you make an RPC call directly at this block height it's quite fast I would've thought that the fork call would effectively be...

I think that's how hardhat works actually, they cache the state in a directory as JSON files. +1 that it would be amazing if we could get the same caching...

would also be great to have a simple test suite for each chain to just make sure the address exists everywhere

FYI this is the test suite that I have in our Rainmaker repo, I've just pulled it out as a snippet because I wasn't sure where this belongs in your...

@wilsoncusack I notice that I'll sometimes get: `Expected bytes32, got bytes31.5.` depending on the message that I'm signing or the private key that I'm using, getting thrown from here: ```...

> [email protected] Confirmed that this version fixes the issue, thanks @jxom. What was the problem?

thanks @jxom, so fast! when do you think the next patch version might be released (2.17.6)?

thanks for your help @jxom @wilsoncusack, think this is ready for another review.

+1 does anyone know where to start with this?