ganache icon indicating copy to clipboard operation
ganache copied to clipboard

Add support for `eth_getRawTransactionByHash`

Open danfinlay opened this issue 7 years ago • 5 comments

Geth has a method called getRawTransactionByHash.

I now have a use for it, and want to write tests for it, so now I need ganache support :P

Would allow MetaMask to become an interface for the Brave browser internal ethereum account.

danfinlay avatar Jul 23 '18 22:07 danfinlay

Specifically, I want to get a signed transaction after it was submitted to ganache's unlocked account mode.

danfinlay avatar Jul 23 '18 22:07 danfinlay

Hey @danfinlay, sorry for the delay! I was out of town last week, and I've been catching up to issues and other work.

Definitely would like to add this feature. I'm going to respond again after I've had some time to look into this further; just wanted to let you know we aren't ignoring it!

Thanks!

mikeseese avatar Aug 01 '18 18:08 mikeseese

Thanks @seesemichaelj!

danfinlay avatar Aug 07 '18 18:08 danfinlay

Work on this has begun.

honestbonsai avatar Feb 10 '21 18:02 honestbonsai

WIP: https://github.com/trufflesuite/ganache/tree/feat/getRawTransactionByHash

davidmurdoch avatar Apr 22 '22 20:04 davidmurdoch