Malte Kliemann
Malte Kliemann
Based on a disccusion with @Robiquet. When destroying a market, we should consider keeping the pool of the market alive, using the funds from the market account to refund everybody's...
It is generally advisable to add a _catch-all_ token to most markets. For example: "Who will win the match?" has four tokens: TEAMA, TEAMB, TIE, NONE (the catch-all), the last...
Creating a market that runs for ten years should require some kind of a storage bond. This should be the case for both advised and permissionless markets.
I'm using `orml_currencies` to handle multiple currencies alongside a native currency, and I'm trying to call `NamedReservableCurrency::slash_reserved_named` on the native currency (so that I get the negative imbalance caused by...
A _whitelisted_ account is an account whose dust will not be collected even if it's balances is below the existential deposit or zero. [orml_tokens](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens) implements whitelisted accounts using a `DustRemovalWhitelist`...
### What does it do? Prevents `ResolveOrigin` from using `report` to report a market and removes the corresponding test. ### What important points should reviewers know? ### Is there something...
### What does it do? - Tests `admin_move_market_to_resolved` with disputed markets. - Removes test `it_resolves_a_disputed_market` involving `simple_disputes`. - Moves `it_resolves_a_disputed_court_market` to integration tests. - Uses more granular origins for testing....
### What does it do? Migrates markets from their old version (including no market ID) to the new version (from branch `mkl-market-id`). ### What important points should reviewers know? ###...
It's a bad sign that it's impossible for us to retreive the assets that are traded in a particular market, given the `market_id`. List of possible solutions: - Add `assets`...