Luis Enrique Muñoz Martín

Results 204 comments of Luis Enrique Muñoz Martín

Yeah, with several values we have that issue. To avoid choosing between an overhead (example 1) or complexity (example 2) solution, could we agree directly on all values or reject...

I think this task collides with `FudgeHandle` from https://github.com/centrifuge/centrifuge-chain/pull/1588. Ideas from `FudgeHandle` can be added here, and finally, remove the `FudgeHandle` or simplify it a lot in the centrifuge side

This task would be much easier if first we do https://github.com/centrifuge/fudge/issues/68

> The api should provide the possibilities to call a node to retrieve the latest available nav I would say this is done just reading the portfolio state. > The...

Ok, if you want a portfolio updated at the moment of the call, then it requires a RtAPI

I think what Frederik says is a portfolio fetched with values computed using `now()` instead of computed using the time the last portfolio was computed on-chain. But in any case...

Currently, `pallet-anchors` benchmarks don't find some hashes in the benchmarks, increasing the measured weights. This is not a security issue, but we are adding more weight than is needed. We...

What's the state of this issue?

Ok, so if we make the benchmarks variable dependent on the current rate count instead, we can close this issue, right? Could this issue partially overlap with #1317?