cuteolaf

Results 12 comments of cuteolaf

I see this post on Stack Exchange, but it has been closed for some reason. https://substrate.stackexchange.com/questions/2942/how-to-fix-depositfailed-on-orml-currencies-while-benchmarking

The required balance is not deposited.

```rust fn create_account_id(suri: &'static str, n: u32) -> T::AccountId { let user = account(suri, n, SEED); let _ = ::deposit( CurrencyId::Native, &user, 1_000_000u32.into(), ); assert_eq!( ::free_balance( CurrencyId::Native, &user ), 1_000_000u32.into()...

I checked it and it's not the case.

@camfairchild @Eugene-hu @shibshib @S0AndS0

Would be good to remove zero valued items in the next runtime upgrade by storage migration.

@Rubberbandits @S0AndS0 @unconst @camfairchild @shibshib

this has been merged into the main branch already.

my bad, it's not actually merged yet. apologies for the confusion.