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

chore: Release V0.10.0 #39

Merged
merged 2 commits into from
Oct 31, 2024
Merged

chore: Release V0.10.0 #39

merged 2 commits into from
Oct 31, 2024

Conversation

alex-stone
Copy link
Contributor

@alex-stone alex-stone commented Oct 31, 2024

What changed? Why?

This prepares the Python SDK for release v0.10.0, with the primary change being migrating faucet transactions to be async:
#38

This is taking us from 0.0.9 to 0.10.0 as we are now in parity with our other CDP SDKs:

Qualified Impact

The existing faucet paradigm will still create faucet transactions, but it is not guaranteed that they will be confirmed on chain by the time they resolve. Using the faucet_tx.wait() syntax will ensure that the transaction is no longer pending.

* chore: Bump OpenAPI client

* chore: Add network_id to Transaction resource

* chore: Update faucet transaction payload

This updates the faucet transaction payload to reflect what our
API now returns.

* feat: Support fetching faucet transaction status

* chore: Add status and network to faucet transaction string

* chore: Fix typos
@cb-heimdall
Copy link

cb-heimdall commented Oct 31, 2024

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@alex-stone alex-stone changed the title Release V0.10.0 chore: Release V0.10.0 Oct 31, 2024
@alex-stone alex-stone merged commit 7c1024f into master Oct 31, 2024
7 checks passed
@alex-stone alex-stone deleted the v0.10.0 branch October 31, 2024 17:56
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.

3 participants