You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update and fix dependencies
- bump web3.py version to >=6, <7
- chore: bump package version to 2.0.0
- chore: lock packages
- chore: update vscode settings.json
- update .vscode/settings.json to properly use black formatter
* fix: get private key using v6 LocalAccount private key property
* feat: use v6 method and property naming convention
- use Pythonic snake_case where applicable
- `web3.module.Module uses` `w3` naming instead of `web3`(e.g. `self.web3.eth.block_number` -> `self.w3.eth.block_number`)
- sha3 method has been renamed to keccak
* chore: update PKG-INFO web3 package version
* Update simple.py for web3.py v6
* Update pyproject.toml and poetry.lock to the latest
---------
Co-authored-by: George Zhang <georgezhangtj97@gmail.com>
0 commit comments