ethereum / eth-keys

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

Ideas for breaking changes in v1 release #63

Open carver opened 5 years ago

carver commented 5 years ago

eth-keys is relatively stable. The next breaking release should probably jump to v1. Let's compile ideas for breaking changes we might want to make:

### Tasks
- [ ] Audit!
pipermerriam commented 5 years ago

Need to fix how backends work so that they are classes rather than modules so that they can be pickled. This may not require a breaking change.

carver commented 4 years ago

Drop py3.5 support (maybe even 3.6?)