ethereum / eth-account

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

Remove encode_structured_data #269

Closed kclowes closed 4 months ago

kclowes commented 5 months ago

What was wrong?

encode_structured_data has been deprecated in favor of encode_typed_data.

How was it fixed?

Removed all references to encode_structured_data

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

pacrob commented 4 months ago

I'm pretty sure the whole eth_account/_utils/structured_data folder can go along with this - encode_typed_data has it's own folder in _utils. And tests/core/test_structured_data_signing.py.

kclowes commented 4 months ago

I'm pretty sure the whole eth_account/_utils/structured_data folder can go along with this - encode_typed_data has it's own folder in _utils. And tests/core/test_structured_data_signing.py.

Ah, yep. Nice catch!