Don't mine blocks instantly on devchain #158
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In Ganache, it is possible to deactivate auto-mining and set a block time in seconds.
Background is that I'm actually stuck with Web UI development right now, because everything is instantly confirmed, but want to design exactly the situation where there's a waiting time in between action and confirmation (https://github.com/67P/kredits-web/issues/120).
I was also wondering why we don't use the actual Ganache app, which is available for all of Linux, Mac, and Windows, where one can inspect and configure all kinds of devchain details via its UI. Would that be possible with our setup maybe?
By the way, the argument for ganache-cli would be
--blocktime
, butaragon devchain
doesn't seem to allow most additional chain options.Asked on Aragon Chat, because the Internet didn't know. Let's see.
Yay:
From last night: