Skip to content

Commit c8b95fc

Browse files
Merge pull request #419 from multiversx/fix-contract-report
Fix contract report: "twiggy" dependency is managed by "deps rust"
2 parents 100a57d + 7dbb124 commit c8b95fc

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

multiversx_sdk_cli/projects/report/features/twiggy_paths_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def run_twiggy_paths(wasm_path: Path) -> Path:
3131
rust = dependencies.get_module_by_key("rust")
3232
debug_wasm_path = _get_debug_wasm_path(wasm_path)
3333

34-
dependencies.install_module("twiggy")
3534
twiggy_paths_args = ["twiggy", "paths", str(debug_wasm_path)]
3635
output = myprocess.run_process(twiggy_paths_args, env=rust.get_env(), cwd=debug_wasm_path.parent, dump_to_stdout=False)
3736

multiversx_sdk_cli/tests/test_proxy.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def test_query_contract():
3232
[
3333
"contract",
3434
"query",
35-
"erd1qqqqqqqqqqqqqpgq8z2zzyu30f4607hth0tfj5m3vpjvwrvvrawqw09jem",
35+
"erd1qqqqqqqqqqqqqpgq6qr0w0zzyysklfneh32eqp2cf383zc89d8sstnkl60",
3636
"--function",
3737
"getSum",
3838
"--proxy",
39-
"https://testnet-api.multiversx.com",
39+
"https://devnet-api.multiversx.com",
4040
]
4141
)
4242
assert False if result else True
@@ -48,9 +48,9 @@ def test_get_transaction():
4848
"tx",
4949
"get",
5050
"--proxy",
51-
"https://testnet-api.multiversx.com",
51+
"https://devnet-api.multiversx.com",
5252
"--hash",
53-
"bf63fdd7d74cbc78f1ec0fbad05f156984a5c995b782e1947352210dd80c5164",
53+
"06f381ee88ed27ba08a35f995f17dceb737e1a99c5c4da0c247bbe7aa1d18551",
5454
]
5555
)
5656
assert False if result else True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "multiversx-sdk-cli"
7-
version = "9.5.2"
7+
version = "9.5.3"
88
authors = [
99
{ name="MultiversX" },
1010
]

0 commit comments

Comments
 (0)