Vladislav

Results 4 comments of Vladislav

@xlc this logic isn't related to balances, it's just related to providers count (if the number of providers gets 0, the account gets removed). Here is the `balances` logic: https://github.com/paritytech/substrate/blob/a2fdd15c047289426e6023f393ee9172d81cc0ff/frame/balances/src/lib.rs#L675...

@xlc of course, but it will be intentional, that's why I set `ExistencialDeposit` to 0, to me It means that I want to keep all accounts, including dust accounts.

Hey @mina86, we've applied your patch, but got some tests failing (e.g. `test_view_state`) ```diff Index: core/primitives/src/views.rs IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/core/primitives/src/views.rs b/core/primitives/src/views.rs --- a/core/primitives/src/views.rs (revision...

Because loop() is like: play() sound every time it ends. And play() is like: play() once.