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

Create mock contracts #222

Merged
merged 18 commits into from
Oct 21, 2024
Merged

Create mock contracts #222

merged 18 commits into from
Oct 21, 2024

Conversation

CostinCarabas
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Oct 11, 2024

Coverage Summary

Totals

Count Covered %
Lines 9510 6607 69.47
Regions 1675 1052 62.81
Functions 841 510 60.64
Instantiations 5092 1359 26.69

Files

Expand
File Lines Regions Functions Instantiations
/home/runner/.cargo/git/checkouts/mx-contracts-rs-13011bd47afef959/e72c201/contracts/crowdfunding-esdt/src/crowdfunding_esdt.rs 51.56% 57.14% 77.78% 64.00%
/home/runner/.cargo/git/checkouts/mx-contracts-rs-13011bd47afef959/e72c201/contracts/crowdfunding-esdt/src/crowdfunding_esdt_proxy.rs 100.00% 100.00% 100.00% 100.00%
/bridge-proxy/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/bridge-proxy/src/bridge-proxy.rs 50.00% 64.91% 62.50% 19.42%
/bridge-proxy/src/config.rs 89.29% 73.33% 100.00% 25.00%
/bridge-proxy/tests/bridge_proxy_blackbox_test.rs 80.39% 88.89% 75.00% 75.00%
/bridged-tokens-wrapper/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/bridged-tokens-wrapper/src/dfp_big_uint.rs 100.00% 100.00% 100.00% 50.00%
/bridged-tokens-wrapper/src/events.rs 100.00% 33.33% 100.00% 6.90%
/bridged-tokens-wrapper/src/lib.rs 100.00% 100.00% 100.00% 22.65%
/bridged-tokens-wrapper/tests/bridged_tokens_wrapper_whitebox_test.rs 90.28% 91.28% 90.62% 90.62%
/bridged-tokens-wrapper/tests/dfp_big_uint_test.rs 100.00% 100.00% 100.00% 100.00%
/bridged-tokens-wrapper/tests/scenario_go_test.rs 100.00% 100.00% 100.00% 100.00%
/common/eth-address/src/lib.rs 93.33% 66.67% 88.89% 46.24%
/common/fee-estimator-module/src/lib.rs 100.00% 93.75% 100.00% 21.98%
/common/fee-estimator-module/src/price_aggregator_proxy.rs 6.14% 4.76% 6.67% 5.26%
/common/max-bridged-amount-module/src/lib.rs 100.00% 87.50% 100.00% 18.45%
/common/mock-contracts/mock-bridge-proxy/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-bridge-proxy/src/mock_bridge_proxy.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-bridged-tokens-wrapper/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-bridged-tokens-wrapper/src/mock_bridged_tokens_wrapper.rs 100.00% 33.33% 100.00% 3.23%
/common/mock-contracts/mock-esdt-safe/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-esdt-safe/src/mock_esdt_safe.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-multi-transfer-esdt/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-multi-transfer-esdt/src/mock_multi_transfer_esdt.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-multisig/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-multisig/src/mock_multisig.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-price-aggregator/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/common/mock-contracts/mock-price-aggregator/src/mock_price_aggregator.rs 0.00% 0.00% 0.00% 0.00%
/common/sc-proxies/src/bridge_proxy_contract_proxy.rs 55.03% 50.00% 50.00% 48.00%
/common/sc-proxies/src/bridged_tokens_wrapper_proxy.rs 39.48% 40.91% 40.91% 37.25%
/common/sc-proxies/src/crowdfunding_esdt_proxy.rs 0.00% 0.00% 0.00% 0.00%
/common/sc-proxies/src/esdt_safe_proxy.rs 53.93% 40.85% 45.16% 28.74%
/common/sc-proxies/src/multi_transfer_esdt_proxy.rs 35.29% 36.36% 36.36% 34.48%
/common/sc-proxies/src/multisig_proxy.rs 15.38% 12.24% 14.12% 13.86%
/common/token-module/src/lib.rs 85.00% 78.05% 85.71% 27.85%
/common/transaction/src/lib.rs 47.17% 49.02% 62.50% 31.59%
/common/transaction/src/transaction_status.rs 83.33% 66.67% 83.33% 41.67%
/common/tx-batch-module/src/batch_status.rs 66.67% 50.00% 66.67% 20.00%
/common/tx-batch-module/src/lib.rs 88.07% 80.82% 87.50% 21.81%
/common/tx-batch-module/src/tx_batch_mapper.rs 92.54% 89.66% 100.00% 41.25%
/esdt-safe/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/src/lib.rs 71.30% 60.87% 64.10% 20.98%
/esdt-safe/tests/esdt_safe_blackbox_test.rs 98.53% 77.78% 100.00% 100.00%
/esdt-safe/tests/esdt_safe_scenario_rs_test.rs 100.00% 100.00% 100.00% 100.00%
/esdt-safe/tests/scenario_go_test.rs 100.00% 100.00% 100.00% 100.00%
/multi-transfer-esdt/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multi-transfer-esdt/src/lib.rs 61.14% 60.66% 68.75% 25.33%
/multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs 99.85% 95.65% 100.00% 100.00%
/multi-transfer-esdt/tests/multi_transfer_esdt_scenario_rs_test.rs 57.14% 30.00% 30.00% 30.00%
/multi-transfer-esdt/tests/scenario_go_test.rs 30.00% 30.00% 30.00% 30.00%
/multisig/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/multisig/src/action.rs 25.00% 22.22% 33.33% 30.77%
/multisig/src/events.rs 100.00% 66.67% 100.00% 12.90%
/multisig/src/lib.rs 69.77% 71.05% 70.00% 25.66%
/multisig/src/multisig_general.rs 80.00% 65.38% 75.00% 30.77%
/multisig/src/queries.rs 64.52% 61.76% 57.89% 15.79%
/multisig/src/setup.rs 25.97% 32.61% 25.81% 7.00%
/multisig/src/storage.rs 100.00% 66.67% 100.00% 27.41%
/multisig/src/user_role.rs 83.33% 72.73% 75.00% 41.67%
/multisig/src/util.rs 94.44% 84.38% 100.00% 44.12%
/multisig/tests/multisig_blackbox_test.rs 100.00% 100.00% 100.00% 100.00%
/multisig/tests/multisig_scenario_rs_test.rs 82.69% 72.73% 72.73% 72.73%
/multisig/tests/scenario_go_test.rs 70.00% 70.00% 70.00% 70.00%
/test-caller/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/test-caller/src/test-caller.rs 0.00% 0.00% 0.00% 0.00%

Copy link

github-actions bot commented Oct 11, 2024

Contract comparison - from 6a0d1cc to 5c1acb8

Path                                                                                             size                  has-allocator                     has-format
test-caller.wasm 3274 false without message
test-caller-dbg.wasm 7110 false without message
esdt-safe.wasm 27489 false without message
esdt-safe-dbg.wasm 65318 false without message
multi-transfer-esdt.wasm 17273 false without message
multi-transfer-esdt-dbg.wasm 40924 false without message
bridge-proxy-dbg.wasm 34759 false without message
bridge-proxy.wasm 13291 false without message
bridged-tokens-wrapper.wasm 9195 false without message
bridged-tokens-wrapper-dbg.wasm 26808 false without message
multisig-dbg.wasm 72047 false without message
multisig.wasm 29366 false without message

evelinemolnar
evelinemolnar previously approved these changes Oct 11, 2024
@dragos-rebegea dragos-rebegea merged commit eb7fa9d into feat/v3.5 Oct 21, 2024
5 checks passed
@dragos-rebegea dragos-rebegea deleted the create-mock-contracts branch October 21, 2024 10:42
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.

3 participants