-
Notifications
You must be signed in to change notification settings - Fork 335
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
Fix Delegation through Proxy Pallet #2533
Conversation
Coverage generated "Thu Oct 19 10:05:42 UTC 2023": Master coverage: 79.91% |
@ahmadkaouk you need to account for 1 more db read in the weights for proxy.proxy in file |
@librelois Is it necessary? I believe the filter check is performed in |
Yes it's necessary, because the filter is re-executed in the block execution (all transaction validation checks are redone during block execution, to ensure that the block contains only valid transactions). |
@ahmadkaouk can you add a reminder message in the script |
What does it do?
What important points reviewers should know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
What value does it bring to the blockchain users?