Mark Loit
Mark Loit
Just to add some further context since I've since discovered *the way* it was intended. Looking through the past issues on similar themes it stems from a critical hole in...
I believe I'm seeing a related issue. Metamask (injected provider) disconnects whenever the chain is changed to the Binance Test Network. I can freely switch from it to any network,...
This should only be an issue in debug builds when using SPM. Can someone please confirm if this is still an issue using the latest version of web3swift and building/running...
This has been on my radar for a while. Now that EIP-1559 support is out I'll start looking into it now.
What hardware are you building/testing on? Also can you try building in release mode to see if this solves the problem?
Can you please build your code in "release" mode, and report back if the issue is still present then?
I can confirm that the issue lies between debug and release builds. I created a simple test app to create a private key. Debug Build/Run: `7.790989995002747` Release Build/Run: `0.10214793682098389` The...
Couple of things. first we already have a `.swiftlint.yml` in the root of the repo, so if we're adding/changing rules it should be done there. Secondly you appear to have...
I see, okay. That's fine then. Thank you for removing the 3 redundant PR's from yesterday, but 2 more popped up today. Please update your process, so you are not...
Look at #440 which had a similar fix and resultant problem, and ultimately #498 for the final fix. A similar solution may be applicable here.