Krasimir Raykov

Results 11 comments of Krasimir Raykov

Is there a way to get rid of the error with the latest firmware? As a last resort, how to rollback the firmware version? I suppose that's not possible.

This also breaks the SDK, because the decoder cannot decode the data. E.g. the decoder cannot decode the data for `NewContract` event when the `Withdraw` event data comes and vice...

Okay. Would be nice if there is a way to subscribe to all events or by given topics. I don't know how events are handled internally, but this could save...

Hey guys, can someone give me a hint how to integrate Trezor using Ethers. Thanks in advance.

> > > I haven’t written a trezor Signer for ethers yet. I should order one from Amazon so I can... > > If you have one though, you can...

Hello @ricmoo Is it currently possible to pass a struct (as a tuple) to a public function using ethers? For example: `function get(Info memory info) public returns(bool)` Is it yet...

@monokh shall we fix that?

@ricmoo my idea was to create it with a generic store, which could be injected to the NonceManager. For example the store could be in-memory (like at the moment) or...