ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

`v5` Breaking Changes #281

Open reedsa opened 2 months ago

reedsa commented 2 months ago

What feature should we add?

Changes for v5 to include ABI utils.

Also planing to close PRs linked to this issue.

### Tasks
- [ ] https://github.com/ethereum/eth-utils/pull/271
- [ ] https://github.com/ethereum/eth-utils/pull/230
kclowes commented 2 months ago

Maybe move exceptions to inherit from EthUtilsException?