Skip to content

Commit

Permalink
Merge pull request #1034 from AhaLabs/feat/bindings-ts/multi-auth
Browse files Browse the repository at this point in the history
feat(bindings-ts)!: API change: return `AssembledTransaction`s, require signAndSend, and support multi-auth workflows
  • Loading branch information
chadoh authored Dec 7, 2023
2 parents 91a441f + 0ecb92d commit f24c449
Show file tree
Hide file tree
Showing 58 changed files with 10,523 additions and 3,981 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-token-sdk]
version = "20.0.0-rc2"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-ledger-snapshot]
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f24c449

Please sign in to comment.