=== openzeppelin-1.0.0 === >>> curl -sSLf https://scarbs.xyz/api/v1/dl/openzeppelin/1.0.0 -o archive-590126534588465152.tar.zstd >>> tar --zstd -xf archive-590126534588465152.tar.zstd --strip-components 1 >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.10.1 ASDF_SCARB_VERSION true [out] starknet-foundry 0.45.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 0695006..7ccab21 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -21,6 +21,7 @@ keywords = [ [out] "standards", [out] ] [out] readme = "README.md" [out] +cairo-version = "2.10.1" # NOTE: added by maat-patch, was: None [out] [out] [dependencies.openzeppelin_access] [out] version = "^1.0.0" [out] @@ -61,3 +62,25 @@ version = "^2.9.4" [out] [tool.fmt] [out] sort-module-level-items = true [out] [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] + [out] +[dev-dependencies] [out] +cairo_test = "2.10.1" # NOTE: added by maat-patch, was: None [out] +snforge_std = "*" # NOTE: added by maat-patch, was: None [out] +openzeppelin_test_common = "*" # NOTE: added by maat-patch, was: None [out] +openzeppelin_testing = "1.0.0" # NOTE: added by maat-patch, was: None [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.10.1" # NOTE: added by maat-patch, was: None [out] +starknet = "2.10.1" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.10.1" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.45.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.45.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] error: failed to lookup for `openzeppelin_test_common *` in registry: registry+https://scarbs.xyz/ [out] [out] Caused by: [out] 0: failed to lookup for `openzeppelin_test_common *` in registry: registry+https://scarbs.xyz/ [out] 1: package not found in registry: openzeppelin_test_common * [out] [out] Stack backtrace: [out] 0: anyhow::error:: for anyhow::Error>::from [out] 1: scarb::resolver::resolve::{{closure}}::{{closure}} [out] 2: tokio::runtime::handle::Handle::block_on [out] 3: scarb::ops::resolve::resolve_workspace_with_opts [out] 4: scarb::commands::run [out] 5: scarb::main [out] 6: std::sys::backtrace::__rust_begin_short_backtrace [out] 7: main [out] 8: __libc_start_call_main [out] 9: __libc_start_main_impl [out] 10: _start Process finished with exit code 1 >>> scarb tree -q --workspace Process finished with exit code -1 >>> scarb build --workspace --test Process finished with exit code -1 >>> scarb lint --workspace --deny-warnings Process finished with exit code -1 >>> SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace Process finished with exit code -1 >>> maat-test-ls Process finished with exit code -1