-
Notifications
You must be signed in to change notification settings - Fork 21
blob tx in rlp txn and txn data #356
Copy link
Copy link
Open
Labels
Description
letypequividelespoubelles
opened on Jan 7, 2026
Issue body actions
- to != null
- 2 more phases in rlp txn
- lookup hub -> rlp txn for blob opcode (case arg > # blobs ?)
- add blob gas fee in txndata
- at least one blob
- first blob hash is VERSIONED_HASH_VERSION_KZG
- assert tx.max_fee_per_blob_gas >= get_base_fee_per_blob_gas(block.header)
- # keep track of total blob gas spent in the block
- # ensure the total blob gas spent is at most equal to the limit : assert blob_gas_used <= MAX_BLOB_GAS_PER_BLOCK
- # ensure blob_gas_used matches header
- update gas pricing in txnData
Reactions are currently unavailable