Alrighttt

Results 2 comments of Alrighttt

I believe making this mechanism part of dpowconfs would accomplish the same thing without having to change consensus.

I suggest we replace [the `conf` field of MmCtx](https://github.com/KomodoPlatform/komodo-defi-framework/blob/56dce19819852c0e760595efb0c5e09d4baca568/mm2src/mm2_core/src/mm_ctx.rs#L70) with a strong typed struct instead of using json::Value. This will provide compile-time validation. For example: ``` fn default_true() -> bool...