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

Add xcm upm mock endpoint and tests #792

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

dimartiro
Copy link
Contributor

@dimartiro dimartiro commented Dec 23, 2024

Description

Add support for xcm upward passing messages in dancelight

  • Add mock endpoint to send upward passing messages
  • Add typescript test to check all is working ok
    • Create a bunch of utils method

@dimartiro dimartiro self-assigned this Dec 23, 2024
@dimartiro dimartiro added not-breaking Does not need to be mentioned in breaking changes B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime/client code labels Dec 23, 2024
Copy link
Contributor

github-actions bot commented Dec 23, 2024

WASM runtime size check:

Compared to target branch

dancebox runtime: 1428 KB (no changes) ✅

flashbox runtime: 824 KB (no changes) ✅

dancelight runtime: 2140 KB (no changes) ✅

container chain template simple runtime: 1124 KB (no changes) ✅

container chain template frontier runtime: 1400 KB (no changes) ✅

Copy link
Contributor

github-actions bot commented Dec 23, 2024

Coverage Report

(master)

@@                     Coverage Diff                      @@
##           master   diego-dancelight-xcm_ump      +/-   ##
============================================================
- Coverage   65.15%                     65.14%   -0.01%     
  Files         327                        327              
+ Lines       57299                      57362      +63     
============================================================
+ Hits        37330                      37364      +34     
+ Misses      19969                      19998      +29     
Files Changed Coverage
/solo-chains/node/tanssi-relay-service/src/dev_rpcs.rs 33.93% (-1.78%)
/solo-chains/node/tanssi-relay-service/src/dev_service.rs 91.69% (-0.01%)
/solo-chains/runtime/dancelight/src/lib.rs 68.11% (-0.25%)

Coverage generated Tue Dec 24 16:53:12 UTC 2024

solo-chains/runtime/dancelight/src/xcm_config.rs Outdated Show resolved Hide resolved
test/moonwall.config.json Outdated Show resolved Hide resolved
test/moonwall.config.json Outdated Show resolved Hide resolved
@dimartiro dimartiro force-pushed the diego-dancelight-xcm_ump branch from 523f47a to 82b1abc Compare December 24, 2024 13:45
@dimartiro dimartiro marked this pull request as ready for review December 24, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime/client code not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants