defi-state-querier 0.5.12__py3-none-any.whl → 0.5.13__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- defi_services/__init__.py +1 -1
- defi_services/jobs/queriers/call_state_querier.py +2 -0
- {defi_state_querier-0.5.12.dist-info → defi_state_querier-0.5.13.dist-info}/METADATA +1 -1
- {defi_state_querier-0.5.12.dist-info → defi_state_querier-0.5.13.dist-info}/RECORD +7 -7
- {defi_state_querier-0.5.12.dist-info → defi_state_querier-0.5.13.dist-info}/WHEEL +1 -1
- {defi_state_querier-0.5.12.dist-info → defi_state_querier-0.5.13.dist-info}/LICENSE +0 -0
- {defi_state_querier-0.5.12.dist-info → defi_state_querier-0.5.13.dist-info}/top_level.txt +0 -0
defi_services/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.5.
|
1
|
+
__version__ = "0.5.13"
|
@@ -94,6 +94,8 @@ class CallStateQuerier(StateQuerier):
|
|
94
94
|
results = {}
|
95
95
|
for block_number, batch_calls in w3_multicall.batch_calls_iterator(batch_size=batch_size):
|
96
96
|
multicall_data = decoded_data.get(f'{batch_idx}_{block_number}')
|
97
|
+
if not multicall_data:
|
98
|
+
continue
|
97
99
|
decode_multicall_data = w3_multicall.decode(multicall_data, calls=batch_calls, ignore_error=ignore_error)
|
98
100
|
results.update(decode_multicall_data)
|
99
101
|
batch_idx += 1
|
@@ -1,4 +1,4 @@
|
|
1
|
-
defi_services/__init__.py,sha256=
|
1
|
+
defi_services/__init__.py,sha256=jEM-pQV3SLNuNue5fxlBM8hWNuJydsyqi_WBzC1VQaM,23
|
2
2
|
defi_services/abis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
defi_services/abis/multicall_v3_abi.py,sha256=0aPxjrJJFU17fODjvYFRDn5Y5J1yi_AJKc8v1uohNGY,12352
|
4
4
|
defi_services/abis/dex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -322,7 +322,7 @@ defi_services/jobs/processors/state_processor.py,sha256=Ze_5isU_l_APB262E-VV_4KZ
|
|
322
322
|
defi_services/jobs/processors/substrate_state_processor.py,sha256=KkiY1NkaxnizNJBTfn4twB-zuQo3fT3akOlbie8VF5g,3940
|
323
323
|
defi_services/jobs/processors/ton_state_processor.py,sha256=YcNZqMlZI-7UDL4Cxxa8TM8F9IHo5jO-vubqXebjDSY,2233
|
324
324
|
defi_services/jobs/queriers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
325
|
-
defi_services/jobs/queriers/call_state_querier.py,sha256=
|
325
|
+
defi_services/jobs/queriers/call_state_querier.py,sha256=1aTPFwX28dY6SDQ7wHDAdwSGxYHMR7sZzaIJl8bJqZw,4880
|
326
326
|
defi_services/jobs/queriers/solana_state_querier.py,sha256=TQELYo6GUoF8s-LfetqYbclNaH8bakQqC7y2ifACIb8,3239
|
327
327
|
defi_services/jobs/queriers/state_querier.py,sha256=q7cAW395urZjcWTpqw8m_nDunLyyTuAXJ3DRx_1HOxo,7384
|
328
328
|
defi_services/jobs/queriers/substrate_state_querier.py,sha256=_T0Dk06sP_uBKaxgj2J_EBtJDoq-hi8jU7Np4iuO0LA,3858
|
@@ -469,8 +469,8 @@ defi_services/utils/memory_storage.py,sha256=BOT8laB0iVSCGE-oDlpWJQLbSC6X2blKX4z
|
|
469
469
|
defi_services/utils/sqrt_price_math.py,sha256=9lgUeWFT4wjl3Vq3b7-jZ2bGvvZx7dDBSfVnM3lsZ8o,5575
|
470
470
|
defi_services/utils/thread_proxy.py,sha256=5Z8biAyEReUkh3vfJSvEv7GwMe3CsE5M8CbghkQtePw,2951
|
471
471
|
defi_services/utils/ton_decode_address.py,sha256=EWKwmC7KtbXpdKgiNK-5j-5lX7fCr17I4EWYs9b43eU,443
|
472
|
-
defi_state_querier-0.5.
|
473
|
-
defi_state_querier-0.5.
|
474
|
-
defi_state_querier-0.5.
|
475
|
-
defi_state_querier-0.5.
|
476
|
-
defi_state_querier-0.5.
|
472
|
+
defi_state_querier-0.5.13.dist-info/LICENSE,sha256=6jmfxa8nUIwfKnzZUxAHJSJ_IS7h7mpbJq26cWjoo-o,1063
|
473
|
+
defi_state_querier-0.5.13.dist-info/METADATA,sha256=stSU5ywpgfZIcvfoK87mwGd4y4AU9Qfi2N1oZQ0YpKw,4413
|
474
|
+
defi_state_querier-0.5.13.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
475
|
+
defi_state_querier-0.5.13.dist-info/top_level.txt,sha256=C-OTxHK6MknKK-nAbEzCPDUl1M6pktRhgJrmsozdf6g,14
|
476
|
+
defi_state_querier-0.5.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|