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

Auto pos creator interactor #79

Open
wants to merge 4 commits into
base: framework-upgrade-0.50
Choose a base branch
from

Conversation

CostinCarabas
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented May 17, 2024

Coverage Summary

Totals

Count Covered %
Lines 14580 12435 85.29
Regions 3013 1367 45.37
Functions 967 669 69.18
Instantiations 3981 909 22.83

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 88.89% 44.44% 60.00% 27.78%
/auto-farm/src/common/common_storage.rs 12.50% 20.00% 50.00% 12.50%
/auto-farm/src/common/rewards_wrapper.rs 70.00% 40.00% 54.55% 14.29%
/auto-farm/src/common/unique_payments.rs 33.33% 27.27% 52.94% 15.25%
/auto-farm/src/events.rs 62.79% 30.00% 53.33% 15.22%
/auto-farm/src/external_sc_interactions/farm_actions.rs 44.58% 26.32% 60.00% 6.82%
/auto-farm/src/external_sc_interactions/fees_collector_actions.rs 4.55% 4.35% 33.33% 5.56%
/auto-farm/src/external_sc_interactions/locked_token_merging.rs 23.81% 33.33% 66.67% 7.14%
/auto-farm/src/external_sc_interactions/metabonding_actions.rs 3.12% 1.85% 11.11% 2.38%
/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 75.00% 8.70% 28.57% 7.27%
/auto-farm/src/external_storage_read/metastaking_storage_read.rs 0.00% 0.00% 0.00% 0.00%
/auto-farm/src/fees.rs 61.64% 38.64% 85.71% 10.53%
/auto-farm/src/lib.rs 64.00% 10.81% 50.00% 5.13%
/auto-farm/src/registration.rs 95.65% 8.70% 66.67% 4.55%
/auto-farm/src/user_tokens/user_farm_tokens.rs 77.14% 50.00% 83.33% 7.89%
/auto-farm/src/user_tokens/user_metastaking_tokens.rs 2.22% 4.55% 16.67% 1.32%
/auto-farm/src/user_tokens/user_rewards.rs 51.22% 22.22% 66.67% 8.33%
/auto-farm/src/user_tokens/withdraw_tokens.rs 83.78% 69.23% 75.00% 9.38%
/auto-farm/src/whitelists/farms_whitelist.rs 40.48% 24.00% 33.33% 8.16%
/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 0.00% 0.00% 0.00% 0.00%
/auto-farm/tests/register_test.rs 100.00% 100.00% 100.00% 100.00%
/auto-pos-creator/interact/src/auto_pos_creator_config.rs 0.00% 0.00% 0.00% 0.00%
/auto-pos-creator/interact/src/auto_pos_creator_interact.rs 0.00% 0.00% 0.00% 0.00%
/auto-pos-creator/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/auto-pos-creator/src/auto_pos_creator_proxy.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% 14.29% 50.00% 15.00%
/auto-pos-creator/src/external_sc_interactions/egld_wrapper_actions.rs 6.67% 16.67% 50.00% 10.71%
/auto-pos-creator/src/external_sc_interactions/farm_actions.rs 100.00% 50.00% 100.00% 24.00%
/auto-pos-creator/src/external_sc_interactions/farm_staking_actions.rs 100.00% 42.86% 100.00% 26.09%
/auto-pos-creator/src/external_sc_interactions/metastaking_actions.rs 100.00% 50.00% 100.00% 24.00%
/auto-pos-creator/src/external_sc_interactions/pair_actions.rs 100.00% 40.00% 100.00% 33.33%
/auto-pos-creator/src/external_sc_interactions/router_actions.rs 100.00% 57.14% 100.00% 37.50%
/auto-pos-creator/src/lib.rs 87.50% 10.00% 66.67% 9.52%
/auto-pos-creator/src/multi_contract_interactions/create_pos.rs 95.12% 68.18% 88.89% 46.67%
/auto-pos-creator/src/multi_contract_interactions/create_pos_endpoints.rs 99.43% 39.13% 87.50% 17.39%
/auto-pos-creator/src/multi_contract_interactions/exit_pos.rs 97.37% 23.08% 75.00% 27.27%
/auto-pos-creator/src/multi_contract_interactions/exit_pos_endpoints.rs 97.92% 21.43% 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 84.81% 43.59% 65.22% 24.46%
/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 95.76% 72.41% 58.33% 19.44%
/composable-tasks/src/config.rs 85.71% 22.22% 66.67% 9.09%
/composable-tasks/src/external_sc_interactions/pair_actions.rs 77.05% 39.13% 60.00% 16.67%
/composable-tasks/src/external_sc_interactions/router_actions.rs 90.24% 73.08% 75.00% 16.67%
/composable-tasks/src/external_sc_interactions/wegld_swap.rs 100.00% 62.50% 100.00% 22.22%
/composable-tasks/src/lib.rs 66.67% 16.67% 66.67% 6.06%
/composable-tasks/tests/composable_tasks_setup/mod.rs 100.00% 100.00% 100.00% 100.00%
/composable-tasks/tests/composable_tasks_tests.rs 95.80% 96.55% 96.92% 96.92%
/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 62.50% 27.27% 40.00% 21.88%
/energy-dao/src/common/structs.rs 42.86% 26.79% 42.86% 11.93%
/energy-dao/src/common/unique_payments.rs 28.21% 25.93% 25.00% 15.22%
/energy-dao/src/external_sc_interactions/energy_dao_config.rs 54.04% 41.07% 61.90% 10.78%
/energy-dao/src/external_sc_interactions/farm_actions.rs 94.35% 64.58% 100.00% 21.67%
/energy-dao/src/external_sc_interactions/farm_interactions.rs 94.74% 51.39% 88.89% 9.52%
/energy-dao/src/external_sc_interactions/fees_collector_interactions.rs 3.12% 3.23% 33.33% 4.17%
/energy-dao/src/external_sc_interactions/locked_token_actions.rs 96.67% 50.00% 100.00% 25.00%
/energy-dao/src/external_sc_interactions/locked_token_interactions.rs 34.48% 13.89% 75.00% 10.00%
/energy-dao/src/external_sc_interactions/metastaking_actions.rs 98.89% 65.12% 100.00% 16.07%
/energy-dao/src/external_sc_interactions/metastaking_interactions.rs 96.83% 57.35% 87.50% 8.54%
/energy-dao/src/lib.rs 94.44% 8.00% 66.67% 6.06%
/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 50.00% 24.24% 25.00% 16.00%
/farm-extra-rewards-wrapper/src/external_sc_interactions/farm_interactions.rs 61.76% 27.27% 75.00% 16.67%
/farm-extra-rewards-wrapper/src/lib.rs 88.89% 11.54% 66.67% 6.06%
/farm-extra-rewards-wrapper/src/reward_tokens.rs 47.37% 47.37% 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 43.10% 28.57% 38.89% 26.67%
/farm-extra-rewards-wrapper/src/wrapper_actions/generate_rewards.rs 85.96% 20.69% 38.46% 15.15%
/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.45% 14.29% 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% 15.00% 100.00% 12.50%
/locked-token-pos-creator/src/create_locked_pos.rs 88.64% 35.29% 75.00% 18.75%
/locked-token-pos-creator/src/create_pair_pos.rs 100.00% 15.79% 100.00% 12.50%
/locked-token-pos-creator/src/external_sc_interactions/energy_factory_actions.rs 97.06% 16.67% 50.00% 8.33%
/locked-token-pos-creator/src/external_sc_interactions/proxy_dex_actions.rs 85.00% 9.38% 33.33% 15.38%
/locked-token-pos-creator/src/lib.rs 96.97% 16.67% 75.00% 7.69%
/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.14% 94.59% 90.48% 90.48%
/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 42.86% 33.33% 33.33% 16.67%
/tests-common/src/farm_with_locked_rewards_setup/mod.rs 98.38% 95.00% 100.00% 62.50%

@CostinCarabas CostinCarabas force-pushed the auto-pos-creator-interactor branch from 0fb71ad to dccaf31 Compare May 21, 2024 10:53
Copy link

Contract comparison - from d497086 to dccaf31

Path                                                                                             size                  has-allocator                     has-format
mx-exchange-tools-sc
- auto-farm/auto-farm.wasm 25041 No No
- auto-pos-creator/auto-pos-creator.wasm 16967 No No
- composable-tasks/composable-tasks.wasm 10890 No No
- energy-dao/energy-dao.wasm 36166 No No
- farm-extra-rewards-wrapper/farm-extra-rewards-wrapper.wasm 26666 No No
- locked-token-pos-creator/locked-token-pos-creator.wasm 14487 No No

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