Skip to content

feat(iota): add --faucet-coin-count to start cmd #6846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2025

Conversation

Thoralf-M
Copy link
Member

@Thoralf-M Thoralf-M commented May 11, 2025

Description of change

Add --faucet-coin-count param to the start command in the iota cli

Links to any relevant issues

Closes #6701

Type of change

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

cargo run start --force-regenesis --committee-size 2 --with-faucet --faucet-amount 1000000000 --faucet-coin-count 1
iota client faucet && sleep 2 && iota client gas

Request successful. It can take up to 1 minute to get the coin. Run iota client gas to check your gas coins.
╭────────────────────────────────────────────────────────────────────┬──────────────────────┬────────────────────╮
│ gasCoinId                                                          │ nanosBalance (NANOS) │ iotaBalance (IOTA) │
├────────────────────────────────────────────────────────────────────┼──────────────────────┼────────────────────┤
│ 0x3e3fedb61c3f7e979e20e82c11c72cd985b8afd3b4c2444cb2e4635241e69f28 │ 1000000000           │ 1.00               │
╰────────────────────────────────────────────────────────────────────┴──────────────────────┴────────────────────╯

Release Notes

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • GraphQL:
  • CLI: Added --faucet-coin-count option to the iota start command
  • Rust SDK:
  • REST API:

Copy link

vercel bot commented May 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
apps-backend ⬜️ Ignored (Inspect) Visit Preview May 19, 2025 1:28pm
apps-ui-kit ⬜️ Ignored (Inspect) Visit Preview May 19, 2025 1:28pm
rebased-explorer ⬜️ Ignored (Inspect) Visit Preview May 19, 2025 1:28pm
wallet-dashboard ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback May 19, 2025 1:28pm

@iota-ci iota-ci added dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group. labels May 11, 2025
@Thoralf-M Thoralf-M marked this pull request as ready for review May 17, 2025 16:22
@Thoralf-M Thoralf-M requested a review from a team as a code owner May 17, 2025 16:22
@Thoralf-M Thoralf-M force-pushed the dev-tools/faucet-object-count branch from 649de5f to 0d9749d Compare May 17, 2025 16:24
@Thoralf-M Thoralf-M changed the title feat(iota): add --faucet-object-count to start cmd feat(iota): add --faucet-coin-count to start cmd May 19, 2025
@thibault-martinez thibault-martinez changed the title feat(iota): add --faucet-coin-count to start cmd feat(iota): add --faucet-coin-count to start cmd May 19, 2025
@thibault-martinez thibault-martinez merged commit 88431ce into develop May 20, 2025
35 checks passed
@thibault-martinez thibault-martinez deleted the dev-tools/faucet-object-count branch May 20, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-tools Issues related to the Developer Tools Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add flag to iota start to set the amount of coins the faucet will send
5 participants