-
Notifications
You must be signed in to change notification settings - Fork 75
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
Upgrades generated TypeScript bindings to the latest soroban-client #964
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for resolving this, soroban-examples-dapp uses the ts bindings, so this will help greatly in bringing that up to latest release as well.
cmd/crates/soroban-spec-typescript/src/project_template/src/invoke.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one nit.
Co-authored-by: Willem Wyndham <[email protected]>
…nto bump-ts-bindings
What
This upgrades
soroban-client
to v1.0.0-beta.2 and migrates the project template code accordingly. The changes can be summarized as:string -> ScVal { ScAddress }
capability ofnativeToScVal
SimulateTransactionResponse
schemaGetTransactionStatus
enumWhy
Self-explanatory: staying up to date with the pending testnet release.