Mustafa Çınar

Results 2 issues of Mustafa Çınar

When I am using the rest api, i can send request without using endblock parameter: https://api.etherscan.io/api?module=account&action=tokentx&address=0x4e83362442b8d1bec281594cea3050c8eb01311c&startblock=12328953&sort=asc&apikey=YourApiKeyToken But the library doesn't allow to do this: ``` In [5]: eth.get_erc20_token_transfer_events_by_address(address='0x4e83362442b8d1bec281594cea3050c8eb01311c', startblock=12328953) ---------------------------------------------------------------------------...

bug

Hello, When using django-nested-admin's nested inlines, unfoldadmin does not show inputs/forms correctly. Is there any plan to fix these issues? I think it deserves to be supported as well as...

third party