Changed
- Bumped `web3` to 5.28.0 and removed no longer necessary `eth` dependecies [178](https://github.com/EthTx/ethtx/pull/178)
- Set field `DecodedEvent.value` and `DecodedTransfer.value` as Decimal [179](https://github.com/EthTx/ethtx/pull/179)
- Removed `requests-cache` dependencies and replaced with standard `requests` [180](https://github.com/EthTx/ethtx/pull/180)
Fixed
- Fixed missing `decoded_value` in `parameters` of decoded events [171](https://github.com/EthTx/ethtx/pull/171)
- Fixed `Web3ENSProviderENSProvider` resolution [178](https://github.com/EthTx/ethtx/pull/178)
- Fixed **major issue regarding loss of decimal precision** for `value` field in decoded models `Argument`,
`DecodedCall` and `DecodedTransfer` [179](https://github.com/EthTx/ethtx/pull/179)