Update faucet handling for tests #1469
Labels
No changelog
Excludes PR from becoming part of any changelog
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
Description
Allow using a funded account to distribute funds to test account instead of calling the faucet directly with every test account.
Motivation
Current implementation makes too many calls against the faucet, which can lead to getting put on an IP based denylist. To reduce those calls, we want to allow using a single funded account and transferring funds to test accounts created during tests.
To-do list
Change checklist
Add an
x
to the boxes that are relevant to your changes, and delete any items that are not.The text was updated successfully, but these errors were encountered: