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

feat: Support async faucet transactions #213

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

alex-stone
Copy link
Contributor

What changed? Why?

This adds support for asynchronous faucet transactions. This will
make faucet transactions consistent with other transactions and will
make them more stable, as we can poll for the status on the SDK side
rather than on the server side.

faucet_tx = wallet.faucet
faucet_tx.wait!

or

wallet.faucet.wait!

Qualified Impact

@alex-stone alex-stone force-pushed the stone/faucet-tx-wait branch 2 times, most recently from 51567c8 to b61c3df Compare October 29, 2024 19:52
This adds support for asynchronous faucet transactions. This will
make faucet transactions consistent with other transactions and will
make them more stable, as we can poll for the status on the SDK side
rather than on the server side.

```
faucet_tx = wallet.faucet
faucet_tx.wait!
```

or

```
wallet.faucet.wait!
```
@alex-stone alex-stone merged commit 9c66470 into v0.9.0 Oct 30, 2024
10 checks passed
@alex-stone alex-stone deleted the stone/faucet-tx-wait branch October 30, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants