Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix filter on Proxy pallet to allow all extrinsics if ProxyType::Any (#…
…945) There is a filter on ProxyType::Any to remove the ability to do anything. This changes it to the intended purpose, to allow any. This was changed to false on 9/12/21 in this commit: 9c18e2b It should be set to true as the intent of ProxyType::Any is to allow all. It can be seen set to any in other chain implementations: https://github.com/moonbeam-foundation/moonbeam/blob/f99b3ef04c560ab47ad7d569d968808a040a0cd0/runtime/moonbeam/src/lib.rs#L1016 https://github.com/paritytech/substrate/blob/033d4e86cc7eff0066cd376b9375f815761d653c/bin/node/runtime/src/lib.rs#L372 ## Checklist before requesting a review - [x] I have performed a self-review of my code. - [x] If it is a core feature, I have added thorough tests. - [x] I removed all Clippy and Formatting Warnings. - [x] I added required Copyrights.
- Loading branch information