Unit Test Update
- Add unit tests for all methods in [account_api.py](https://github.com/m-marqx/CryptoExplorer/blob/main/src/crypto_explorer/api/account_api.py)
- Add `ConnectError` and `Timeout` tests for `get_block_stats` and `get_block_info` in [quicknode_api.py](https://github.com/m-marqx/CryptoExplorer/blob/main/src/crypto_explorer/api/quicknode_api.py)
- Filter `DeprecationWarnings` in [tests/test_account_api.py](https://github.com/m-marqx/CryptoExplorer/commit/edbf2f83fdf553a9106441311b67143340887dbd#diff-8086f0267d5a83c29a1d7ff8f050256f8b556af28cec6f37dfdd88e47defadbd)
----
**Full Changelog**: https://github.com/m-marqx/CryptoExplorer/compare/v1.0.0...v1.0.2