Skip to content
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

Use multiple faucets #2661

Merged
merged 3 commits into from
Oct 2, 2024
Merged

Use multiple faucets #2661

merged 3 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. feat(cluster): update address handling and funding logic

    - Create directory for faucet addresses data among test artifacts for
      better access during testnet cleanup.
    - Add more test address records to `ClusterType`.
    - Adjust funding logic to distribute funds evenly among new addresses.
    - Refactor address creation and funding logic for better clarity.
    mkoura committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    93aac1b View commit details
    Browse the repository at this point in the history
  2. feat(faucet): add support for multiple faucet sources

    - Added `all_faucets` parameter to `fund_from_faucet` function.
    - Randomly select a faucet from `all_faucets` if `faucet_data` is not provided.
    - Ensure either `faucet_data` or `all_faucets` is provided.
    mkoura committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d73be75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f7c69 View commit details
    Browse the repository at this point in the history