:bug: Add test to reproduce the LiquidityRestrictions issue
TODO
Origins from https://github.com/moonbeam-foundation/moonbeam/issues/3242
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) ⚠️
[!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.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein 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.
Comment @coderabbitai help to get the list of available commands and usage tips.
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