Add better Tx Sender Recovery #2174
Unanswered
bh2smith
asked this question in
Idea / Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am constantly struggling to put together the required functionality to recover sender from Signed (serialized transaction).
Furthermore,
Deconstructing a SignedTx Hex string into transaction hash and signature hex is also cumbersome (seen above). Note that this implementation above agrees with ethers via
but disagrees with
web3-js
:which is unusual.
Here is an example
signedTxHash = "0x02f872611c847735940085174876e800825208940c0a71335cc50b821570f6f8b302b248d0e56ed4870eebe0b40e800080c080a0d490e3ce4e974cae1f89c4b328bf4dc7ecba7b1cef9838be6282ca92fd5a8127a01c032f8bfa93bd48fb5215813e4f3a21f8e5da015ebd52b4daa945bcc2d4749e"
Beta Was this translation helpful? Give feedback.
All reactions