Malte Kliemann

Results 92 comments of Malte Kliemann

Solution here is to have both: - Let's have proper unit tests which use well configured mocks. I'll try to demonstrate how to do this in substrate when testing the...

But here's an example of a component that I than can be split off easily (I think): Market account management (contains buy/sell complete set, redeem tokens). Another component would probably...

Needs more discussion now that we've got the router.

Y'know, I'm feeling more and more like scalar markets are a mistake altogether.

Needs more focus. Closing for now. A potential solution is tracked internally.

This requires more work. We're looking at a bit of a design smell here: What happens if the seed phrase of the oracle of the market is lost? Do we...

This would be solved by just getting rid of the oracle duration, which is part of the upcoming protocol simplicification.

Oh, nice one. Fails on this check: ``` match p.pool.scoring_rule { ScoringRule::CPMM => ensure!( spot_price_before { // Currently the only allowed trades are base_currency event asset. We count the //...

Was probably a bad idea.