mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 16:05:00 -05:00
1. Use `typing_inspect` library to check if it's `typing.List[Any]`. Use it in `is_list_type`. 2. Add `__hash__`, `__eq__`, `__repr__` methods to some classes.