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) 1559 (#3031)
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
aa0e7b1f2b
commit
e54347b5fb
@ -200,6 +200,9 @@ class World(ABC):
|
||||
## Backwards Compatibility
|
||||
Legacy Ethereum transactions will still work and be included in blocks, but they will not benefit directly from the new pricing system. This is due to the fact that upgrading from legacy transactions to new transactions results in the legacy transaction's `gas_price ` entirely being consumed either by the `base_fee` or the `miner_bribe`.
|
||||
|
||||
### GASPRICE
|
||||
Previous to this change, `GASPRICE` represented both the ETH paid by the signer per gas for a transaction as well as the ETH received by the miner per gas. As of this change, `GASPRICE` now only represents the amount of ETH paid by the signerper gas, and the amount a miner was paid for the transaction is no longer accessible directly in the EVM.
|
||||
|
||||
## Test Cases
|
||||
|
||||
## Implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user