Razorholt

Results 16 issues of Razorholt

The function verifySignature() receives all data correctly but at the end, pubKeyAddress gives the wrong address. Here are the data I get from inside that func: ``` $message: Sign this...

How do you get all transactions from a single wallet? Thanks!

I need to get the latest block because 'latest' as toBlock doesn't work. I tried the code below with $toBlock = 'latest' ``` $this->eth->getLogs([ 'fromBlock' => (is_int($fromBlock)) ? '0x' ....

I'm trying to get the balance of a wallet. It works well when the address is valid but if not, the function throws an Exception error taht I can't catch....

I'm on Expo SDK 37, iOS 13.5 ``` useEffect(() => { FastImage.preload([ { uri: "https://www.image.com/1.png" }, { uri: "https://www.image.com/2.png" }, ]); }, []); ``` That code above returns this error:...

First, thank you for this repo! A few things I've noticed: 1.- When you tap the image, it flickers first 2.- The pinch-to-zoom is still a bit buggy 3.- I'd...

Hello - I'm trying to add a basic css loader to the cropit like this: $('.image-editor').cropit({ onImageLoading:function () { $('#loader1').show(); }, onImageLoaded: function() { $('#loader1').hide();} }); However, the loader gets...

Will it work with Expo? Thanks!

I'm getting the "error code: 1010" when trying the token request like this one: https://api.pancakeswap.info/api/v2/tokens/0xBA96731324dE188ebC1eD87ca74544dDEbC07D7f What does it mean?

Is there an example somewhere showing how to interact with pancakeswap? I would like to offer a way to swap directly from my website. Thank you so much!