Malte Kliemann
Malte Kliemann
In particular, we can then make `MaxAssets` a config parameter.
Bit of a meta issue. When I want to test a pallet that depends on some small part of prediction-markets, I have two options: - Implement a fake version of...
Of course, there should be a required minimum. The size of the bond characterizes the oracle's commitment to the market. This solves the following problem: You create a market which...
Consider the following scenario: Someone forgets to specify a timezone on an otherwise valid permissionless market. They can later add a comment saying: "All times specified in the market description...
We currently have two types of auto-resolve, one for reported markets and one for disputed markets. Unless there's a good reason for this, we should get rid of this and...
We're double/triple/quadruple-booking the docstrings of the parameters in the runtime definitions. This is unmaintainable and quite frankly very hard to read. Let's keep the docstrings for parameters in the pallet...
(Based on a discussion with @Robiquet) Aside from tying the use of the order book to the `scoring_rule` (to ensure that other trading mechanisms can't be used), what's the point...