Jeroen
Jeroen
The only downside for this (I think): if someone wants exactly 5.333333...% (5 + 1/3rds) as an interest rate, using a u32 would make the rate application less application than...
The idea was always that interest-accrual would support all rates with 4 decimals + custom rates that can be added. Because there will be cases like the above that are...
@branan maybe you can chime in here, I can't find actual notes but I remember we discussed this.
I think for this: > EDIT: it can be known looking the second index (1) which represents the variant position, although it's still non-intuitive 🤔 We should keep it as...
> My first approach is that ActiveLoanMutations gets an entire copy of a mutated ActiveLoan (maybe MutatedActiveLoans is a better name in this case). So, the flow will be like...
> For the UI, we need some method that always returns the most updated state of the loans I think we should implement this RT API: https://github.com/centrifuge/centrifuge-chain/issues/1174 And make sure...
> The only "good" solution I found is to use a BoundedBTreeMap instead of a BoundedVec to perform faster searches in the ActiveLoans. Is there any downside to using a...
Just did a quick test and this looks great! 🔥 Left 1 nit above
> I think we can now remove the dropdown next to the input since the network is now implied by the address, buuuut @hieronx will we still need it to...
@kattylucy that was in response to Sophia's question. The dropdown is for selecting the network