EtherKit
EtherKit copied to clipboard
Events
Events are used to communicate data with "front-end" and are the only way to obtain information from a smart contract, AFAIK. Do you plan to support them in any way?...
OK, I have a bit of problem with one change in this commit: https://github.com/Vaultio/EtherKit/commit/fc8cc589a0bf92c819f86778cf3955fbbc588156 If you look at `Function.swift` (https://github.com/Vaultio/EtherKit/blob/fc8cc589a0bf92c819f86778cf3955fbbc588156/EtherKit/Models/Function.swift), then you can notice there are two `public init` which...
steps to reproduce: make a failed URL request using etherKit, e.g. give it a url that isnt running a node expected: callback is called with the Result containing `.failure(theNetworkingError)` actual:...
We're using the cocoapods version for development anyway, but eventually it would be nice to have carthage support. No rush.