0xicingdeath

Results 24 comments of 0xicingdeath

I think it would be good to split up `sender` and `psender` (not used when in assertion mode). I mix the two up a lot.

I am running into the same issue with using this component on Safari. However, overriding `componentDidMount` and `componentDidUpdate` didn't work for me. Still experiencing the same problem with the focus.

Hey @taylorgag @MrWiffer, thanks for reporting this. We are still investigating the cause of this `Connection refused` issue – which seems to be affecting mainly Linux installations. Thanks for the...

Hey @taylorgag, thanks for providing this. I've been investigating these error messages, and it suggests it may be a bug introduced in our 0.2.1 release. Can you try downgrading to...

Hi @Kindhearted57, thanks for reporting this. Can you provide the output of the following commands? `pip3 --version` `curl -X GET -I https://binaries.soliditylang.org/linux-amd64/list.json` `python3 -c 'import urllib.request; urllib.request.urlopen("https://binaries.soliditylang.org/linux-amd64/list.json")'`

Hey @Kindhearted57, thanks for the output on the commands. I am having trouble reproducing this error locally. From the error message, it looks like your local certificates may be out...

Hey @PatrickAlphaC, it's in the README here! :) https://github.com/crytic/solc-select#ssl-certificate_verify_failed-on-running-solc-select-commands-investigation-ongoing

Hey @fjtechorg! What version of solc were you trying to use? For the binaries hosted by [Solidity](https://binaries.soliditylang.org/linux-amd64/list.json), they've only released binaries >= 0.4.10. We have versions 0.4.0-0.4.9 in our own...

We can look into adding additional support in the next release by adding into the versions that we are hosting, if we can get the executable binaries out!

Adding `prior-to-release` tag – this should be implemented prior to Windows release going out