ethereum / eth-account

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

Default keyfile settings updated in eth-keyfile 0.7 #297

Closed sreyemnayr closed 2 months ago

sreyemnayr commented 2 months ago

The version is pinned to be >= 0.6.0, but when that version is used, wallets that depend on @noble/hashes for scrypt decryption throw errors about the keyfiles generated. Should be bumped to at least 0.7.0. https://github.com/ethereum/eth-account/blob/aa55c07c338c25c1a9563046c4ce0a2111c4a325/setup.py#L55

https://github.com/paulmillr/noble-hashes/issues/61#issuecomment-2315618785

fselmo commented 2 months ago

Thanks for raising this @sreyemnayr. Looks like that's a good change to make. We'll get this in.

kclowes commented 2 months ago

This has been released in eth-account 0.13.3. Thanks for the report!