Jenea Vranceanu

Results 57 comments of Jenea Vranceanu

@Kristenlike1234 Thanks for reporting! Will try to resolve that today. Will update you on my findings.

@Kristenlike1234 Something that I didn't take into account right away is that `TransactionOptions` is a struct and since struct in Swift is a value type this action will create absolutely...

Investigating further the following line from `static func createRequest` ``` guard var txParams = transaction.encodeAsDictionary(from: from) else { return nil } ``` will actually encode `EIP1559Envelope` if the `TransactionType` you...

Here is even more proof that your transaction options will actually get into JSON RPC request's parameters. I've set `maxFeePerGas` to `.manual(1)` and `maxPriorityFeePerGas` to `.manual(2)` which are `0x1` and...

@Kristenlike1234 Try passing back your options into `send` or `sendPromise` and ping me with the result, please. If that won't help we should look further. For now, I'll switch to...

This needs to be thoroughly reviewed as I did exactly the same and remember that this solution broke the decoding of tuples or something around. I'll join the review later...

@mloit, thanks for the references! @6od9i, thanks for your contribution! I've found locally the tests I wrote while a month ago working on fixing this decoding issue. There are two...

Hm, haven't thought of a Data object with missing middle bytes. I'll take some time this week to check what we can do about this whole situation. Thanks for the...

@dengbangquan Please, could you add more details of what are you looking for?

Hello! How do you get this private key? What type of keystore are you using? Please, share snippets of the exact code you are using to facilitate the debugging process!...