Comparing 0.28.3...0.29.0 · python-validators/validators
Commits on Jul 1, 2024
-
feat: add validator for eth addresses (#383)
- move to a new directory for crypto addresses validators - add a new feature to validate ethereum address - create a new dep group for crypto eth address - update tooling requirements - update api docs for crypto addresses - add a new dependency group for testing, update scripts accordingly - include crypto-eth-addresses in tooling requirements - add docs - bump version, update change log - fix: make `eth_hash` truly optional - make `eth_hash` truly optional - update dev dependencies - improve changelog - fix packaging and CI --------- Co-authored-by: Yozachar <38415384+yozachar@users.noreply.github.com>