Description
I'm testing some contracts on ZQ2. While deployments work and transactions execute successfully, the transactions are not confirmed instantly. It takes around 2-3 seconds for confirmation.
In the ZQ1 isolated server, I recall there being a flag (similar to MANUAL_MODE) that could make transactions almost instant. However, in ZQ2, I'm running the setup as per the documentation using docker-compose up with the provided docker-compose.yaml file.
Issue: Delayed Transaction Confirmation on ZQ2
Description
I'm testing some contracts on ZQ2. While deployments work and transactions execute successfully, the transactions are not confirmed instantly. It takes around 2-3 seconds for confirmation.
In the ZQ1 isolated server, I recall there being a flag (similar to
MANUAL_MODE
) that could make transactions almost instant. However, in ZQ2, I'm running the setup as per the documentation usingdocker-compose up
with the provided docker-compose.yaml file.Current Behavior
Transaction Submission:
Repeated Query for Txn Confirmation:
Final Confirmation After Delay (~2-3 seconds):
Expected Behavior
Transactions should be processed and confirmed almost instantly, similar to the behavior in ZQ1 with
MANUAL_MODE
or a similar configuration.Environment
docker-compose
with the official docker-compose.yaml file.Question
Is there a workaround or a flag in ZQ2 to achieve near-instant transaction confirmation, as was possible in ZQ1?