:recycle:
- :recycle::white_check_mark:
([`f31154b`](https://github.com/mraniki/dxsp/commit/f31154b602afb3ad723d3a72caa95e76ba9fe2bb))
:rotating_light:
- :rotating_light:fix get_token_balance method indentation
([`bc6f1c6`](https://github.com/mraniki/dxsp/commit/bc6f1c6a36edc5a46ef64807d3b80dee8aca05df))
- :rotating_light:refactor contract_utils.py and test_unit.py
([`9ecceea`](https://github.com/mraniki/dxsp/commit/9ecceea88637b0d201bd4c60b2e13bb359dcf80b))
- :rotating_light:refactor DexSwap class to use the rpc value from the config file
([`278ee03`](https://github.com/mraniki/dxsp/commit/278ee0308ae5bca840f319e8a5271207688f4cfb))
:white_check_mark:
- :white_check_mark:
([`5a0da1d`](https://github.com/mraniki/dxsp/commit/5a0da1df92e6566d2447dbf327e1e67852d14d6a))
- :white_check_mark: Unit Test :recycle:
([`ab776b4`](https://github.com/mraniki/dxsp/commit/ab776b41db543e5a791a7fd729b24f9599f2ac04))
Other
- 'refactored by Sourcery'
([`e4d6eb9`](https://github.com/mraniki/dxsp/commit/e4d6eb94468c64ae33d88c3c651c371139c3450f))
- 'refactored by Sourcery'
([`8015133`](https://github.com/mraniki/dxsp/commit/8015133cc4388adbcd6d69f1a6dcd6cc201b1ad6))
- 'refactored by Sourcery'
([`95c3708`](https://github.com/mraniki/dxsp/commit/95c37085b23d37511f8a7db4e168f2bba9ccad51))
- Add debug logging for Coingecko token instance
([`665746b`](https://github.com/mraniki/dxsp/commit/665746b8284b9e6a27fc0147e2998375057f9863))
- Add debug logging for token decimals in Uniswap protocol
([`ad41fb6`](https://github.com/mraniki/dxsp/commit/ad41fb65eb05a59386b8ae97d6fc91d067ae3011))
- Add logger import to Kwenta protocol
([`6f7feac`](https://github.com/mraniki/dxsp/commit/6f7feacb90ecb3230868faddb1c877b701959b8b))
- Add unit tests for DEXSWAP functionality
([`3196bd4`](https://github.com/mraniki/dxsp/commit/3196bd42e084d5562be849f12e61d673c85535be))
- Fix contract address parameter in Uniswap and ZeroX protocols
([`03a1e3b`](https://github.com/mraniki/dxsp/commit/03a1e3b74e5bd7f20b9d8f772c5a78e588ddd631))
- Fix contract address parameter in Uniswap protocol - Fix contract address parameter in ZeroX
protocol
- Fix token not found exception handling and remove test cases for get_cg_data and
get_token_exception.
([`9f15127`](https://github.com/mraniki/dxsp/commit/9f151271cae6fa469b4dd5ef64856cebc50ff019))
This commit message is based on the following file differences:
diff --git a/dxsp/utils/contract_utils.py b/dxsp/utils/contract_utils.py index ddedee2..cb49932
100644 --- a/dxsp/utils/contract_utils.py +++ b/dxsp/utils/contract_utils.py -73 +73 class
ContractUtils: - raise Exception(f"Token not found: {token}") + raise e diff --git
a/tests/test_unit.py b/tests/test_unit.py index dcec268..8508233 100755 --- a/tests/test_unit.py
+++ b/tests/test_unit.py -204,14 +204,14 async def test_get_swap(dex_client):
-pytest.mark.asyncio -async def test_get_cg_data(dex_client): - """getquote Testing""" -
get_cg_data = AsyncMock() - result = await dex_client.get_quote(symbol="LINK") - assert result is
not None - assert ":unicorn:" in result - assert get_cg_data.awaited - - -pytest.mark.asyncio
-async def test_get_token_exception(dex_client): - with pytest.raises(Exception): - result = await
dex_client.get_quote(symbol="NOTATHING") + pytest.mark.asyncio + async def
test_get_cg_data(dex_client): + """getquote Testing""" + get_cg_data = AsyncMock() + result =
await dex_client.get_quote(symbol="LINK") + assert result is not None + assert
"�\b�\u001a[�\u001c�\\�[\u001d\u0002���\b\b\b\b\u0018\\��\\�\b\u0019�]\
u0017����\u0018]\u0018K�]�Z]\u0019Y\u0002���\u0010\u001c\u001e]\u0019
\\�\u000b�X\\�˘\\�[��[��\u0018\\�[��\u0019\u0019Y�\u001d\u0019\\�\u001
7��]\u0017�\u001b��[��^\u0018�\\\u001d\u001a[ۊ\u0019\u0019^\u0017��\u001 aY[�
N����\b\b\b\b\u001d�]\u001a\b\u001c\u001e]\u0019\\�\u000b��Z\\�\\�\u001
1^\u0018�\\\u001d\u001a[ۊN����\b\b\b\b\b\b\b\b\u001c�\\�[\u001d\b\u000fH
\u0018]�Z]\b\u0019\u0019^\u0017��\u001a
Y[�\u000b��]\u0017�][�\u0019J\u001c�[X��\u000fH���\u0010U\u0012\u0012S� ȊB
- Fix token validation and platform check in ContractUtils
([`5efe066`](https://github.com/mraniki/dxsp/commit/5efe066aa04af060336b38fb0b25c779a22981e4))
- Invalid Token warning message changed to raising an exception. - Fixed platform check in the if
statement.
- Fix variable name in AccountUtils class and add debug logging in ContractUtils class
([`a810716`](https://github.com/mraniki/dxsp/commit/a810716f64d9ab2b9d1e27022aaed2b7bcfc338e))
- Fix wallet address checksum in DexClient and AccountUtils
([`e261886`](https://github.com/mraniki/dxsp/commit/e2618863b06106c3f18d33854d204ae40557cb0e))
- Fix wallet address checksum in DexClient and AccountUtils - Fix contract address parameter in
AccountUtils.get_data - Fix formatting in Token.get_token_balance
- Merge branch 'dev' of gitgithub.com:mraniki/dxsp.git
([`1c18d55`](https://github.com/mraniki/dxsp/commit/1c18d55ea565d6319f43da21635b8c58c74fa63d))
- Merge branch 'dev' of gitgithub.com:mraniki/dxsp.git
([`ebcd96b`](https://github.com/mraniki/dxsp/commit/ebcd96b2b92529f55bf3131a4b69f20e712d4ac2))
- Merge branch 'dev' of gitgithub.com:mraniki/dxsp.git
([`5e05309`](https://github.com/mraniki/dxsp/commit/5e05309eb2adfff0d9f7e12b3546b0980167f488))
- Merge pull request 462 from mraniki/dev
([`e195e94`](https://github.com/mraniki/dxsp/commit/e195e947fbcdccee03eb353da6b1db15606349f1))
💥 breaking: contract search refactoring
- Merge pull request 463 from mraniki/sourcery/dev
([`47823bb`](https://github.com/mraniki/dxsp/commit/47823bb6bdad3f39aa1be2edc047f5680a918b60))
💥 breaking: contract search refactoring (Sourcery refactored)
- Merge pull request 465 from mraniki/renovate/web3-6.x
([`4c12191`](https://github.com/mraniki/dxsp/commit/4c12191d410a1a20fe65d7fba9c8ebb5d59ef1f0))