ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
258 stars 155 forks source link

Eip-4844 (type 3) transaction support #249

Closed antazoey closed 5 months ago

antazoey commented 6 months ago

When attempting to sign a transaction of type 3 (EIP-4844), it fails with a TypeError for the unrecognized type. Looking at the code, I don't see EIP-4844 support yet, so I am making this issue as a formal request!

fselmo commented 5 months ago

closed by #253