You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iterate (and do a modify->deploy->test-> loop) on a new smart contract
test how it may feel in real life
For the first case (likely the most frequent), the fake blockchain delay feels like it only gets in the way of working
I see value for the second case, but more as an opt-in, when the first phase is over
Could it be made at least configurable? edit: my mistake, it's already configurable via an environment variable. Could it be made configurable via a command-line argument?
And as a second step reduced to 0 or something below 1sec?
The text was updated successfully, but these errors were encountered:
DavidBruant
changed the title
Make fake delay default to zero in agoric-cli or at least make it configurable via an cli argument
Default 5secs fake chain wastes people time
Feb 19, 2020
I see at least two cases of using agoric-cli:
For the first case (likely the most frequent), the fake blockchain delay feels like it only gets in the way of working
I see value for the second case, but more as an opt-in, when the first phase is over
Currently, the default value is 5secs:
agoric-sdk/packages/agoric-cli/lib/start.js
Lines 5 to 7 in 0744788
Could it be made at least configurable?edit: my mistake, it's already configurable via an environment variable. Could it be made configurable via a command-line argument?And as a second step reduced to 0 or something below 1sec?
The text was updated successfully, but these errors were encountered: