Luis Enrique Muñoz Martín
Luis Enrique Muñoz Martín
Two considerations about this: - `MaxRateCount` can not be `MaxActiveLoansPerPool` since one filled pool will block other pools to have more rates. - `MaxRateCount` still needs a well-defined limit (by...
Important details over how to know the `MaxRateCount`: https://github.com/centrifuge/centrifuge-chain/pull/1658#discussion_r1438163516
Is currently the runtime weights generation a manual process? Or do we have some special job when the branch is `release-*`?
Ok, I see...
@mustermeiszer, what's the state of this issue? Do we want to keep the same behavior? if we do, it's something required for the current loan refactor o can it be...
Pending discussion about this: https://github.com/centrifuge/centrifuge-chain/pull/1248#discussion_r1134225639
Regarding the last conversation, I see this as follows: ```rust trait ValuablePortfolio { type PoolId; type Balance; // The implementor of this (pool-system) should: // - Override the valuation with...
> for Pool of pools Could you expand this? Is this a future work?
Updated in this [slack thread](https://kflabs.slack.com/archives/C04GJQAM9P0/p1690476849895319?thread_ts=1690218749.245679&cid=C04GJQAM9P0)
Hi, is this change expected to be merged soon?