Skip to content

Commit

Permalink
Merge branch 'feat/sign_and_send' into feat/sign_with_lab
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Sep 3, 2024
2 parents ecb207d + 349ba49 commit a7f7750
Show file tree
Hide file tree
Showing 37 changed files with 1,271 additions and 790 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = ["cmd/soroban-cli", "cmd/crates/soroban-spec-tools", "cmd/crat
exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "21.3.0"
version = "21.4.1"
rust-version = "1.79.0"

[workspace.dependencies.soroban-env-host]
Expand All @@ -27,15 +27,15 @@ version = "=21.5.0"
version = "=21.5.0"

[workspace.dependencies.soroban-spec-json]
version = "=21.3.0"
version = "=21.4.1"
path = "./cmd/crates/soroban-spec-json"

[workspace.dependencies.soroban-spec-typescript]
version = "21.3.0"
version = "21.4.1"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "21.3.0"
version = "21.4.1"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
Expand All @@ -48,7 +48,7 @@ version = "=21.2.0"
version = "=21.2.0"

[workspace.dependencies.soroban-cli]
version = "=21.3.0"
version = "=21.4.1"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-rpc]
Expand Down
101 changes: 89 additions & 12 deletions FULL_HELP_DOCS.md

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit a7f7750

Please sign in to comment.