ethereum / eth-account

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

Cancun updates #253

Closed fselmo closed 5 months ago

fselmo commented 5 months ago

What was wrong?

Todo:

Cute Animal Picture

Screenshot 2024-03-19 at 09 53 18
fselmo commented 5 months ago

New API for generating commitments and proofs from blobs added with pydantic models for validation. RLP serialization and deserialization with the PooledTransaction payload from EIP-4844 added. I want to add more tests but asking for a re-review so we can chat about the API.


edit: more tests added