Mark Loit

Results 36 comments of Mark Loit

So yes the check is redundant as `subype` indeed does not change. However you appear to be reducing to the wrong result. Here we need to go by `subpointer =...

While you can test contracts using web3Swift, you'll likely find it easier and more efficient to use something like Remix for the contract development side, then transition to something like...

Interesting, however the correct solution may still be to generate a new `Data` object, as once we get into slices, we are no longer guaranteed to have contiguous indexes, it...

It was new to me too... I only came across it when I did a little looking into this issue.

key generation is very slow if you are building/running in debug mode.

There is a known issue with the keystore file/json being incompatible with other wallets. It is on my todo list of things to look into, but have not gotten to...

Can you please provide the exact code for when it is failing? The error you show is for `gasLimit` estimation, and I can see no reason as to why, or...

you need to provide more information. What have you tried (post code). Are you trying to get the signature of a transaction that is already on chain, or a transaction...

#509 includes a suite of tests added into `LocalTests/web3TransactionsTests.swift` These tests take a JSON representation of a signed transaction and converts it into a `EtereumTransaction` via the `Decodable` protocol. It...

signing tests have now been added