Josh Pyles

Results 34 comments of Josh Pyles

The other thing I can say is that this happens intermittently on a request basis, and not with every request. If I make a stream with different data in the...

Yeah, this is a tricky one to figure out. It works completely fine 99.99% of the time, but occasionally we get a crash or two. Best I can tell, the...

interesting point. I suppose I could grab the classes straight from the child element. Would it be useful to remove the class from child element once it's been uniformed?

@Ybrin has this PR been released yet? I believe this should fix the inputs issue on fallback functions: https://github.com/Boilertalk/Web3.swift/pull/50

Awesome. Hopefully that will solve it. The original issue is because you need to pass "abi" as the key so it can find the abi inside the json. Might be...

Hmm, it sounds like maybe they made this change because now they have better guarantees with conditional conformance. Maybe BytesInitializable should do the same?

Hmm, you should be able to build this SDK against Swift 4.0 and it should be fine. Might need to set this in the Podspec. I can look into this,...

Confirmed locally that changing the swift version under Build Settings on the Web3 framework to Swift 4 allows it to be built for an app running Swift 4.2. That should...

Hey @darwinharianto I submitted a PR to fix the issue, but this is the setting you need to change. It looks like you've changed the swift version for the Pods...