mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 08:24:56 -05:00
* `processed_deposit_root` => `latest_deposit_root` * `receipt_root` => `deposit_root` * `receipt_tree` => `deposit_tree` * Emphasize that deposits are Ethereum 1.0 deposits in text in various places * `Eth1Deposit` => `Deposit` for consistency (Also happy sticking with `Eth1Deposit` and replacing `deposit_` with `eth1_deposit_` everywhere. This may be unnecessary since Ethereum 2.0 deposits can be distinguished with the `shard_` prefix, e.g. `ShardDeposit` and `shard_deposit`.) * Clarify `withdrawal_credentials`. * Clarify that multiple Ethereum 1.0 blocks can have the same deposit root.