Skip to content
Open
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
8180033
revert: :fire: delete XCM tests
manuelmauro Feb 26, 2026
a103a4d
refactor: :recycle: rewirte XCM test suite
manuelmauro Feb 26, 2026
dfc1ccc
test: :white_check_mark: add more xcm-emulator tests
manuelmauro Feb 26, 2026
c5e013b
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Mar 2, 2026
7ce4aee
feat: :sparkles: use force-xcm-processor feature
manuelmauro Mar 3, 2026
9c0c922
test: strengthen xcm emulator test assertions
manuelmauro Mar 3, 2026
c93f511
test: restore legacy xcm_tests alongside new test suites
manuelmauro Mar 3, 2026
7344a91
test: restore legacy xcm_tests for moonbase and moonriver
manuelmauro Mar 3, 2026
c72d356
test: add 12 new xcm emulator tests (transact + transfer)
manuelmauro Mar 3, 2026
dbddfc7
test: add para-to-para signed transact tests
manuelmauro Mar 3, 2026
d315c0d
test: add EthereumXcm transact tests (para-to-para)
manuelmauro Mar 3, 2026
b8cbc6d
test: add native GLMR para-to-para transfer tests
manuelmauro Mar 3, 2026
c64e558
docs: add XCM emulator test coverage reference
manuelmauro Mar 3, 2026
2fea7f9
test: fix failing barrier test and add missing xcm config tests
manuelmauro Mar 6, 2026
b63ff7b
test: add multi-hop, remote-reserve, and versioning emulator tests
manuelmauro Mar 6, 2026
c0582a7
Merge remote-tracking branch 'origin/master' into manuel/refactor-xcm…
manuelmauro Mar 6, 2026
3a63dbf
chore: remove local polkadot-sdk patch and force-xcm-processor feature
manuelmauro Mar 6, 2026
5e30d29
test: add Asset Hub Westend to xcm-emulator network
manuelmauro Mar 6, 2026
b8c63ef
refactor: remove ParaCPara in favor of Asset Hub
manuelmauro Mar 6, 2026
bfa42c1
test: add xcm-emulator suites for moonriver and moonbase
manuelmauro Mar 6, 2026
c875486
Merge remote-tracking branch 'origin/master' into manuel/refactor-xcm…
manuelmauro Mar 6, 2026
a357252
refactor: remove legacy xcm_mock and xcm_tests.rs
manuelmauro Mar 6, 2026
5b129de
cleanup: remove unused functions and constants from xcm_integration_t…
manuelmauro Mar 6, 2026
f748adf
style: :art: fmt
manuelmauro Mar 6, 2026
19f9625
cleanup: remove COVERAGE.md files
manuelmauro Mar 6, 2026
09201b4
Merge remote-tracking branch 'origin' into manuel/refactor-xcm-tests
manuelmauro Mar 9, 2026
c297c28
docs: :fire: remove ADR
manuelmauro Mar 9, 2026
bbdb73a
fix: replace broken WithComputedOrigin depth limit test with proper b…
manuelmauro Mar 9, 2026
f0cde78
fix: split sibling sovereign account test to match actual behavior
manuelmauro Mar 9, 2026
bc11fd3
fix: replace no-op location pattern test with a real assertion
manuelmauro Mar 9, 2026
2e97c66
cleanup: deduplicate shared constants across xcm test files
manuelmauro Mar 9, 2026
2421b8f
fix: make reserves_accepts_self_reserve actually test the reserve filter
manuelmauro Mar 9, 2026
fe86a4c
fix: test IsTeleporter from config instead of hardcoded ()
manuelmauro Mar 9, 2026
996c2f2
style: rename test modules and files to idiomatic Rust conventions
manuelmauro Mar 9, 2026
7c74f19
test: add missing xcm_config tests to fully cover xcm_integration gaps
manuelmauro Mar 9, 2026
3378765
refactor: remove xcm_integration (xcm-simulator) test suite
manuelmauro Mar 9, 2026
69c49e5
fix: strengthen trader refund test to assert Some, native asset id, a…
manuelmauro Mar 9, 2026
9f0dad4
fix: use typed ParaLifecycle::Parachain instead of hardcoded 2u8 in r…
manuelmauro Mar 9, 2026
375788b
fix: assert reserves through IsReserve to verify runtime wiring
manuelmauro Mar 9, 2026
d2a7123
fix: assert foreign asset balance changes in deposit and withdraw tra…
manuelmauro Mar 9, 2026
4ffcd04
fix(xcm-tests): use distinct recipient in no-proxy negative test
manuelmauro Mar 10, 2026
7a902b9
fix(xcm-tests): replace query_xcm_weight with query_delivery_fees in …
manuelmauro Mar 10, 2026
f34d555
fix(xcm-tests): check two distinct pallets in safe_call_filter_allows…
manuelmauro Mar 10, 2026
5bf1299
docs(xcm-tests): fix stale 'Moonbase' references in module doc comments
manuelmauro Mar 10, 2026
d71c15c
fix(xcm-tests): assert first buy_weight succeeds in cannot_buy_weight…
manuelmauro Mar 10, 2026
69857f3
fix(xcm-tests): rename MOONBEAM_PARA_ID to match runtime under test
manuelmauro Mar 12, 2026
af03f06
fix(xcm-tests): replace as_u128() with try_into().unwrap() for U256 c…
manuelmauro Mar 12, 2026
db0ce43
docs(xcm-tests): fix copyright headers to say Moonbeam Foundation
manuelmauro Mar 12, 2026
78b2e53
docs(xcm-tests): fix endowment comment to reflect WND 12-decimal value
manuelmauro Mar 12, 2026
3673aac
fix(xcm-tests): derive and assert Westend pallet indices via PalletIn…
manuelmauro Mar 12, 2026
2f9945b
fix(xcm-tests): assert native balance is zero after burn_from in drai…
manuelmauro Mar 12, 2026
574866e
docs(xcm-tests): fix pallet_balances index comment in moonbase transfers
manuelmauro Mar 12, 2026
1b0bde2
docs(xcm-tests): fix asset_hub_genesis endowment comment
manuelmauro Mar 12, 2026
85176e7
docs(xcm-tests): fix Reserves doc comments in moonbase and moonriver
manuelmauro Mar 12, 2026
90d11b6
Merge remote-tracking branch 'origin/master' into manuel/refactor-xcm…
manuelmauro Mar 17, 2026
f4f65f8
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Mar 18, 2026
e318475
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Mar 20, 2026
8da5ff6
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Mar 31, 2026
1db0d07
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Apr 3, 2026
583cbfe
chore: update Cargo.lock after merge conflict resolution
manuelmauro Apr 3, 2026
845db39
fix: pin alloy crates to v1.6.3 for MSRV compat and allow LGPL-3.0-or…
manuelmauro Apr 3, 2026
d4b3b10
fix: update XcmPaymentApi from V1 to V2 in versioning tests
manuelmauro Apr 3, 2026
a20e29a
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Apr 15, 2026
c5c4e31
fix(xcm-tests): wire Nimbus BlockProducer into xcm-emulator parachains
manuelmauro Apr 15, 2026
854b516
style: cargo fmt xcm_emulator network modules
manuelmauro Apr 15, 2026
d17c5ec
fix(xcm-tests): resolve deprecation and unused import warnings
manuelmauro Apr 16, 2026
a71db5c
docs(cherry-picks): link upstream PR for xcm-emulator BlockProducer
manuelmauro Apr 16, 2026
3776172
fix(xcm-tests): wire genesis state for xcm-emulator parachains
manuelmauro Apr 16, 2026
1605eb7
Merge remote-tracking branch 'origin/master' into manuel/refactor-xcm…
manuelmauro Apr 16, 2026
206f107
docs(cherry-picks): mark xcm-emulator BlockProducer PR as merged
manuelmauro Apr 17, 2026
5672877
Merge branch 'master' into manuel/refactor-xcm-tests
manuelmauro Apr 28, 2026
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tsconfig.tsbuildinfo
skills/
.factory/
.windsurf/
.pi/

# AI Agent instruction files
CLAUDE.md
Expand Down
Loading
Loading