ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.91k stars 1.68k forks source link

Update `v7` migration guide for removing `personal` namespace #3354

Closed fselmo closed 3 months ago

fselmo commented 3 months ago

2844 removed support for the personal namespace. We should document in the v7 migration guide that unlocking / locking accounts is no longer supported along with the personal namespace removal. A link to the go-ethereum docs for using clef and a mention to providing a keyfile as alternatives might be good notes to add as well.