From e95a4382ef45964006f709b8932680f590f345a6 Mon Sep 17 00:00:00 2001 From: Sorin Petreasca Date: Wed, 3 Jul 2024 22:07:59 +0300 Subject: [PATCH] framework upgrade 0.50.5 --- Cargo.lock | 102 +++++++++--------- auto-farm/Cargo.toml | 50 ++++----- auto-farm/meta/Cargo.toml | 2 +- auto-farm/wasm/Cargo.lock | 90 ++++++++-------- auto-farm/wasm/Cargo.toml | 2 +- auto-pos-creator/Cargo.toml | 38 +++---- auto-pos-creator/meta/Cargo.toml | 2 +- auto-pos-creator/wasm/Cargo.lock | 90 ++++++++-------- auto-pos-creator/wasm/Cargo.toml | 2 +- .../modules/read_external_storage/Cargo.toml | 2 +- composable-tasks/Cargo.toml | 18 ++-- composable-tasks/meta/Cargo.toml | 2 +- composable-tasks/wasm/Cargo.lock | 84 +++++++-------- composable-tasks/wasm/Cargo.toml | 2 +- energy-dao/Cargo.toml | 52 ++++----- energy-dao/meta/Cargo.toml | 2 +- energy-dao/wasm/Cargo.lock | 88 +++++++-------- energy-dao/wasm/Cargo.toml | 2 +- farm-extra-rewards-wrapper/Cargo.toml | 42 ++++---- farm-extra-rewards-wrapper/meta/Cargo.toml | 2 +- farm-extra-rewards-wrapper/src/lib.rs | 1 - .../src/single_token_rewards.rs | 24 ++++- farm-extra-rewards-wrapper/wasm/Cargo.lock | 90 ++++++++-------- farm-extra-rewards-wrapper/wasm/Cargo.toml | 2 +- locked-token-pos-creator/Cargo.toml | 42 ++++---- locked-token-pos-creator/meta/Cargo.toml | 2 +- locked-token-pos-creator/wasm/Cargo.lock | 92 ++++++++-------- locked-token-pos-creator/wasm/Cargo.toml | 2 +- tests-common/Cargo.toml | 44 ++++---- 29 files changed, 496 insertions(+), 477 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7ce2ad..b395576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -411,7 +411,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "energy-factory-mock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-query", "multiversx-sc", @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -769,7 +769,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "farm-staking" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "farm-staking-proxy" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "config", @@ -922,7 +922,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -953,7 +953,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -997,7 +997,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -1420,7 +1420,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -1442,7 +1442,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "lkmex-transfer" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -1507,7 +1507,7 @@ dependencies = [ [[package]] name = "locked-token-wrapper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -1530,7 +1530,7 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -1546,7 +1546,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -1577,7 +1577,7 @@ dependencies = [ [[package]] name = "metabonding" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-metabonding-sc?rev=526c7bb#526c7bb45e6a97d92336ac8eed2465b4d978f212" +source = "git+https://github.com/multiversx/mx-metabonding-sc?rev=50097ca#50097ca5fc1dd451857e799c0539a162f88b82f1" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -1654,9 +1654,9 @@ checksum = "b59072fa0624b55ae5ae3fa6bfa91515bbeb4ac440214bc4a509e2c8806d6e9f" [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags 2.5.0", "hex-literal 0.4.1", @@ -1692,9 +1692,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -1705,9 +1705,9 @@ dependencies = [ [[package]] name = "multiversx-sc-meta" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93aba82492783759620d72f21059749177e66438d0c021597c567eae8e888307" +checksum = "ca792ba887b76270d5d6c975e349f2e7e037af2db25a78fe855ceb70eed473dd" dependencies = [ "clap", "colored", @@ -1732,18 +1732,18 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-scenario" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2992739c2ef6bc8e448434b9c3ab848f2ce17264192a9918734cbb3884d0435" +checksum = "9916e196bbe87d5d46e4c9fd8ea00283660a97be44e6628c2cfbc9df5f8befcb" dependencies = [ "base64 0.22.1", "bech32", @@ -1796,9 +1796,9 @@ dependencies = [ [[package]] name = "multiversx-wegld-swap-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce0598faf68c41f92c551ec29368c05048b07141aec6f79412d13e4a8f1896f8" +checksum = "e30da921b83738823c3efacfb5ffacc09f6c4cd9eb7b80b357041ef096961eb6" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -1983,7 +1983,7 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -2017,7 +2017,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags 2.5.0", "common_errors", @@ -2080,7 +2080,7 @@ dependencies = [ [[package]] name = "proxy_dex" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -2292,7 +2292,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -2308,7 +2308,7 @@ dependencies = [ [[package]] name = "router" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "locking_module", "multiversx-sc", @@ -2394,7 +2394,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -2566,7 +2566,7 @@ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -2731,7 +2731,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -2740,7 +2740,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -2930,7 +2930,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -2955,7 +2955,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/auto-farm/Cargo.toml b/auto-farm/Cargo.toml index d35ba23..6c58d07 100644 --- a/auto-farm/Cargo.toml +++ b/auto-farm/Cargo.toml @@ -9,73 +9,73 @@ publish = false path = "src/lib.rs" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" features = ["esdt-token-payment-legacy-decode"] [dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dependencies.multiversx-wegld-swap-sc] -version = "=0.50.4" +version = "=0.50.5" [dependencies.read_external_storage] path = "../common/modules/read_external_storage" [dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking-proxy] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pair] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-factory] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.fees-collector] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.metabonding] git = "https://github.com/multiversx/mx-metabonding-sc" -rev = "526c7bb" +rev = "50097ca" [dependencies.common_structs] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.mergeable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.utils] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-query] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.legacy_token_decode_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.lkmex-transfer] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies] num-bigint = "0.4.2" @@ -84,35 +84,35 @@ hex = "0.4" hex-literal = "0.3.4" [dev-dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" [dev-dependencies.simple-lock] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm-boosted-yields] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.config] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.locking_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm_token] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.sc_whitelist_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.tests-common] path = "../tests-common" diff --git a/auto-farm/meta/Cargo.toml b/auto-farm/meta/Cargo.toml index 78ef784..78fb58c 100644 --- a/auto-farm/meta/Cargo.toml +++ b/auto-farm/meta/Cargo.toml @@ -11,5 +11,5 @@ authors = ["you"] path = ".." [dependencies.multiversx-sc-meta] -version = "=0.50.4" +version = "=0.50.5" default-features = false diff --git a/auto-farm/wasm/Cargo.lock b/auto-farm/wasm/Cargo.lock index fa3c22c..b98fb6f 100644 --- a/auto-farm/wasm/Cargo.lock +++ b/auto-farm/wasm/Cargo.lock @@ -55,7 +55,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -126,7 +126,7 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "farm-staking" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "farm-staking-proxy" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "config", @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -386,7 +386,7 @@ dependencies = [ [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -396,7 +396,7 @@ dependencies = [ [[package]] name = "lkmex-transfer" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -411,7 +411,7 @@ dependencies = [ [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "metabonding" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-metabonding-sc?rev=526c7bb#526c7bb45e6a97d92336ac8eed2465b4d978f212" +source = "git+https://github.com/multiversx/mx-metabonding-sc?rev=50097ca#50097ca5fc1dd451857e799c0539a162f88b82f1" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -446,9 +446,9 @@ dependencies = [ [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags", "hex-literal 0.4.1", @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -496,27 +496,27 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-wasm-adapter" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f083d6844a0919a39d87c2552b8e9ea30e365775265d31b419d24f6aa93eee" +checksum = "99a090365b4483b4ea955ba1322f986f6821be88144291f0013c03f59b4de753" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-wegld-swap-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce0598faf68c41f92c551ec29368c05048b07141aec6f79412d13e4a8f1896f8" +checksum = "e30da921b83738823c3efacfb5ffacc09f6c4cd9eb7b80b357041ef096961eb6" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags", "common_errors", @@ -614,7 +614,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -630,7 +630,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -675,7 +675,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -697,7 +697,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -716,7 +716,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/auto-farm/wasm/Cargo.toml b/auto-farm/wasm/Cargo.toml index f58c4b2..dd24686 100644 --- a/auto-farm/wasm/Cargo.toml +++ b/auto-farm/wasm/Cargo.toml @@ -28,7 +28,7 @@ panic = "abort" path = ".." [dependencies.multiversx-sc-wasm-adapter] -version = "=0.50.4" +version = "=0.50.5" [workspace] members = ["."] diff --git a/auto-pos-creator/Cargo.toml b/auto-pos-creator/Cargo.toml index 47435d4..d047106 100644 --- a/auto-pos-creator/Cargo.toml +++ b/auto-pos-creator/Cargo.toml @@ -9,69 +9,69 @@ publish = false path = "src/lib.rs" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" features = ["esdt-token-payment-legacy-decode"] [dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dependencies.multiversx-wegld-swap-sc] -version = "=0.50.4" +version = "=0.50.5" [dependencies.read_external_storage] path = "../common/modules/read_external_storage" [dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking-proxy] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pair] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.router] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-factory] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.common_structs] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.mergeable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.utils] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-query] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.legacy_token_decode_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.lkmex-transfer] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies] num-bigint = "0.4.2" @@ -80,7 +80,7 @@ hex = "0.4" hex-literal = "0.4.1" [dev-dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" [dev-dependencies.tests-common] path = "../tests-common" @@ -88,8 +88,8 @@ features = ["enable-tests-common"] [dev-dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.sc_whitelist_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" diff --git a/auto-pos-creator/meta/Cargo.toml b/auto-pos-creator/meta/Cargo.toml index c131919..4d02549 100644 --- a/auto-pos-creator/meta/Cargo.toml +++ b/auto-pos-creator/meta/Cargo.toml @@ -11,5 +11,5 @@ authors = ["you"] path = ".." [dependencies.multiversx-sc-meta] -version = "=0.50.4" +version = "=0.50.5" default-features = false diff --git a/auto-pos-creator/wasm/Cargo.lock b/auto-pos-creator/wasm/Cargo.lock index bb0f274..28bdc8f 100644 --- a/auto-pos-creator/wasm/Cargo.lock +++ b/auto-pos-creator/wasm/Cargo.lock @@ -54,7 +54,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -125,7 +125,7 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "farm-staking" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -237,7 +237,7 @@ dependencies = [ [[package]] name = "farm-staking-proxy" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "config", @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -331,7 +331,7 @@ dependencies = [ [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -350,7 +350,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -385,7 +385,7 @@ dependencies = [ [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "lkmex-transfer" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -410,7 +410,7 @@ dependencies = [ [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -428,16 +428,16 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags", "hex-literal 0.4.1", @@ -472,9 +472,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -485,27 +485,27 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-wasm-adapter" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f083d6844a0919a39d87c2552b8e9ea30e365775265d31b419d24f6aa93eee" +checksum = "99a090365b4483b4ea955ba1322f986f6821be88144291f0013c03f59b4de753" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-wegld-swap-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce0598faf68c41f92c551ec29368c05048b07141aec6f79412d13e4a8f1896f8" +checksum = "e30da921b83738823c3efacfb5ffacc09f6c4cd9eb7b80b357041ef096961eb6" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -549,7 +549,7 @@ dependencies = [ [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -558,7 +558,7 @@ dependencies = [ [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags", "common_errors", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "router" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "locking_module", "multiversx-sc", @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -641,7 +641,7 @@ dependencies = [ [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -699,7 +699,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -727,7 +727,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/auto-pos-creator/wasm/Cargo.toml b/auto-pos-creator/wasm/Cargo.toml index a81d203..622f2bb 100644 --- a/auto-pos-creator/wasm/Cargo.toml +++ b/auto-pos-creator/wasm/Cargo.toml @@ -28,7 +28,7 @@ panic = "abort" path = ".." [dependencies.multiversx-sc-wasm-adapter] -version = "=0.50.4" +version = "=0.50.5" [workspace] members = ["."] diff --git a/common/modules/read_external_storage/Cargo.toml b/common/modules/read_external_storage/Cargo.toml index d9071b6..684683d 100644 --- a/common/modules/read_external_storage/Cargo.toml +++ b/common/modules/read_external_storage/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" path = "src/read_external_storage.rs" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" diff --git a/composable-tasks/Cargo.toml b/composable-tasks/Cargo.toml index 4eac973..7f6c377 100644 --- a/composable-tasks/Cargo.toml +++ b/composable-tasks/Cargo.toml @@ -12,33 +12,33 @@ path = "src/lib.rs" num-bigint = "0.4.2" [dev-dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" [dev-dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" [dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dependencies.multiversx-wegld-swap-sc] -version = "=0.50.4" +version = "=0.50.5" [dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pair] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.router] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" diff --git a/composable-tasks/meta/Cargo.toml b/composable-tasks/meta/Cargo.toml index ef6e94c..e53d050 100644 --- a/composable-tasks/meta/Cargo.toml +++ b/composable-tasks/meta/Cargo.toml @@ -11,5 +11,5 @@ authors = ["you"] path = ".." [dependencies.multiversx-sc-meta] -version = "=0.50.4" +version = "=0.50.5" default-features = false diff --git a/composable-tasks/wasm/Cargo.lock b/composable-tasks/wasm/Cargo.lock index e967748..8f9b014 100644 --- a/composable-tasks/wasm/Cargo.lock +++ b/composable-tasks/wasm/Cargo.lock @@ -23,7 +23,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -115,7 +115,7 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -249,7 +249,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -312,7 +312,7 @@ dependencies = [ [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -322,7 +322,7 @@ dependencies = [ [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -340,16 +340,16 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags", "hex-literal", @@ -384,9 +384,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -397,27 +397,27 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-wasm-adapter" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f083d6844a0919a39d87c2552b8e9ea30e365775265d31b419d24f6aa93eee" +checksum = "99a090365b4483b4ea955ba1322f986f6821be88144291f0013c03f59b4de753" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-wegld-swap-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce0598faf68c41f92c551ec29368c05048b07141aec6f79412d13e4a8f1896f8" +checksum = "e30da921b83738823c3efacfb5ffacc09f6c4cd9eb7b80b357041ef096961eb6" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags", "common_errors", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "router" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "locking_module", "multiversx-sc", @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -582,7 +582,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -604,7 +604,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/composable-tasks/wasm/Cargo.toml b/composable-tasks/wasm/Cargo.toml index e7ae535..8a16e05 100644 --- a/composable-tasks/wasm/Cargo.toml +++ b/composable-tasks/wasm/Cargo.toml @@ -28,7 +28,7 @@ panic = "abort" path = ".." [dependencies.multiversx-sc-wasm-adapter] -version = "=0.50.4" +version = "=0.50.5" [workspace] members = ["."] diff --git a/energy-dao/Cargo.toml b/energy-dao/Cargo.toml index 537df45..52b5703 100644 --- a/energy-dao/Cargo.toml +++ b/energy-dao/Cargo.toml @@ -9,109 +9,109 @@ publish = false path = "src/lib.rs" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" features = ["esdt-token-payment-legacy-decode"] [dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dependencies.read_external_storage] path = "../common/modules/read_external_storage" [dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking-proxy] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pair] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-factory] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.fees-collector] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.locked-token-wrapper] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.simple-lock] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.permissions_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.common_structs] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.mergeable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.utils] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.sc_whitelist_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.token_send] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm_token] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.locking_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.config] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-query] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-boosted-yields] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.legacy_token_decode_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.lkmex-transfer] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies] num-bigint = "0.4.2" [dev-dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" diff --git a/energy-dao/meta/Cargo.toml b/energy-dao/meta/Cargo.toml index 6c83ffe..1c08a4d 100644 --- a/energy-dao/meta/Cargo.toml +++ b/energy-dao/meta/Cargo.toml @@ -11,5 +11,5 @@ authors = ["you"] path = ".." [dependencies.multiversx-sc-meta] -version = "=0.50.4" +version = "=0.50.5" default-features = false diff --git a/energy-dao/wasm/Cargo.lock b/energy-dao/wasm/Cargo.lock index 7a13fea..9c36a1b 100644 --- a/energy-dao/wasm/Cargo.lock +++ b/energy-dao/wasm/Cargo.lock @@ -23,7 +23,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -39,7 +39,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "energy-factory-mock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-query", "multiversx-sc", @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -208,7 +208,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "farm-staking" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "farm-staking-proxy" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "config", @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -311,7 +311,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -349,7 +349,7 @@ dependencies = [ [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -368,7 +368,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -403,7 +403,7 @@ dependencies = [ [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "lkmex-transfer" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "locked-token-wrapper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -463,16 +463,16 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags", "hex-literal 0.4.1", @@ -507,9 +507,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -520,18 +520,18 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-wasm-adapter" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f083d6844a0919a39d87c2552b8e9ea30e365775265d31b419d24f6aa93eee" +checksum = "99a090365b4483b4ea955ba1322f986f6821be88144291f0013c03f59b4de753" dependencies = [ "multiversx-sc", ] @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags", "common_errors", @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -653,7 +653,7 @@ dependencies = [ [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -689,7 +689,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -711,7 +711,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -719,7 +719,7 @@ dependencies = [ [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/energy-dao/wasm/Cargo.toml b/energy-dao/wasm/Cargo.toml index eca01cd..dedb894 100644 --- a/energy-dao/wasm/Cargo.toml +++ b/energy-dao/wasm/Cargo.toml @@ -28,7 +28,7 @@ panic = "abort" path = ".." [dependencies.multiversx-sc-wasm-adapter] -version = "=0.50.4" +version = "=0.50.5" [workspace] members = ["."] diff --git a/farm-extra-rewards-wrapper/Cargo.toml b/farm-extra-rewards-wrapper/Cargo.toml index 07dd874..611f645 100644 --- a/farm-extra-rewards-wrapper/Cargo.toml +++ b/farm-extra-rewards-wrapper/Cargo.toml @@ -10,77 +10,77 @@ path = "src/lib.rs" [dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.config] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm_token] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.contexts] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm_base_impl] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.token_send] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.permissions_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.common_structs] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.fixed-supply-token] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.mergeable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.unwrappable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.math] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.utils] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.auto-farm] path = "../auto-farm" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" features = ["esdt-token-payment-legacy-decode"] [dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dependencies.read_external_storage] path = "../common/modules/read_external_storage" @@ -96,12 +96,12 @@ path = "../tests-common" features = ["enable-tests-common"] [dev-dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" [dev-dependencies.energy-factory] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.sc_whitelist_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" diff --git a/farm-extra-rewards-wrapper/meta/Cargo.toml b/farm-extra-rewards-wrapper/meta/Cargo.toml index 464cf30..47e626e 100644 --- a/farm-extra-rewards-wrapper/meta/Cargo.toml +++ b/farm-extra-rewards-wrapper/meta/Cargo.toml @@ -11,5 +11,5 @@ authors = ["you"] path = ".." [dependencies.multiversx-sc-meta] -version = "=0.50.4" +version = "=0.50.5" default-features = false diff --git a/farm-extra-rewards-wrapper/src/lib.rs b/farm-extra-rewards-wrapper/src/lib.rs index 283f037..e531a41 100644 --- a/farm-extra-rewards-wrapper/src/lib.rs +++ b/farm-extra-rewards-wrapper/src/lib.rs @@ -1,5 +1,4 @@ #![no_std] -#![feature(trait_alias)] use permissions_module::Permissions; diff --git a/farm-extra-rewards-wrapper/src/single_token_rewards.rs b/farm-extra-rewards-wrapper/src/single_token_rewards.rs index d9f11fe..af9f895 100644 --- a/farm-extra-rewards-wrapper/src/single_token_rewards.rs +++ b/farm-extra-rewards-wrapper/src/single_token_rewards.rs @@ -7,7 +7,8 @@ use crate::wrapped_farm_attributes::{throw_not_implemented_error, WrappedFarmAtt multiversx_sc::imports!(); -pub trait ScTraits = auto_farm::whitelists::farms_whitelist::FarmsWhitelistModule +pub trait ScTraits: + auto_farm::whitelists::farms_whitelist::FarmsWhitelistModule + auto_farm::external_storage_read::farm_storage_read::FarmStorageReadModule + rewards::RewardsModule + config::ConfigModule @@ -19,7 +20,26 @@ pub trait ScTraits = auto_farm::whitelists::farms_whitelist::FarmsWhitelistModul + farm_base_impl::base_farm_validation::BaseFarmValidationModule + farm_base_impl::enter_farm::BaseEnterFarmModule + utils::UtilsModule - + crate::reward_tokens::RewardTokensModule; + + crate::reward_tokens::RewardTokensModule +{ +} + +impl ScTraits for T where + T: auto_farm::whitelists::farms_whitelist::FarmsWhitelistModule + + auto_farm::external_storage_read::farm_storage_read::FarmStorageReadModule + + rewards::RewardsModule + + config::ConfigModule + + token_send::TokenSendModule + + farm_token::FarmTokenModule + + pausable::PausableModule + + permissions_module::PermissionsModule + + multiversx_sc_modules::default_issue_callbacks::DefaultIssueCallbacksModule + + farm_base_impl::base_farm_validation::BaseFarmValidationModule + + farm_base_impl::enter_farm::BaseEnterFarmModule + + utils::UtilsModule + + crate::reward_tokens::RewardTokensModule +{ +} pub struct BaseFarmLogicWrapper { _phantom: PhantomData, diff --git a/farm-extra-rewards-wrapper/wasm/Cargo.lock b/farm-extra-rewards-wrapper/wasm/Cargo.lock index aabb38f..b7de131 100644 --- a/farm-extra-rewards-wrapper/wasm/Cargo.lock +++ b/farm-extra-rewards-wrapper/wasm/Cargo.lock @@ -47,7 +47,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -55,7 +55,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -63,7 +63,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -118,7 +118,7 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -144,7 +144,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "farm-staking" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "farm-staking-proxy" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "config", @@ -289,7 +289,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -412,7 +412,7 @@ dependencies = [ [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "lkmex-transfer" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "metabonding" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-metabonding-sc?rev=526c7bb#526c7bb45e6a97d92336ac8eed2465b4d978f212" +source = "git+https://github.com/multiversx/mx-metabonding-sc?rev=50097ca#50097ca5fc1dd451857e799c0539a162f88b82f1" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -472,9 +472,9 @@ dependencies = [ [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags", "hex-literal 0.4.1", @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -522,27 +522,27 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-wasm-adapter" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f083d6844a0919a39d87c2552b8e9ea30e365775265d31b419d24f6aa93eee" +checksum = "99a090365b4483b4ea955ba1322f986f6821be88144291f0013c03f59b4de753" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-wegld-swap-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce0598faf68c41f92c551ec29368c05048b07141aec6f79412d13e4a8f1896f8" +checksum = "e30da921b83738823c3efacfb5ffacc09f6c4cd9eb7b80b357041ef096961eb6" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags", "common_errors", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -656,7 +656,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -665,7 +665,7 @@ dependencies = [ [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -692,7 +692,7 @@ dependencies = [ [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -701,7 +701,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -723,7 +723,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -751,7 +751,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/farm-extra-rewards-wrapper/wasm/Cargo.toml b/farm-extra-rewards-wrapper/wasm/Cargo.toml index 654cda0..765a2b4 100644 --- a/farm-extra-rewards-wrapper/wasm/Cargo.toml +++ b/farm-extra-rewards-wrapper/wasm/Cargo.toml @@ -28,7 +28,7 @@ panic = "abort" path = ".." [dependencies.multiversx-sc-wasm-adapter] -version = "=0.50.4" +version = "=0.50.5" [workspace] members = ["."] diff --git a/locked-token-pos-creator/Cargo.toml b/locked-token-pos-creator/Cargo.toml index 79a037a..cd2f15e 100644 --- a/locked-token-pos-creator/Cargo.toml +++ b/locked-token-pos-creator/Cargo.toml @@ -9,7 +9,7 @@ publish = false path = "src/lib.rs" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" features = ["esdt-token-payment-legacy-decode"] [dependencies.auto-pos-creator] @@ -17,35 +17,35 @@ path = "../auto-pos-creator" [dependencies.energy-query] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.utils] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-factory] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pair] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.router] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.proxy_dex] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.common_structs] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.simple-lock] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.read_external_storage] path = "../common/modules/read_external_storage" @@ -56,47 +56,47 @@ num-traits = "0.2" hex = "0.4" [dev-dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" [dev-dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dev-dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm_base_impl] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.config] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm_token] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.sc_whitelist_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm-boosted-yields] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dev-dependencies.locking_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" diff --git a/locked-token-pos-creator/meta/Cargo.toml b/locked-token-pos-creator/meta/Cargo.toml index 59360de..2f7299d 100644 --- a/locked-token-pos-creator/meta/Cargo.toml +++ b/locked-token-pos-creator/meta/Cargo.toml @@ -11,5 +11,5 @@ authors = ["you"] path = ".." [dependencies.multiversx-sc-meta] -version = "=0.50.4" +version = "=0.50.5" default-features = false diff --git a/locked-token-pos-creator/wasm/Cargo.lock b/locked-token-pos-creator/wasm/Cargo.lock index e6e100f..7eb24d2 100644 --- a/locked-token-pos-creator/wasm/Cargo.lock +++ b/locked-token-pos-creator/wasm/Cargo.lock @@ -46,7 +46,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "common-types" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "common_errors" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "common_structs" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "fixed-supply-token", "math", @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "config" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -87,7 +87,7 @@ dependencies = [ [[package]] name = "contexts" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -117,7 +117,7 @@ checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" [[package]] name = "energy-factory" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "legacy_token_decode_module", @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "energy-query" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "events" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "contexts", @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "farm" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -182,7 +182,7 @@ dependencies = [ [[package]] name = "farm-boosted-yields" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "config", @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "farm-staking" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "farm-staking-proxy" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "config", @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "farm-with-locked-rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "farm_base_impl" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "farm_token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "fees-collector" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "common_errors", @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "fixed-supply-token" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "legacy_token_decode_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "lkmex-transfer" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "locking_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "energy-factory", "multiversx-sc", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "math" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -445,16 +445,16 @@ dependencies = [ [[package]] name = "mergeable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748a370a86e9a3c51e0609c4a6c0c9a5cceaeb742656ee3284c0620504a3d7a5" +checksum = "a38a802d6cfa67748145a9e729336f4e6390eba702b5f14360ed01fcff14faa4" dependencies = [ "bitflags", "hex-literal 0.4.1", @@ -489,9 +489,9 @@ dependencies = [ [[package]] name = "multiversx-sc-derive" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6ca88f27a90b0a1b17d5b645cc859e0480f4321c551525873a59a954bfbcb53" +checksum = "7dc53ddcbd71948d2e8d3d6b814da866e2920b24e6c0cbfa643922f781897476" dependencies = [ "hex", "proc-macro2", @@ -502,27 +502,27 @@ dependencies = [ [[package]] name = "multiversx-sc-modules" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e97c7153d996ef412f5fc687a6799fc9173cb221adef283c217d160eebebe7d4" +checksum = "ea1ae09db9cac18669b85d50932410df6082e1a575975ba5224e3b7ae33cbe7d" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-sc-wasm-adapter" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f083d6844a0919a39d87c2552b8e9ea30e365775265d31b419d24f6aa93eee" +checksum = "99a090365b4483b4ea955ba1322f986f6821be88144291f0013c03f59b4de753" dependencies = [ "multiversx-sc", ] [[package]] name = "multiversx-wegld-swap-sc" -version = "0.50.4" +version = "0.50.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce0598faf68c41f92c551ec29368c05048b07141aec6f79412d13e4a8f1896f8" +checksum = "e30da921b83738823c3efacfb5ffacc09f6c4cd9eb7b80b357041ef096961eb6" dependencies = [ "multiversx-sc", "multiversx-sc-modules", @@ -549,7 +549,7 @@ dependencies = [ [[package]] name = "pair" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -566,7 +566,7 @@ dependencies = [ [[package]] name = "pausable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", "permissions_module", @@ -575,7 +575,7 @@ dependencies = [ [[package]] name = "permissions_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "bitflags", "common_errors", @@ -594,7 +594,7 @@ dependencies = [ [[package]] name = "proxy_dex" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "energy-factory", @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "rewards" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "router" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "locking_module", "multiversx-sc", @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "sc_whitelist_module" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "simple-lock" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "multiversx-sc", @@ -710,7 +710,7 @@ dependencies = [ [[package]] name = "token_merge_helper" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "multiversx-sc", @@ -719,7 +719,7 @@ dependencies = [ [[package]] name = "token_send" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_errors", "common_structs", @@ -741,7 +741,7 @@ checksum = "151ac09978d3c2862c4e39b557f4eceee2cc72150bc4cb4f16abf061b6e381fb" [[package]] name = "unwrappable" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "multiversx-sc", ] @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "utils" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common_structs", "fixed-supply-token", @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "week-timekeeping" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "multiversx-sc", @@ -769,7 +769,7 @@ dependencies = [ [[package]] name = "weekly-rewards-splitting" version = "0.0.0" -source = "git+https://github.com/multiversx/mx-exchange-sc?rev=0485c83#0485c8384bb74454362252e984844d2814a92512" +source = "git+https://github.com/multiversx/mx-exchange-sc?rev=c061a85#c061a85ed91349699145b58fcc32f2b1fe56ac09" dependencies = [ "common-types", "energy-query", diff --git a/locked-token-pos-creator/wasm/Cargo.toml b/locked-token-pos-creator/wasm/Cargo.toml index c3d1607..24bdba9 100644 --- a/locked-token-pos-creator/wasm/Cargo.toml +++ b/locked-token-pos-creator/wasm/Cargo.toml @@ -28,7 +28,7 @@ panic = "abort" path = ".." [dependencies.multiversx-sc-wasm-adapter] -version = "=0.50.4" +version = "=0.50.5" [workspace] members = ["."] diff --git a/tests-common/Cargo.toml b/tests-common/Cargo.toml index eea0181..db35373 100644 --- a/tests-common/Cargo.toml +++ b/tests-common/Cargo.toml @@ -18,87 +18,87 @@ hex = "0.4" hex-literal = "0.3.4" [dependencies.multiversx-sc] -version = "=0.50.4" +version = "=0.50.5" features = ["esdt-token-payment-legacy-decode"] [dependencies.multiversx-sc-modules] -version = "=0.50.4" +version = "=0.50.5" [dependencies.multiversx-sc-scenario] -version = "=0.50.4" +version = "=0.50.5" [dependencies.farm] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-with-locked-rewards] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-staking-proxy] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pair] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-factory] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.common_structs] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.mergeable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.utils] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.energy-query] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.legacy_token_decode_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.lkmex-transfer] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.simple-lock] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm-boosted-yields] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.config] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.locking_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.farm_token] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.pausable] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85" [dependencies.sc_whitelist_module] git = "https://github.com/multiversx/mx-exchange-sc" -rev = "0485c83" +rev = "c061a85"