-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add proxy pallet #5122
Add proxy pallet #5122
Conversation
mnaamani
commented
Apr 1, 2024
•
edited
Loading
edited
- Add the substrate proxy pallet to joystream runtime
- Temporary weight generation for pallet
- Generate chain metadata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
} | ||
impl InstanceFilter<RuntimeCall> for ProxyType { | ||
fn filter(&self, c: &RuntimeCall) -> bool { | ||
match self { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a Referendum
proxy type?
It would allow calling only:
referendum.vote
referendum.revealVote
referendum.releaseVoteStake
TheGovernance
type is a bit more extensive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 2a2304b