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

Beta Update #169

Merged
merged 24 commits into from
Nov 13, 2024
Merged

Beta Update #169

merged 24 commits into from
Nov 13, 2024

Conversation

andreiblt1304
Copy link
Contributor

@andreiblt1304 andreiblt1304 commented Nov 13, 2024

This update will bring the latest versions of the following contracts:

  1. Esdt-Safe
  2. Fee-Market
  3. Header-Verifier

Those also have the latest framework version

Copy link

github-actions bot commented Nov 13, 2024

Coverage Summary

Totals

Count Covered %
Lines 5228 1639 31.35
Regions 1516 355 23.42
Functions 608 168 27.63
Instantiations 1790 290 16.20

Files

Expand
File Lines Regions Functions Instantiations
/chain-config/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/chain-config/src/bridge.rs 0.00% 0.00% 0.00% 0.00%
/chain-config/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/chain-config/src/validator_rules.rs 0.00% 0.00% 0.00% 0.00%
/chain-factory/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/chain-factory/src/factory.rs 0.00% 0.00% 0.00% 0.00%
/chain-factory/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/chain-factory/src/slash.rs 0.00% 0.00% 0.00% 0.00%
/common/bls-signature/src/lib.rs 2.50% 9.09% 16.67% 2.56%
/common/max-bridged-amount-module/src/lib.rs 76.92% 62.50% 75.00% 15.38%
/common/setup-phase/src/lib.rs 4.55% 25.00% 16.67% 3.70%
/common/token-whitelist/src/lib.rs 14.29% 18.75% 33.33% 8.33%
/common/transaction/src/lib.rs 25.99% 24.82% 25.76% 21.46%
/common/transaction/src/transaction_status.rs 0.00% 0.00% 0.00% 0.00%
/common/tx-batch-module/src/batch_status.rs 0.00% 0.00% 0.00% 0.00%
/common/tx-batch-module/src/lib.rs 4.55% 6.85% 18.75% 3.05%
/common/tx-batch-module/src/tx_batch_mapper.rs 0.00% 0.00% 0.00% 0.00%
/common/utils/src/lib.rs 12.50% 16.13% 30.00% 11.32%
/esdt-safe/interactor/src/interactor_main.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/interactor/src/proxies/fee_market_proxy.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/interactor/src/proxies/header_verifier_proxy.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/interactor/src/proxies/price_aggregator_proxy.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/interactor/src/proxies/proxy.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/interactor/src/proxies/testing_sc_proxy.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/esdt-safe/src/esdt_safe_proxy.rs 20.99% 21.21% 21.21% 19.51%
/esdt-safe/src/from_sovereign/events.rs 100.00% 66.67% 100.00% 16.67%
/esdt-safe/src/from_sovereign/token_mapping.rs 1.10% 5.41% 5.26% 5.71%
/esdt-safe/src/from_sovereign/transfer_tokens.rs 41.63% 50.00% 75.00% 31.91%
/esdt-safe/src/lib.rs 76.47% 75.00% 66.67% 16.67%
/esdt-safe/src/to_sovereign/create_tx.rs 45.51% 50.94% 62.50% 22.86%
/esdt-safe/src/to_sovereign/events.rs 100.00% 66.67% 100.00% 16.67%
/esdt-safe/tests/bridge_blackbox_tests.rs 86.54% 93.10% 92.00% 92.00%
/fee-market/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/fee-market/src/fee_common.rs 100.00% 75.00% 100.00% 21.05%
/fee-market/src/fee_market_proxy.rs 40.76% 27.45% 35.71% 28.57%
/fee-market/src/fee_type.rs 85.29% 53.66% 64.29% 20.90%
/fee-market/src/lib.rs 58.33% 71.43% 66.67% 21.74%
/fee-market/src/price_aggregator.rs 0.00% 0.00% 0.00% 0.00%
/fee-market/src/subtract_fee.rs 42.86% 37.50% 43.75% 12.24%
/fee-market/tests/fee_market_blackbox_test.rs 91.30% 88.64% 100.00% 100.00%
/header-verifier/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/header-verifier/src/header_verifier_proxy.rs 63.03% 60.00% 60.00% 60.00%
/header-verifier/src/lib.rs 92.21% 91.18% 91.67% 45.45%
/header-verifier/tests/header_verifier_blackbox_test.rs 100.00% 100.00% 100.00% 100.00%

Copy link

github-actions bot commented Nov 13, 2024

Contract comparison - from bad12ca to 1e2a779

Path                                                                                             size                  has-allocator                     has-format
chain-config.wasm 5494 false without message
esdt-safe.wasm 37027 ➡️ 28650 🟢 false without message
esdt-safe-view.wasm 626 false none :arrow-right: None
esdt-safe-full.wasm 37026 ➡️ 28651 🟢 false without message
fee-marker-full.wasm 11297 ➡️ 12093 🔴 false without message
fee-market.wasm 11297 ➡️ 12093 🔴 false without message
multisig-view.wasm 626 false none :arrow-right: None
chain-factory.wasm 5533 false none :arrow-right: None
header-verifier-full.wasm 5397 ➡️ 5584 🔴 false without message
header-verifier.wasm 5397 ➡️ 5584 🔴 false without message
multisig-view.wasm 626 false none :arrow-right: None

andreiblt1304 and others added 7 commits November 13, 2024 12:33
Removed token-whitelist commented code
Signed-off-by: Andrei Baltariu <[email protected]>
Signed-off-by: Andrei Baltariu <[email protected]>
Signed-off-by: Andrei Baltariu <[email protected]>
Esdt-Safe interactor for `feat/next`
@andreiblt1304 andreiblt1304 merged commit 829251a into main Nov 13, 2024
11 checks passed
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