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
## Motivation
The current approach to automatic faucet chain rotation doesn't work
well. In particular, it closes the original chain, so restarts don't
work with the same command line arguments.
## Proposal
Revert #3848.
## Test Plan
CI
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- Reverted PR: #3848
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
Copy file name to clipboardExpand all lines: CLI.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -619,9 +619,6 @@ Run a GraphQL service that exposes a faucet where users can claim tokens. This g
619
619
Default value: `8080`
620
620
*`--amount <AMOUNT>` — The number of tokens to send to each new chain
621
621
*`--limit-rate-until <LIMIT_RATE_UNTIL>` — The end timestamp: The faucet will rate-limit the token supply so it runs out of money no earlier than this
622
-
*`--max-chain-length <MAX_CHAIN_LENGTH>` — The maximum number of blocks in the faucet chain, before a new one is created
623
-
624
-
Default value: `100`
625
622
*`--listener-skip-process-inbox` — Do not create blocks automatically to receive incoming messages. Instead, wait for an explicit mutation `processInbox`
626
623
*`--listener-delay-before-ms <DELAY_BEFORE_MS>` — Wait before processing any notification (useful for testing)
0 commit comments