Skip to content

Commit

Permalink
Update TS SDK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laisha Wadhwa authored and Laisha Wadhwa committed Oct 15, 2024
1 parent 854480a commit 1f06428
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/fuels-ts
Submodule fuels-ts updated 140 files
2 changes: 1 addition & 1 deletion docs/nightly/builds/sway
Submodule sway updated 1643 files
2 changes: 1 addition & 1 deletion docs/nightly/fuel-specs
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 138 files
2 changes: 1 addition & 1 deletion docs/nightly/sway
Submodule sway updated 32 files
+30 −31 .github/CODEOWNERS
+0 −12 .github/workflows/ci.yml
+88 −295 Cargo.lock
+31 −37 Cargo.toml
+12 −6 docs/book/src/forc/plugins/forc_client/index.md
+0 −2 forc-pkg/src/pkg.rs
+1 −1 forc-plugins/forc-client/src/cmd/deploy.rs
+3 −11 forc-plugins/forc-client/src/constants.rs
+13 −5 forc-plugins/forc-client/src/lib.rs
+3 −3 forc-plugins/forc-client/src/op/deploy.rs
+31 −55 forc-plugins/forc-client/src/util/node_url.rs
+25 −46 forc-plugins/forc-client/src/util/target.rs
+39 −15 forc-plugins/forc-client/src/util/tx.rs
+16 −0 forc-plugins/forc-client/tests/deploy.rs
+0 −1 sway-core/Cargo.toml
+0 −6 sway-core/src/asm_generation/finalized_asm.rs
+0 −8 sway-core/src/asm_generation/from_ir.rs
+2 −15 sway-core/src/asm_generation/instruction_set.rs
+0 −705 sway-core/src/asm_generation/miden_vm/miden_vm_asm_builder.rs
+0 −394 sway-core/src/asm_generation/miden_vm/miden_vm_asm_builder/miden_op.rs
+0 −2 sway-core/src/asm_generation/miden_vm/mod.rs
+0 −2 sway-core/src/asm_generation/mod.rs
+0 −4 sway-core/src/build_config.rs
+0 −1 test/Cargo.toml
+0 −20 test/src/e2e_vm_tests/harness.rs
+0 −7 test/src/e2e_vm_tests/mod.rs
+0 −3 test/src/e2e_vm_tests/test_programs/should_pass/midenvm/midenvm_trivial/Forc.lock
+0 −8 test/src/e2e_vm_tests/test_programs/should_pass/midenvm/midenvm_trivial/Forc.toml
+0 −3 test/src/e2e_vm_tests/test_programs/should_pass/midenvm/midenvm_trivial/src/main.sw
+0 −4 test/src/e2e_vm_tests/test_programs/should_pass/midenvm/midenvm_trivial/test.toml
+175 −133 test/src/sdk-harness/Cargo.lock
+3 −3 test/src/sdk-harness/Cargo.toml
2 changes: 1 addition & 1 deletion src/config/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default": {
"forc": "0.65.2",
"rust": "0.66.7",
"ts": "0.95.0",
"ts": "0.96.1",
"wallet": "0.37.1",
"sway_libs": "0.24.0",
"sway_standards": "0.6.1"
Expand Down

0 comments on commit 1f06428

Please sign in to comment.