Skip to content

Commit

Permalink
Fellowship Proxy to include more pallets (polkadot-fellows#454)
Browse files Browse the repository at this point in the history
Changes:
- Adds the FellowshipCore and Salary pallets to the Fellowship proxy
type.

---------

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
ggwpez and fellowship-merge-bot[bot] authored Sep 12, 2024
1 parent 24bd45f commit e6b9132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed

- Allow signed origins to send arbitrary XCMs from some system chains ([polkadot-fellows/runtimes#407](https://github.com/polkadot-fellows/runtimes/pull/407))
- Include the Core and Salary pallets into the Fellowship proxy ([polkadot-fellows/runtimes#454](https://github.com/polkadot-fellows/runtimes/pull/454))

### Fixed

Expand Down
2 changes: 2 additions & 0 deletions system-parachains/collectives/collectives-polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
c,
RuntimeCall::FellowshipCollective { .. } |
RuntimeCall::FellowshipReferenda { .. } |
RuntimeCall::FellowshipCore { .. } |
RuntimeCall::FellowshipSalary { .. } |
RuntimeCall::Utility { .. } |
RuntimeCall::Multisig { .. }
),
Expand Down

0 comments on commit e6b9132

Please sign in to comment.