-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Assets pallet: Don't allow set_min_balance
when sufficient
#13510
Conversation
set_min_balance
when sufficient
bot bench $ pallet dev pallet_assets |
@jsidorenko https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2474500 was started for your command Comment |
@jsidorenko Command |
@Szegoo please merge master. |
@bkchr Merged. I think we may have to rerun the benchmark. |
bot bench $ pallet dev pallet_assets |
@jsidorenko https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2477663 was started for your command Comment |
@jsidorenko Command |
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-40/2468/1 |
…ech#13510) * Assets pallet: Don't allow set_min_balance when sufficient * fix * fix benchmark * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_assets * Update frame/assets/src/lib.rs * fix * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_assets --------- Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <git@kchr.de>
…ech#13510) * Assets pallet: Don't allow set_min_balance when sufficient * fix * fix benchmark * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_assets * Update frame/assets/src/lib.rs * fix * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_assets --------- Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <git@kchr.de>
As mentioned here we shouldn't allow asset owners to decrease the
min_balance
when the asset is marked as sufficient.