Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
5981a95
[westend] Remove pallet_treasury from RC and clean up satellite match…
sigurpol Apr 14, 2026
3a39079
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] Apr 14, 2026
a1eb5a1
WAH: reintroduce reward pool test
sigurpol Apr 14, 2026
d3feae8
WAH: remove treasury tests
sigurpol Apr 14, 2026
6970ddb
[westend collective] reintroduce fellowship treasury integration tests
sigurpol Apr 14, 2026
418a59a
add migrations for all system chains
sigurpol Apr 15, 2026
942ab92
Merge remote-tracking branch 'origin/master' into sigurpol-cleanup-we…
sigurpol Apr 15, 2026
5c17949
WAH: remove emulated test against reward pool and replace with unit test
sigurpol Apr 15, 2026
72de466
WAH: Remove dead pluralistic-origin wiring from xcm_config
sigurpol Apr 15, 2026
af5b102
fix review comments
sigurpol Apr 15, 2026
11c774a
dap-satellite migration: Preservation::Expendable -> Preserve
sigurpol Apr 15, 2026
23ca7f4
Merge branch 'master' into sigurpol-cleanup-westend-treasury-accounts
sigurpol Apr 15, 2026
232d248
Merge branch 'master' into sigurpol-cleanup-westend-treasury-accounts
sigurpol Apr 16, 2026
be49d09
fix governance_authorize_upgrade_works
sigurpol Apr 16, 2026
139e344
fix governance_authorize_upgrade_works for bridge-hub and collective too
sigurpol Apr 16, 2026
afbfb30
Removed OpenGov pallets from Westend relay chain post-AHM
sigurpol Apr 16, 2026
a965dd0
Revert "Removed OpenGov pallets from Westend relay chain post-AHM"
sigurpol Apr 16, 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: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ decl_test_relay_chains! {
XcmPallet: westend_runtime::XcmPallet,
Sudo: westend_runtime::Sudo,
Balances: westend_runtime::Balances,
Treasury: westend_runtime::Treasury,
AssetRate: westend_runtime::AssetRate,
Hrmp: westend_runtime::Hrmp,
Identity: westend_runtime::Identity,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ mod imports {
westend_emulated_chain::{
genesis::ED as WESTEND_ED,
westend_runtime::{
governance::pallet_custom_origins::Origin::Treasurer,
xcm_config::{
UniversalLocation as WestendUniversalLocation, XcmConfig as WestendXcmConfig,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ mod fellowship_treasury;
mod foreign_assets;
mod hybrid_transfers;
mod reserve_transfer;
mod reward_pool;
mod send;
mod set_asset_claimer;
mod set_xcm_versions;
mod swap;
mod teleport;
mod transact;
mod transfer_assets_validation;
mod treasury;
Comment thread
sigurpol marked this conversation as resolved.
mod xcm_fee_estimation;

#[macro_export]
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ mod imports {
coretime_westend_emulated_chain::CoretimeWestendParaPallet as CoretimeWestendPallet,
penpal_emulated_chain::{PenpalAssetOwner, PenpalBParaPallet as PenpalBPallet},
people_westend_emulated_chain::PeopleWestendParaPallet as PeopleWestendPallet,
westend_emulated_chain::{
genesis::ED as WESTEND_ED,
westend_runtime::{
governance as westend_governance, OriginCaller as WestendOriginCaller,
},
WestendRelayPallet as WestendPallet,
},
westend_emulated_chain::{genesis::ED as WESTEND_ED, WestendRelayPallet as WestendPallet},
AssetHubWestendPara as AssetHubWestend,
AssetHubWestendParaReceiver as AssetHubWestendReceiver,
AssetHubWestendParaSender as AssetHubWestendSender,
Expand Down
Loading
Loading