You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases in the Balances pallet where events are missing, which might impact systems relying on balance updates for accounting. The known cases include:
fungible trait impl for Hold/Release operations:
No events are emitted when a balance is placed on hold or released.
Burn/Mint Events for Credit/Debt drops
When Credit or Debtfungible types are dropped, the total issuance is adjusted, but no Burn or Mint events are published.
Please verify these cases and check if any other major events are missing in the Balances pallet.
The text was updated successfully, but these errors were encountered:
There are cases in the Balances pallet where events are missing, which might impact systems relying on balance updates for accounting. The known cases include:
fungible
trait impl forHold
/Release
operations:No events are emitted when a balance is placed on hold or released.
Burn
/Mint
Events forCredit
/Debt
dropsWhen
Credit
orDebt
fungible
types are dropped, the total issuance is adjusted, but noBurn
orMint
events are published.Please verify these cases and check if any other major events are missing in the Balances pallet.
The text was updated successfully, but these errors were encountered: