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

Update EIP-6404: Rename from signature fields #8886

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

etan-status
Copy link
Contributor

Avoid signature.ecdsa_signature in usage code (signature twice) and allow switching to different ECDSA curves by renaming:

  • tx.signature.from_ --> tx.from_.address
  • tx.signature.ecdsa_signature --> tx.from_.secp256k1_signature

Avoid `signature.ecdsa_signature` in usage code (`signature` twice)
and allow switching to different ECDSA curves by renaming:

- `tx.signature.from_` --> `tx.from_.address`
- `tx.signature.ecdsa_signature` --> `tx.from_.secp256k1_signature`
@github-actions github-actions bot added c-update Modifies an existing proposal s-draft This EIP is a Draft t-core labels Sep 16, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Sep 16, 2024

✅ All reviewers have approved.

@etan-status etan-status marked this pull request as ready for review September 17, 2024 10:55
@etan-status
Copy link
Contributor Author

@eth-bot rerun

@eth-bot eth-bot enabled auto-merge (squash) September 17, 2024 10:56
Copy link
Collaborator

@eth-bot eth-bot left a comment

Choose a reason for hiding this comment

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

All Reviewers Have Approved; Performing Automatic Merge...

@eth-bot eth-bot merged commit 5a7d88e into ethereum:master Sep 17, 2024
16 checks passed
@etan-status etan-status deleted the tx-fromsig branch September 17, 2024 11:05
etan-status added a commit to etan-status/eth-light that referenced this pull request Sep 17, 2024
In ethereum/EIPs#8886 certain fields related to
the `from` address and signature have been renamed. Sync those changes.
etan-status added a commit to status-im/nimbus-eth2 that referenced this pull request Sep 17, 2024
In ethereum/EIPs#8886 certain fields related to
the `from` address and signature have been renamed. Sync those changes.
etan-status added a commit to status-im/nim-web3 that referenced this pull request Sep 17, 2024
In ethereum/EIPs#8886 certain fields related to
the `from` address and signature have been renamed. Sync those changes.
etan-status added a commit to status-im/nimbus-eth2 that referenced this pull request Sep 17, 2024
In ethereum/EIPs#8886 certain fields related to
the `from` address and signature have been renamed. Sync those changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-update Modifies an existing proposal s-draft This EIP is a Draft t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants