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

fix signature replay issue #72

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Conversation

dorin-iancu
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jul 16, 2024

Coverage Summary

Totals

Count Covered %
Lines 3778 3325 88.01
Regions 953 647 67.89
Functions 326 235 72.09
Instantiations 1980 369 18.64

Files

Expand
File Lines Regions Functions Instantiations
/growth-program/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/growth-program/src/events.rs 43.14% 16.42% 27.59% 9.40%
/growth-program/src/lib.rs 100.00% 50.00% 100.00% 3.85%
/growth-program/src/price_query.rs 58.46% 61.54% 100.00% 21.28%
/growth-program/src/project.rs 52.08% 42.86% 54.55% 8.79%
/growth-program/src/rewards/claim.rs 91.22% 79.66% 86.67% 17.39%
/growth-program/src/rewards/claim_types.rs 43.75% 25.00% 27.27% 10.00%
/growth-program/src/rewards/common_rewards.rs 75.86% 61.90% 63.64% 12.22%
/growth-program/src/rewards/deposit.rs 93.91% 79.49% 62.50% 7.58%
/growth-program/src/rewards/energy.rs 57.38% 57.14% 75.00% 13.24%
/growth-program/src/rewards/notes_history.rs 27.50% 20.00% 33.33% 8.33%
/growth-program/src/rewards/week_timekeeping.rs 51.85% 17.39% 33.33% 4.76%
/growth-program/src/rewards/withdraw.rs 8.75% 12.00% 40.00% 2.70%
/growth-program/src/validation.rs 74.07% 50.00% 75.00% 8.70%
/growth-program/tests/growth_program_setup/mod.rs 98.93% 95.65% 95.45% 95.45%
/growth-program/tests/test.rs 88.73% 85.71% 85.71% 85.71%
/metabonding/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/metabonding/src/access_control.rs 85.71% 20.00% 50.00% 7.14%
/metabonding/src/claim.rs 93.55% 85.71% 85.71% 16.07%
/metabonding/src/claim_progress.rs 95.61% 75.58% 81.82% 41.27%
/metabonding/src/common_storage.rs 100.00% 33.33% 100.00% 18.18%
/metabonding/src/legacy_storage_cleanup.rs 92.31% 72.73% 66.67% 4.76%
/metabonding/src/lib.rs 72.73% 60.00% 66.67% 8.22%
/metabonding/src/math.rs 88.89% 57.14% 66.67% 12.12%
/metabonding/src/project.rs 93.69% 81.13% 82.35% 17.05%
/metabonding/src/rewards.rs 96.04% 78.05% 90.91% 17.31%
/metabonding/src/validation.rs 95.00% 81.48% 80.00% 18.60%
/metabonding/tests/claim_partial_test.rs 100.00% 100.00% 100.00% 100.00%
/metabonding/tests/claim_progress_test.rs 100.00% 100.00% 100.00% 100.00%
/metabonding/tests/metabonding_setup/mod.rs 93.25% 90.41% 85.71% 43.81%
/metabonding/tests/rust_tests.rs 100.00% 100.00% 100.00% 100.00%
/pair-mock/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/pair-mock/src/pair.rs 100.00% 80.00% 100.00% 21.21%
/router-mock/meta/src/main.rs 0.00% 0.00% 0.00% 0.00%
/router-mock/src/router_mock.rs 100.00% 87.50% 100.00% 22.86%

alyn509
alyn509 previously approved these changes Jul 16, 2024
Copy link

github-actions bot commented Jul 16, 2024

Contract comparison - from 05a3ba5 to e3e27bf
⚠️ 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-metabonding-sc
- growth-program/growth-program.wasm 21429 No No
- metabonding/metabonding.wasm 20931 No No
- pair-mock/pair-mock.wasm 2289 No No
- router-mock/router-mock.wasm 893 No No

andreiblt1304
andreiblt1304 previously approved these changes Jul 16, 2024
@dorin-iancu dorin-iancu dismissed stale reviews from andreiblt1304 and alyn509 via e3e27bf July 16, 2024 06:40
@dorin-iancu dorin-iancu merged commit bac0928 into main Jul 16, 2024
6 checks passed
@dorin-iancu dorin-iancu deleted the signature-fix-growth-program branch July 16, 2024 06:45
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