duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

Update Python Version Support (remove web3) #48

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

web3 is not ready for 3.11. Luckily it was only used in one place and for not a very good reason (checkSumAddresses). Dune V2 uses lower case strings and our regex pattern can validate addresses without web3. This change may break some peoples tests (if they have hard coded addresses).