Skip to content

Commit

Permalink
Updating and merging 881 (stellar#890)
Browse files Browse the repository at this point in the history
* fix: update bindings to use new soroban-client and ContractSpec class

* chore: remove yarn.lock

* Need to enable base64 in stellar-xdr

---------

Co-authored-by: Willem Wyndham <willem@ahalabs.dev>
  • Loading branch information
willemneal committed Aug 23, 2023
1 parent 325cf4f commit 8e607cb
Show file tree
Hide file tree
Showing 23 changed files with 726 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lint:
typescript-bindings-fixtures: build-test-wasms
cargo run -- contract bindings typescript \
--wasm ./target/wasm32-unknown-unknown/test-wasms/test_custom_types.wasm \
--contract-id CB5T6MLZNWJBUBKEQAUVIG5JJWKYSYVVE2OVN25GMX3VX7CZ7OBAPAU4 \
--contract-id CBYMYMSDF6FBDNCFJCRC7KMO4REYFPOH2U4N7FXI3GJO6YXNCQ43CDSK \
--network futurenet \
--output-dir ./cmd/crates/soroban-spec-typescript/fixtures/test_custom_types \
--overwrite
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ base64 = { workspace = true }

[dependencies.stellar-xdr]
workspace = true
features = ["next", "std", "serde"]
features = ["next", "std", "serde", "base64"]

[dev_dependencies]
temp-dir = "0.1.11"
Expand Down

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 8e607cb

Please sign in to comment.