Skip to content
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

pallet-assets: make touch other permissionless #7456

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gui1117
Copy link
Contributor

@gui1117 gui1117 commented Feb 5, 2025

Fix #7450

Pallet assets don't have the assumption that Admin and Freezer are trusted by the chain, so I don't see any security concern from this change.

The only difference I see is that people can create more account with 0 balance for a given asset, whereas in the past only privileged role could do it (privileged from the point of view of the asset, not the chain).

That said maybe this is not the actual fix we want, maybe it would be better to have accounts being able to increase their MaxConsumers value by adding some deposit.

@gui1117 gui1117 requested a review from a team as a code owner February 5, 2025 02:19
@gui1117 gui1117 added the T2-pallets This PR/Issue is related to a particular pallet. label Feb 5, 2025
prdoc/pr_7456.prdoc Outdated Show resolved Hide resolved
@paritytech paritytech deleted a comment from github-actions bot Feb 5, 2025
@paritytech paritytech deleted a comment from github-actions bot Feb 5, 2025
Copy link
Contributor

@alistair-singh alistair-singh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@alistair-singh
Copy link
Contributor

Fixes: #6648

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T2-pallets This PR/Issue is related to a particular pallet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow touch_other() from any account
2 participants