Mark Tyneway

Results 574 comments of Mark Tyneway

@chenfeifei-e Are you still encountering any problems?

This is the same issue that Steven was running into @bucko13

Because the server is currently served on both http and https, we would have to support both ws and wss simultaneously in the SocketManager. Maybe its better to always serve...

What do your remappings, filesystem and deps look like? I'm not sure if this is a problem with the hardhat plugin, foundry/ethers-rs or your config. I was able to use...

Following the above stack trace: - The hh cli - https://github.com/NomicFoundation/hardhat/blob/64456a03fcdd75cc7b22ca1d4085e72beab68e73/packages/hardhat-core/src/internal/cli/cli.ts#L214 - An error is thrown and caught here - https://github.com/NomicFoundation/hardhat/blob/64456a03fcdd75cc7b22ca1d4085e72beab68e73/packages/hardhat-core/src/internal/core/runtime-environment.ts#L136 I would expect to see this in the logs...

This would require an archive node for older transactions. I definitely think that would be a nice feature for `cast send` and `cast call --json`. It seems like it could...

This fixes https://github.com/ethers-io/ext-signer-ledger/issues/6

Fix in ethers-rs: https://github.com/gakonst/ethers-rs/commit/da3808301386a4a05a99f2b0bdc6ee5edc1cb02e

Can get test vectors from here: https://optimistic.etherscan.io/address/0x4200000000000000000000000000000000000000#internaltx

> LGTM - one Q about some test setup. I really like how it compares the computed slot vs what get set in the trace. Good call on catching that...