Automatically merged updates to draft EIP(s) 3584 (#3586)

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

 - It only modifies existing Draft, Review, 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:
g11tech 2021-05-23 22:35:17 +05:30 committed by GitHub
parent a87a4d4e01
commit 6cfde6bcda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ requires: 2929, 2930
A proposal to build a block's `access_list` and include its fingerprint `AccessListRoot` in the block header. A proposal to build a block's `access_list` and include its fingerprint `AccessListRoot` in the block header.
## Abstract ## Abstract
[EIP-2929](./eip-2929)/[EIP-2930](./eip-2930) centers around normalizing the (low) gas costs of data/storage accesses made by a transaction as well as providing for (and encouraging) a new transaction type format: [EIP-2929](./eip-2929.md)/[EIP-2930](./eip-2930.md) centers around normalizing the (low) gas costs of data/storage accesses made by a transaction as well as providing for (and encouraging) a new transaction type format:
``` ```
0x01 || rlp([chainId, nonce, gasPrice, gasLimit, to, value, data, access_list, yParity, senderR, senderS]) 0x01 || rlp([chainId, nonce, gasPrice, gasLimit, to, value, data, access_list, yParity, senderR, senderS])
``` ```