Add heuristic to enable --slow
for ZK chains
#689
Labels
good first issue 🐣
Good for newcomers
needs triage ♟️
Issue needs to be picked up or assigned
p3 🔵
Indicates low priority item
upstream-parity 🟰
Needed for upstream feature parity
Originally posted by @Karrq in #680
ZK chains do not support batching, therefore scripts which have transactions that depend on each other will fail when broadcasted (as simulation is always sequential).
Perhaps there's another way to detect if a chain is ZK or not (similar to how we do for fork perhaps?) and use that information to enable sequential broadcasting
The text was updated successfully, but these errors were encountered: