-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EIP-6465: SSZ withdrawals root #6465
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The commit d74283b (as a parent of 88dfc8b) contains errors. |
All tests passed; auto-merging...(pass) eip-6465.md
|
d74283b
to
8bd46fc
Compare
8bd46fc
to
103caf2
Compare
103caf2
to
1d351ba
Compare
etan-status
added a commit
to etan-status/EIPs
that referenced
this pull request
Feb 8, 2023
Pandapip1
approved these changes
Feb 8, 2023
eth-bot
approved these changes
Feb 8, 2023
eth-bot
pushed a commit
that referenced
this pull request
Feb 8, 2023
* Add EIP: Transition to SSZ * Avoid CL/EL abbrev * Cleanups from review * remove block header conversion from scope * remove security discussion from scope * Update discussion link for new title * Clarifying comment about why receipts don't have LC issue * Update description * Remove blob wrapper; Sync EIP-2718 nums; Helpers for non-tx; data-gas * Fix section header * Add `transaction_hashes_root`. * rm fixed container capacity discussion from this EIP * Convert to `BlobTransaction` for sighash/hash computation * Further cleanup * Align `SignedTransaction` field order with serialization * Write permissions for Vitalik * Update constants for `Receipt` * Update `MAX_LOGS_PER_RECEIPT` * Add rationale about `ReceiptLog` data. * Remove merkle proof length from rationale * rm `TxHashVersion`, rm EIP-155 type, rm extra tree * rm `tx_hash` from `Receipt` for concurrent receipt/tx backfill (Geth) * typo (ty @dapplion) * Split away withdrawals (#6465) * Split away receipts (#6466)
iseriohn
pushed a commit
to iseriohn/EIP-NFT-Rights-Management
that referenced
this pull request
Feb 16, 2023
* Add EIP: SSZ withdrawals root * Update spec reference to Capella * rm transactions reference
iseriohn
pushed a commit
to iseriohn/EIP-NFT-Rights-Management
that referenced
this pull request
Feb 16, 2023
* Add EIP: Transition to SSZ * Avoid CL/EL abbrev * Cleanups from review * remove block header conversion from scope * remove security discussion from scope * Update discussion link for new title * Clarifying comment about why receipts don't have LC issue * Update description * Remove blob wrapper; Sync EIP-2718 nums; Helpers for non-tx; data-gas * Fix section header * Add `transaction_hashes_root`. * rm fixed container capacity discussion from this EIP * Convert to `BlobTransaction` for sighash/hash computation * Further cleanup * Align `SignedTransaction` field order with serialization * Write permissions for Vitalik * Update constants for `Receipt` * Update `MAX_LOGS_PER_RECEIPT` * Add rationale about `ReceiptLog` data. * Remove merkle proof length from rationale * rm `TxHashVersion`, rm EIP-155 type, rm extra tree * rm `tx_hash` from `Receipt` for concurrent receipt/tx backfill (Geth) * typo (ty @dapplion) * Split away withdrawals (ethereum#6465) * Split away receipts (ethereum#6466)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: