Skip to content

blob tx in rlp txn and txn data #356

@letypequividelespoubelles

Description

  • 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions