Skip to content

Feat/add xcm runtime apis #2407

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b252e32
first xcm test
enddynayn May 3, 2025
af15e65
change
enddynayn May 3, 2025
1abda0e
change
enddynayn May 5, 2025
a069633
change
enddynayn May 6, 2025
d7cf449
change
enddynayn May 6, 2025
0f321e1
change
enddynayn May 8, 2025
f0e1305
rm excess
enddynayn May 8, 2025
99a8a10
change
enddynayn May 8, 2025
a2cd556
chanage
enddynayn May 9, 2025
f6be245
change
enddynayn May 9, 2025
376080e
wip(bridging): integrate xcm-runtime-apis for enhanced XCM functionality
mattheworris May 12, 2025
64cf58f
test
enddynayn May 12, 2025
44bdb50
changes
enddynayn May 14, 2025
2dd6dd2
change
enddynayn May 14, 2025
cf19ade
vs code stuff
enddynayn May 14, 2025
017cad3
change
enddynayn May 15, 2025
f90e99b
Merge branch 'feat/xcm-config-emulated-integration-test' of github.co…
mattheworris May 15, 2025
0cb3570
fix: make format
mattheworris May 15, 2025
0e65911
refactor: clean up imports and improve code readability
mattheworris May 16, 2025
2c75a9f
feat: add fee estimation and mock tests for XCM functionality
mattheworris May 19, 2025
2628d34
Remove Westend network references from Cargo.toml and add local bridg…
mattheworris May 19, 2025
a59db09
feat: enhance fee estimation logic and improve test structure
mattheworris May 19, 2025
42125d3
refactor: add bridging test in Makefile
mattheworris May 21, 2025
4516117
fix: add specific feature branch to workflow trigger
mattheworris May 21, 2025
4ca336c
fix: unwind changes from experimental branch and minor formating
mattheworris May 21, 2025
d93f1a3
fix: remove unused ignored advisories and licenses
mattheworris May 21, 2025
c88aa53
fix: increment spec_version to 156 for runtime compatibility
mattheworris May 21, 2025
71badac
fix: update advisory reasons for RUSTSEC-2023-0091 and RUSTSEC-2024-0…
mattheworris May 21, 2025
7b3acac
fix: increment spec_version from 156 to 159 for runtime updates
mattheworris May 21, 2025
c4b7d9d
fix: change visibility of xcm_config and xcm_queue modules to private
mattheworris May 21, 2025
1ca321b
Refactor XCM tests and structure
mattheworris May 22, 2025
79e386f
fix: make format
mattheworris May 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- "*-development" # Feature Branches should suffix with -development
- "feat/eth-bridging-development" # This feature branch isn't matching the above pattern??
env:
BIN_DIR: target/release
PR_LABEL_METADATA_CHANGED: metadata-changed
Expand Down
Loading
Loading