Richard Moore

Results 530 comments of Richard Moore

As a quick note, here is the preliminary LedgerSigner using the v4 API of ethers. It needs some TLC for handling errors, but it works in both the browser and...

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 look at the ledger signer...

Have you looked into the ledger signer? https://github.com/ethers-io/ethers-ledger/blob/master/src.ts/index.ts#L67

What is the value of tx? You may have to convert the 0x1c to 28? I can experiment with it once I’m back at my computer. :)

As a side-note, I've just added node.js support for Ledger as the `@ethersproject/hardware-wallets` package. A little work is required to get browser support, but if anyone wants to try it...

Yes. It definitely must be connected. That is part of the value of a Hardware Wallet. :) Right now there are some issues with the hardware wallet signer with its...

I've been trying to reproduce this but cannot. Do you possibly have a long running CPU intensive test that does not yield to the event loop? Are you using your...

@peterbraden What do you mean? It registers a callback using `.on`, so it will be called on every block after the transaction is mined. It is not using `.once`.

This looks like that node has changed the error string used to indicate insufficient intrinsic cost; what version and of what node are you using? I.E. geth vs parity vs...

I'm working on a fix to help consolidate these. The Hardhat error will be hard to process in its current state, but I'll make a request for them to format...