mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 16:47:57 +00:00
1fb058b791
Closes #4308 Polkadot address: 12gMhxHw8QjEwLQvnqsmMVY1z5gFa54vND74aMUbhhwN6mJR --------- Co-authored-by: command-bot <> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
20 lines
594 B
Plaintext
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
|