Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update TS SDK Version #470

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/builds/sway
Submodule sway updated 1643 files
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 docs/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
8 changes: 4 additions & 4 deletions src/config/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"default": {
"forc": "0.65.2",
"rust": "0.66.7",
"ts": "0.95.0",
"wallet": "0.37.1",
"forc": "0.66.1",
"rust": "0.66.9",
"ts": "0.96.1",
"wallet": "0.38.0",
"sway_libs": "0.24.0",
"sway_standards": "0.6.1"
}
Expand Down
Loading