Files
pezkuwi-subxt/prdoc/pr_4312.prdoc
T
Pablo Andrés Dorado Suárez 1fb058b791 Assets Events for Deposited and Withdrawn (#4312)
Closes #4308

Polkadot address: 12gMhxHw8QjEwLQvnqsmMVY1z5gFa54vND74aMUbhhwN6mJR

---------

Co-authored-by: command-bot <>
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
2024-04-30 05:06:17 +00:00

20 lines
594 B
Plaintext

title: Add `Deposited`/`Withdrawn` events for `pallet-assets`
doc:
- audience: Runtime Dev
description: |
New events were added to `pallet-assets`: `Deposited` and `Withdrawn`. Make sure
to cover those events on tests if necessary.
- audience: Runtime User
description: |
New events were added to `pallet-assets`: `Deposited` and `Withdrawn`. These indicate
a change in the balance of an account.
crates:
- name: pallet-assets
bump: minor
- name: pallet-asset-tx-payment
bump: minor
- name: pallet-asset-conversion-tx-payment
bump: minor