argentlabs / web3.swift

Ethereum Swift API with support for smart contracts, ENS & ERC20
MIT License
668 stars 168 forks source link

Suport Blob transactions (EIP-4844) #368

Open DarthMike opened 5 months ago

DarthMike commented 5 months ago

EIP-4844 added a new transaction type for blobs.

Support this tx to be created, and also data incoming from the chain should also be made available

Reference: https://github.com/ethers-io/ethers.js/issues/4570 https://github.com/ethers-io/ethers.js/issues/4554

iteyelmp commented 5 months ago

Can the 4844 transaction be sent? Why my signTransaction blob tx data is wrong?