ethereum / eth-keys

A common API for Ethereum key operations.
MIT License
161 stars 64 forks source link

add factories #74

Closed pipermerriam closed 4 years ago

pipermerriam commented 4 years ago

What was wrong?

We have a few repositories where we've created PrivateKeyFactory and PublicKeyFactory. It would be nice to just import them from here

How was it fixed?

Added eth_keys.tools.factories which has factory classes for both PublicKey and PrivateKey

I also ended up needing to upgrade some testing dependencies.

Cute Animal Picture

confused-funny-giraffe