ethpm / py-ethpm

This library is deprecated. ethPM python tooling is now located in web3.py
MIT License
24 stars 13 forks source link

Require w3 instance upon package instantiation #76

Closed njgheorghita closed 6 years ago

njgheorghita commented 6 years ago

What was wrong?

Optional w3 upon package instantiation became unwieldy - a la discussion in #67

How was it fixed?

Instead of making a w3 instance optional upon Package instantiation, require it whenever creating a Package object

Cute Animal Picture

image

njgheorghita commented 6 years ago

Closing since #80 was merged (since it was approved) that contained these changes