Add support for `eth_getRawTransactionByHash`
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.
Specifically, I want to get a signed transaction after it was submitted to ganache's unlocked account mode.
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!
Thanks @seesemichaelj!
Work on this has begun.
WIP: https://github.com/trufflesuite/ganache/tree/feat/getRawTransactionByHash