zellular-xyz / zsequencer

PoC implementation of the Zellular sequencing protocol
https://zellular.xyz
3 stars 0 forks source link

Send dispute requests in parallel #9

Closed abramsymons closed 1 month ago

abramsymons commented 1 month ago

The current implementation is sending dispute requests synchronously:

https://github.com/zellular-xyz/zsequencer/blob/66a1fd00946cdf5fa9fe0299ed6e5643010bcc6b/node/tasks.py#L217

It should be updated to query disputes in parallel.

mchitgarha78 commented 1 month ago

Fixed in the commit above.