This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
ReapedAcccount
event is spammed when multiple transactions are placed in the same block
#4402
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
Milestone
Take a look at Kusama CC-3 Block here:
https://polkadot.js.org/apps/#/explorer/query/0x3cf167740da9aac3559a95247cb015d2324fd259e9a12da570a8b782bca04909
In this block, a user submits multiple transactions which transfers their full balance. All but the first transaction failed (good).
However, you can see that the
ReapedAccount
event was emitted multiple times, when it should only really be emitted once here.We should improve this.
The text was updated successfully, but these errors were encountered: