mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 12:18:16 +00:00
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:
parent
0133c6a6d1
commit
ee0a315762
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user