Skip to content

Conversation

@TarekkMA
Copy link
Contributor

use Config::XcmExecutor inside dry_run_xcm, so we have the correct environmental setup for erc20 tokens

@coderabbitai
Copy link

coderabbitai bot commented Sep 25, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ 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 tarekkma/fix-dry-run-xcm

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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2025

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2608 KB (no changes) ✅

Moonbeam runtime: 2768 KB (-8 KB) ✅

Moonriver runtime: 2764 KB (-4 KB) ✅

Compared to latest release (runtime-3900)

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

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

Moonriver runtime: 2764 KB (+284 KB compared to latest release) ⚠️

@TarekkMA TarekkMA added B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes not-breaking Does not need to be mentioned in breaking changes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit labels Sep 25, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2025

Coverage Report

@@                     Coverage Diff                     @@
##           master   tarekkma/fix-dry-run-xcm     +/-   ##
===========================================================
  Coverage   74.55%                     74.55%   0.00%     
  Files         392                        392             
- Lines       95921                      95917      -4     
===========================================================
  Hits        71505                      71505             
- Misses      24416                      24412      -4     
Files Changed Coverage
/runtime/common/src/apis.rs 85.56% (+0.30%) 🔼

Coverage generated Fri Sep 26 13:09:12 UTC 2025

@RomarQ RomarQ merged commit 8263a7e into master Sep 26, 2025
71 of 73 checks passed
@RomarQ RomarQ deleted the tarekkma/fix-dry-run-xcm branch September 26, 2025 13:25
manuelmauro added a commit that referenced this pull request Oct 3, 2025
* fix xcm dry-run

* update Cargo.lock

* fix test

---------

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
manuelmauro added a commit that referenced this pull request Oct 3, 2025
* chore: ⬆️ update polkadot-sdk

* Fix dryRunXcm Api (#3461)

* fix xcm dry-run

* update Cargo.lock

* fix test

---------

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>

* chore: ⬆️ upgrade moonwall

---------

Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
Co-authored-by: Steve Degosserie <723552+stiiifff@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit not-breaking Does not need to be mentioned in breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Moonbeam gives Failed to transact asset in DryRun for Wormhole assets, but transaction works just fine

3 participants