Skip to content

Commit

Permalink
feat: add Stellar signer trait and update to newest soroban-rpc (#1362)
Browse files Browse the repository at this point in the history
* feat: copy over original signing code from RPC
  • Loading branch information
willemneal authored Jun 14, 2024
1 parent 5925d55 commit fb6527f
Show file tree
Hide file tree
Showing 15 changed files with 462 additions and 140 deletions.
127 changes: 77 additions & 50 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ version = "21.0.0-rc.1"
rust-version = "1.74.0"

[workspace.dependencies.soroban-env-host]
version = "=21.0.1"
version = "=21.1.0"

[workspace.dependencies.soroban-simulation]
version = "=21.0.1-preview.1"
version = "21.1.0"

[workspace.dependencies.soroban-spec]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-spec-rust]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-spec-json]
version = "=21.0.0-rc.1"
Expand All @@ -39,24 +39,24 @@ version = "21.0.0-rc.1"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-token-sdk]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-cli]
version = "=21.0.0-rc.1"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "=21.0.1"
version = "21.3.1"

[workspace.dependencies.stellar-xdr]
version = "=21.0.1"
version = "21.1.0"
default-features = true

[workspace.dependencies]
Expand Down
Loading

0 comments on commit fb6527f

Please sign in to comment.