moonbeam icon indicating copy to clipboard operation
moonbeam copied to clipboard

:bug: Add test to reproduce the LiquidityRestrictions issue

Open RomarQ opened this issue 9 months ago • 2 comments

TODO

Origins from https://github.com/moonbeam-foundation/moonbeam/issues/3242

RomarQ avatar Mar 28 '25 18:03 RomarQ

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2608 KB (+8 KB) ⚠️

Moonbeam runtime: 2772 KB (-4 KB) ✅

Moonriver runtime: 2768 KB (no changes) ✅

Compared to latest release (runtime-3900)

Moonbase runtime: 2608 KB (+248 KB compared to latest release) ⚠️

Moonbeam runtime: 2772 KB (+292 KB compared to latest release) ⚠️

Moonriver runtime: 2768 KB (+288 KB compared to latest release) ⚠️

github-actions[bot] avatar Mar 28 '25 19:03 github-actions[bot]

[!IMPORTANT]

Review skipped

Auto reviews are limited based on label configuration.

:label: Required labels (at least one) (1)
  • agent-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • [ ] Create PR with unit tests
  • [ ] Post copyable unit tests in a comment
  • [ ] Commit unit tests in branch rq/fix-liquidity-restrictions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot] avatar Aug 06 '25 08:08 coderabbitai[bot]

Coverage Report

@@                        Coverage Diff                        @@
##           master   rq/fix-liquidity-restrictions      +/-   ##
=================================================================
+ Coverage   74.49%                          74.51%   +0.02%     
  Files         392                             392              
+ Lines       95696                           95801     +105     
=================================================================
+ Hits        71280                           71385     +105     
  Misses      24416                           24416              
Files Changed Coverage
/runtime/moonbase/tests/integration_test.rs 99.27% (+0.01%) 🔼
/runtime/moonbeam/tests/integration_test.rs 99.35% (+0.01%) 🔼
/runtime/moonriver/tests/integration_test.rs 99.34% (+0.01%) 🔼

Coverage generated Thu Sep 11 09:34:37 UTC 2025

github-actions[bot] avatar Sep 10 '25 16:09 github-actions[bot]