fiber-rs icon indicating copy to clipboard operation
fiber-rs copied to clipboard

docs: add Eip4844-related documentation

Open merklefruit opened this issue 2 years ago • 0 comments

We need to document how Fiber handles Eip-4844 transactions. In short:

  • subscribe_new_transactions: contains transactions of type 0, 1, 2, 3. Type 3 transactions here are without blobs.
  • subscribe_new_blob_transactions contains only transactions of type 3 with blobs sidecar attached.

merklefruit avatar Mar 20 '24 15:03 merklefruit