Automatically merged updates to draft EIP(s) 2976 (#3149)

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Micah Zoltu 2020-12-03 18:40:26 +08:00 committed by GitHub
parent 0133c6a6d1
commit ee0a315762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ All changes specified below apply to the `eth/TBD` protocol/version and newer.
* `TransactionType` is a positive unsigned 8-bit number between `0` and `0x7f` that represents the type of the transcation
* `TransactionPayload` is an opaque byte array whose interpretation is dependent on the `TransactionType` and defined in future EIPs
* `LegacyTransaction` is an RLP encoded array of the form `[nonce, gasPrice, gasLimit, to, value, data, v, r, s]`
* `TransactionId` is `ssz_tree_root(TypedTransaction)` or `keccak256(LegacyTransaction)`
* `TransactionId` is `keccak256(Transaction)`
### Protocol Behavior
If a client receives a `TransactionType` it doesn't recognize via any message, it **SHOULD** disconnect the peer that sent it.