Luis Enrique Muñoz Martín
Luis Enrique Muñoz Martín
So, as an overview, we should divide `cfg-types` in: - general purpose types, in `cfg_utils`. - centrifuge-related types, in `runtime-common/types`
Tell me what you think @wischli
@mustermeiszer this issue depends on `ChangeGuard`, right?
Going further with this idea. I think it's a good change independently of the storage optimization. It's very easy to configure a wrong rate per year (a value with a...
That is just the kind of rate that generates an error in `interest-accrual` because it has more than 4 decimals != 0. So the type level solution above will protect...
Mmm... 🤔 until I know it is working like so. Should we open an issue to track this? Only remind that later the "rate per sec" used has the following...
See this comment: https://github.com/centrifuge/centrifuge-chain/pull/1396#discussion_r1226628680 to reduce significantly the boilerplate required for this.
What's the idea of getting this merged too? Is implementing the foreign trait for `pallet-investment` using the same currency for foreign and pool?
Ok, then what I said in my previous message I think, makes no sense. I thought the issue was referred to another thing 😅.
@offerijns I don't fully understand this change. Why it's needed?