Added
- Added `CACHE_SIZE` environment variable used to set the size of the cache [121](https://github.com/EthTx/ethtx/pull/121)
- Overwritten `lru_cache` decorator with custom `cache` decorator, which uses
`CACHE_SIZE` environment variable to set the size of the cache [121](https://github.com/EthTx/ethtx/pull/121)
- Make pydantic `BaseModel` hashable.
Changed
- Do not update semantics every time from `ENS` [117](https://github.com/EthTx/ethtx/pull/117)
Fixed
- Fixed some documentation errors in `README.md` file [121](https://github.com/EthTx/ethtx/pull/121)