Results 5 comments of Sven Stucki

I have implemented a preliminary Trezor signer using `trezor-connect` for one of my projects and would be happy to share it, as soon as it's a bit more mature. At...

@piavgh This is the same issue I had. To debug this, you can decode the serialized transaction and then compare the result to `tx` and `sig`. In my case the...

Hey @piavgh the provider is just a regular `JsonRpcProvider` from ethers.js that I pass in. So are you saying you get the same wrong transaction from `ethereumjs-tx`? In that case...

I'm also quite happy that this script exists ;). Funnily I discovered the project and this issue just before @markvanwijhe commented. I've just received my GDPR export and run it...

We're facing the same issue. It would be great to get a fix for this merged, instead of having to use a fork. @juanifioren would it be possible to merge...