Skip to content

Commit

Permalink
Change EIP-2718 status from "Draft" to "Review" (ethereum#3232)
Browse files Browse the repository at this point in the history
Moves to review.
  • Loading branch information
poojaranjan authored and Arachnid committed Mar 6, 2021
1 parent dbf4092 commit 3669fc8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions EIPS/eip-2718.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ eip: 2718
title: Typed Transaction Envelope
author: Micah Zoltu (@MicahZoltu)
discussions-to: https://ethereum-magicians.org/t/eip-2718-typed-transaction-envelope/4355
status: Draft
status: Review
type: Standards Track
category: Core
created: 2020-06-13
Expand Down Expand Up @@ -73,14 +73,8 @@ Clients can differentiate between the legacy transactions and typed transactions
If it starts with a value in the range `[0, 0x7f]` then it is a new transaction type, if it starts with a value in the range `[0xc0, 0xfe]` then it is a legacy transaction type.
`0xff` is not realistic for an RLP encoded transaction, so it is reserved for future use as an extension sentinel value.

## Test Cases
TBD

## Implementation
TBD

## Security Considerations
TBD
When designing a new 2718 transaction type, it is **STRONGLY** recommended to include the transaction type as the first byte of the signed payload. If you fail to do this, it is possible that your transaction may be signature compatible with transactions of another type which can introduce security vulnerabilities for users.

## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).

0 comments on commit 3669fc8

Please sign in to comment.