Skip to content
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: SSZ transactions root #6404

Merged
merged 26 commits into from
Feb 8, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
68f565a
Add EIP: Transition to SSZ
etan-status Jan 29, 2023
1676478
Avoid CL/EL abbrev
etan-status Feb 2, 2023
0659b57
Cleanups from review
etan-status Feb 2, 2023
a2debb2
remove block header conversion from scope
etan-status Feb 2, 2023
7ed04b0
remove security discussion from scope
etan-status Feb 2, 2023
8534211
Update discussion link for new title
etan-status Feb 2, 2023
24bdf2c
Clarifying comment about why receipts don't have LC issue
etan-status Feb 2, 2023
e57a539
Update description
etan-status Feb 2, 2023
0881b15
Remove blob wrapper; Sync EIP-2718 nums; Helpers for non-tx; data-gas
etan-status Feb 2, 2023
3f999e2
Fix section header
etan-status Feb 2, 2023
2c29434
Add `transaction_hashes_root`.
etan-status Feb 2, 2023
f7d3a23
rm fixed container capacity discussion from this EIP
etan-status Feb 3, 2023
b2fe0eb
Convert to `BlobTransaction` for sighash/hash computation
etan-status Feb 3, 2023
09ed605
Further cleanup
etan-status Feb 3, 2023
ffb67aa
Align `SignedTransaction` field order with serialization
etan-status Feb 3, 2023
6063d50
Write permissions for Vitalik
etan-status Feb 3, 2023
e6d1f86
Update constants for `Receipt`
etan-status Feb 5, 2023
dd620dd
Update `MAX_LOGS_PER_RECEIPT`
etan-status Feb 5, 2023
b65dc3d
Add rationale about `ReceiptLog` data.
etan-status Feb 5, 2023
f46baee
Remove merkle proof length from rationale
etan-status Feb 5, 2023
ff2b2f9
rm `TxHashVersion`, rm EIP-155 type, rm extra tree
etan-status Feb 6, 2023
b9955cb
rm `tx_hash` from `Receipt` for concurrent receipt/tx backfill (Geth)
etan-status Feb 8, 2023
35efb51
typo (ty @dapplion)
etan-status Feb 8, 2023
eea24e0
Merge branch 'master' into el-ssz
etan-status Feb 8, 2023
a95a6a5
Split away withdrawals (#6465)
etan-status Feb 8, 2023
c354a51
Split away receipts (#6466)
etan-status Feb 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading