Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/evm: add support for signing transactions in the unprotected format #23937

Merged
merged 2 commits into from Nov 23, 2021

Conversation

lightclient
Copy link
Member

@lightclient lightclient commented Nov 20, 2021

Currently, there is no way for t8n to sign transactions aren't protected with chainId. This adds an optional value protected to the txWithKey object, so that when set to false the transaction will be signed using the Frontier signer's sighash format.

Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@holiman holiman added this to the 1.10.13 milestone Nov 23, 2021
@holiman holiman merged commit 23f69c6 into ethereum:master Nov 23, 2021
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Nov 23, 2021
…at (ethereum#23937)

* cmd/evm: add support for signing transactions in the unprotected format

* cmd/evm: simplify signing of unprotected txs
yongjun925 pushed a commit to DODOEX/go-ethereum that referenced this pull request Dec 3, 2022
…at (ethereum#23937)

* cmd/evm: add support for signing transactions in the unprotected format

* cmd/evm: simplify signing of unprotected txs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants