Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[DO NO MERGE] Framework upgrade 0.50 #77

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

CostinCarabas
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented May 14, 2024

Coverage Summary

Totals

Count Covered %
Lines 14632 13108 89.58
Regions 2149 1373 63.89
Functions 867 634 73.13
Instantiations 4054 928 22.89

Files

Expand
File Lines Regions Functions Instantiations
/auto-farm/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/auto-farm/src/common/chain_info.rs 94.12% 66.67% 75.00% 36.84%
/auto-farm/src/common/common_storage.rs 12.50% 25.00% 50.00% 15.79%
/auto-farm/src/common/rewards_wrapper.rs 82.14% 47.62% 66.67% 22.73%
/auto-farm/src/common/unique_payments.rs 42.42% 32.79% 64.29% 27.12%
/auto-farm/src/events.rs 62.50% 40.00% 53.33% 14.81%
/auto-farm/src/external_sc_interactions/farm_actions.rs 44.58% 43.48% 60.00% 5.66%
/auto-farm/src/external_sc_interactions/fees_collector_actions.rs 100.00% 75.00% 100.00% 13.95%
/auto-farm/src/external_sc_interactions/locked_token_merging.rs 31.43% 46.15% 66.67% 12.12%
/auto-farm/src/external_sc_interactions/metabonding_actions.rs 81.25% 41.38% 44.44% 14.55%
/auto-farm/src/external_sc_interactions/metastaking_actions.rs 0.00% 0.00% 0.00% 0.00%
/auto-farm/src/external_sc_interactions/multi_contract_interactions.rs 0.00% 0.00% 0.00% 0.00%
/auto-farm/src/external_storage_read/farm_storage_read.rs 78.95% 15.38% 33.33% 6.67%
/auto-farm/src/external_storage_read/metastaking_storage_read.rs 0.00% 0.00% 0.00% 0.00%
/auto-farm/src/fees.rs 73.97% 59.46% 85.71% 15.56%
/auto-farm/src/lib.rs 66.67% 36.36% 66.67% 7.32%
/auto-farm/src/registration.rs 95.45% 40.00% 66.67% 5.88%
/auto-farm/src/user_tokens/user_farm_tokens.rs 75.76% 78.57% 83.33% 6.74%
/auto-farm/src/user_tokens/user_metastaking_tokens.rs 2.33% 7.14% 16.67% 1.12%
/auto-farm/src/user_tokens/user_rewards.rs 80.49% 72.22% 83.33% 12.68%
/auto-farm/src/user_tokens/withdraw_tokens.rs 83.78% 72.00% 75.00% 7.89%
/auto-farm/src/whitelists/farms_whitelist.rs 40.48% 28.57% 33.33% 7.08%
/auto-farm/src/whitelists/metastaking_whitelist.rs 0.00% 0.00% 0.00% 0.00%
/auto-farm/tests/auto_compound_test.rs 100.00% 100.00% 100.00% 100.00%
/auto-farm/tests/farm_claim_test.rs 100.00% 100.00% 100.00% 100.00%
/auto-farm/tests/fees_collector_setup/mod.rs 100.00% 100.00% 100.00% 50.00%
/auto-farm/tests/metabonding_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/auto-farm/tests/other_scs_claim_test.rs 100.00% 100.00% 100.00% 100.00%
/auto-farm/tests/register_test.rs 100.00% 100.00% 100.00% 100.00%
/auto-pos-creator/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/auto-pos-creator/src/common/payments_wrapper.rs 96.67% 90.00% 100.00% 75.00%
/auto-pos-creator/src/configs/pairs_config.rs 93.33% 25.00% 50.00% 15.00%
/auto-pos-creator/src/external_sc_interactions/egld_wrapper_actions.rs 6.67% 20.00% 50.00% 10.71%
/auto-pos-creator/src/external_sc_interactions/farm_actions.rs 100.00% 60.00% 100.00% 24.00%
/auto-pos-creator/src/external_sc_interactions/farm_staking_actions.rs 100.00% 60.00% 100.00% 26.09%
/auto-pos-creator/src/external_sc_interactions/metastaking_actions.rs 100.00% 60.00% 100.00% 24.00%
/auto-pos-creator/src/external_sc_interactions/pair_actions.rs 100.00% 66.67% 100.00% 33.33%
/auto-pos-creator/src/external_sc_interactions/router_actions.rs 100.00% 66.67% 100.00% 37.50%
/auto-pos-creator/src/lib.rs 100.00% 50.00% 100.00% 10.53%
/auto-pos-creator/src/multi_contract_interactions/create_pos.rs 95.12% 85.71% 88.89% 46.67%
/auto-pos-creator/src/multi_contract_interactions/create_pos_endpoints.rs 99.43% 75.00% 87.50% 17.39%
/auto-pos-creator/src/multi_contract_interactions/exit_pos.rs 97.14% 50.00% 75.00% 27.27%
/auto-pos-creator/src/multi_contract_interactions/exit_pos_endpoints.rs 97.92% 50.00% 75.00% 16.22%
/auto-pos-creator/tests/create_pair_pos_test.rs 100.00% 100.00% 100.00% 100.00%
/auto-pos-creator/tests/metastaking_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/auto-pos-creator/tests/negative_tests.rs 100.00% 100.00% 100.00% 100.00%
/auto-pos-creator/tests/pair_setup/mod.rs 70.34% 57.89% 66.67% 66.67%
/auto-pos-creator/tests/pos_creator_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/auto-pos-creator/tests/router_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/common/modules/read_external_storage/src/read_external_storage.rs 86.84% 50.00% 70.00% 23.40%
/composable-tasks/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/composable-tasks/src/composable_tasks_proxy.rs 0.00% 0.00% 0.00% 0.00%
/composable-tasks/src/compose_tasks.rs 96.58% 80.39% 63.64% 20.00%
/composable-tasks/src/config.rs 80.00% 40.00% 66.67% 9.09%
/composable-tasks/src/external_sc_interactions/pair_actions.rs 77.05% 42.86% 60.00% 16.67%
/composable-tasks/src/external_sc_interactions/router_actions.rs 90.24% 76.00% 75.00% 16.67%
/composable-tasks/src/external_sc_interactions/wegld_swap.rs 100.00% 71.43% 100.00% 22.22%
/composable-tasks/src/lib.rs 100.00% 33.33% 100.00% 3.57%
/composable-tasks/tests/composable_tasks_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/composable-tasks/tests/composable_tasks_tests.rs 95.72% 95.45% 95.45% 95.45%
/composable-tasks/tests/pair_setup/mod.rs 69.30% 42.86% 66.67% 66.67%
/composable-tasks/tests/wegld_swap_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/energy-dao/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/energy-dao/src/common/rewards_wrapper.rs 68.18% 40.00% 50.00% 25.00%
/energy-dao/src/common/structs.rs 66.67% 50.00% 66.67% 16.46%
/energy-dao/src/common/unique_payments.rs 29.33% 28.57% 30.77% 17.50%
/energy-dao/src/external_sc_interactions/energy_dao_config.rs 54.04% 44.23% 61.90% 10.78%
/energy-dao/src/external_sc_interactions/farm_actions.rs 94.35% 86.11% 100.00% 21.67%
/energy-dao/src/external_sc_interactions/farm_interactions.rs 94.74% 64.91% 88.89% 9.52%
/energy-dao/src/external_sc_interactions/fees_collector_interactions.rs 3.12% 5.56% 33.33% 4.17%
/energy-dao/src/external_sc_interactions/locked_token_actions.rs 96.67% 62.50% 100.00% 25.00%
/energy-dao/src/external_sc_interactions/locked_token_interactions.rs 34.48% 21.74% 75.00% 10.00%
/energy-dao/src/external_sc_interactions/metastaking_actions.rs 98.89% 90.32% 100.00% 16.07%
/energy-dao/src/external_sc_interactions/metastaking_interactions.rs 96.83% 72.22% 87.50% 8.54%
/energy-dao/src/lib.rs 100.00% 50.00% 100.00% 6.67%
/energy-dao/tests/contract_interactions/mod.rs 93.48% 93.18% 93.10% 55.17%
/energy-dao/tests/contract_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/energy-dao/tests/farm_tests.rs 100.00% 100.00% 100.00% 100.00%
/energy-dao/tests/metastaking_tests.rs 100.00% 100.00% 100.00% 100.00%
/farm-extra-rewards-wrapper/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/farm-extra-rewards-wrapper/src/common/payments_wrapper.rs 53.06% 28.57% 30.77% 18.18%
/farm-extra-rewards-wrapper/src/external_sc_interactions/farm_interactions.rs 61.76% 50.00% 75.00% 16.67%
/farm-extra-rewards-wrapper/src/lib.rs 100.00% 60.00% 100.00% 6.67%
/farm-extra-rewards-wrapper/src/reward_tokens.rs 47.37% 52.94% 75.00% 15.00%
/farm-extra-rewards-wrapper/src/single_token_rewards.rs 89.41% 88.24% 83.33% 45.45%
/farm-extra-rewards-wrapper/src/wrapped_farm_attributes.rs 41.82% 37.04% 33.33% 25.00%
/farm-extra-rewards-wrapper/src/wrapper_actions/generate_rewards.rs 86.98% 36.36% 45.45% 16.13%
/farm-extra-rewards-wrapper/src/wrapper_actions/unwrap_farm_token.rs 0.00% 0.00% 0.00% 0.00%
/farm-extra-rewards-wrapper/src/wrapper_actions/wrap_farm_token.rs 95.24% 50.00% 66.67% 11.11%
/farm-extra-rewards-wrapper/tests/farm_extra_rewards_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/farm-extra-rewards-wrapper/tests/multi_farm_rewards_test.rs 100.00% 100.00% 100.00% 100.00%
/locked-token-pos-creator/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/locked-token-pos-creator/src/create_farm_pos.rs 100.00% 60.00% 100.00% 12.50%
/locked-token-pos-creator/src/create_locked_pos.rs 88.64% 50.00% 75.00% 18.75%
/locked-token-pos-creator/src/create_pair_pos.rs 100.00% 60.00% 100.00% 12.50%
/locked-token-pos-creator/src/external_sc_interactions/energy_factory_actions.rs 95.65% 25.00% 50.00% 8.33%
/locked-token-pos-creator/src/external_sc_interactions/proxy_dex_actions.rs 85.00% 14.29% 33.33% 15.38%
/locked-token-pos-creator/src/lib.rs 100.00% 66.67% 100.00% 8.33%
/locked-token-pos-creator/tests/create_locked_pos_test.rs 100.00% 100.00% 100.00% 100.00%
/locked-token-pos-creator/tests/proxy_dex_test_setup/mod.rs 99.35% 97.22% 95.00% 95.00%
/proxies/src/energy_factory_proxy.rs 12.06% 6.06% 8.51% 12.50%
/tests-common/src/farm_staking_setup/mod.rs 100.00% 100.00% 100.00% 60.00%
/tests-common/src/farm_with_locked_rewards_setup/fees_collector_mock.rs 50.00% 50.00% 50.00% 25.00%
/tests-common/src/farm_with_locked_rewards_setup/mod.rs 98.38% 95.00% 100.00% 65.71%

Copy link

github-actions bot commented May 14, 2024

Contract comparison - from 8a91679 to 38d4c76
⚠️ Warning: Could not download the report for the base branch. Displaying only the report for the current branch. ⚠️

Path                                                                                             size                  has-allocator                     has-format
mx-exchange-tools-sc
- auto-farm/auto-farm.wasm 24821 No No
- auto-pos-creator/auto-pos-creator.wasm 16726 No No
- composable-tasks/composable-tasks.wasm 10754 No No
- energy-dao/energy-dao.wasm 35685 No No
- farm-extra-rewards-wrapper/farm-extra-rewards-wrapper.wasm 26366 No No
- locked-token-pos-creator/locked-token-pos-creator.wasm 14271 No No

@CostinCarabas CostinCarabas changed the title Framework upgrade 0.50 [DO NO MERGE] Framework upgrade 0.50 May 15, 2024
@CostinCarabas
Copy link
Contributor Author

This PR should not be merged because it will not be part of DEX 3.0

@psorinionut psorinionut marked this pull request as draft June 11, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants