diff --git a/Cargo.lock b/Cargo.lock index 8e1568bc..3ffe25f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1789,6 +1789,7 @@ name = "bridging_payment" version = "0.1.0" dependencies = [ "gbuiltin-eth-bridge", + "gear-wasm-instrument 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "git-download", "gstd 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", @@ -2021,6 +2022,7 @@ dependencies = [ "circular-buffer", "gbuiltin-bls381", "gear-wasm-builder 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gear-wasm-instrument 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "getrandom 0.2.15", "gstd 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal", @@ -5178,6 +5180,7 @@ name = "gear_proof_storage" version = "0.1.0" dependencies = [ "gear-wasm-builder 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gear-wasm-instrument 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstd 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", "scale-info", @@ -13915,6 +13918,7 @@ dependencies = [ "gbuiltin-eth-bridge", "gclient 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gear-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gear-wasm-instrument 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "git-download", "gstd 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", @@ -13945,6 +13949,7 @@ dependencies = [ "gbuiltin-eth-bridge", "gclient 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gear-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gear-wasm-instrument 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "git-download", "gstd 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index f32707d4..26ebfb99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,6 +133,7 @@ gear-wasm-builder = { version = "=1.5.0", default-features = false } gsdk = "=1.5.0" gclient = "=1.5.0" gear-core = "=1.5.0" +gear-wasm-instrument = "=1.5.0" gbuiltin-bls381 = { git = "https://github.com/gear-tech/gear.git", tag = "v1.5.0" } gbuiltin-eth-bridge = { git = "https://github.com/gear-tech/gear.git", tag = "v1.5.0" } pallet-gear-eth-bridge-rpc-runtime-api = { git = "https://github.com/gear-tech/gear.git", tag = "v1.5.0", default-features = false, features = [ diff --git a/gear-programs/bridging-payment/Cargo.toml b/gear-programs/bridging-payment/Cargo.toml index 493ecae7..ad4ff465 100644 --- a/gear-programs/bridging-payment/Cargo.toml +++ b/gear-programs/bridging-payment/Cargo.toml @@ -9,6 +9,7 @@ parity-scale-codec.workspace = true scale-info.workspace = true gstd.workspace = true gbuiltin-eth-bridge.workspace = true +gear-wasm-instrument.workspace = true [build-dependencies] git-download.workspace = true diff --git a/gear-programs/checkpoint-light-client/Cargo.toml b/gear-programs/checkpoint-light-client/Cargo.toml index 932d5eab..cba89ea4 100644 --- a/gear-programs/checkpoint-light-client/Cargo.toml +++ b/gear-programs/checkpoint-light-client/Cargo.toml @@ -5,6 +5,7 @@ edition.workspace = true [dependencies] gstd = { workspace = true, features = ["debug"] } +gear-wasm-instrument.workspace = true primitive-types.workspace = true parity-scale-codec.workspace = true checkpoint_light_client-io.workspace = true diff --git a/gear-programs/proof-storage/Cargo.toml b/gear-programs/proof-storage/Cargo.toml index ade9cf18..c48f8c19 100644 --- a/gear-programs/proof-storage/Cargo.toml +++ b/gear-programs/proof-storage/Cargo.toml @@ -5,6 +5,7 @@ edition.workspace = true [dependencies] gstd.workspace = true +gear-wasm-instrument.workspace = true parity-scale-codec.workspace = true scale-info.workspace = true thiserror.workspace = true diff --git a/gear-programs/vft-gateway/Cargo.toml b/gear-programs/vft-gateway/Cargo.toml index cbaeaa9c..097ac0d0 100644 --- a/gear-programs/vft-gateway/Cargo.toml +++ b/gear-programs/vft-gateway/Cargo.toml @@ -9,6 +9,7 @@ parity-scale-codec.workspace = true scale-info.workspace = true gstd.workspace = true gbuiltin-eth-bridge.workspace = true +gear-wasm-instrument.workspace = true [build-dependencies] git-download.workspace = true diff --git a/gear-programs/vft-treasury/Cargo.toml b/gear-programs/vft-treasury/Cargo.toml index 2bad51ef..63fc5fa1 100644 --- a/gear-programs/vft-treasury/Cargo.toml +++ b/gear-programs/vft-treasury/Cargo.toml @@ -9,6 +9,7 @@ parity-scale-codec.workspace = true scale-info.workspace = true gstd = { workspace = true, features = ["debug"] } gbuiltin-eth-bridge.workspace = true +gear-wasm-instrument.workspace = true [build-dependencies] git-download.workspace = true