Harald Heckmann
Harald Heckmann
*Oopsie, wrong branch name* Removes the relay chain spec file since it is included in the binary now, optimizes the script and updates the relay chain docker image.
A native IPFS client can be included into the Zeitgeist node, which can be used to pin all the market data, leading to more redundancy and a higher bandwidth. More...
Currently there is a minimum bond of about $40 required to create a market. One argument why someone should create a market is because the gained insight directly affects the...
Once the authorized origin has reported the outcome, no more disputes should be added and the `DisputePeriod` should be replaced by another lower value. The value should be something that...
Currently many of the configuration values of the prediction market protocol (including surrounding pallets like swaps) can only be changed via a runtime upgrade. For example, the governance body cannot...
Verify the benchmark logic for every Zeitgeist pallet currently in use: - [ ] authorized - [ ] prediction-markets - [ ] swaps In addition to that, resolve [weight related...
**Issue** Currently the resolution of a market has an high complexity, because for every asset for the market in question, the system iterates over every existing account and over every...
There are some calls which are dangerous like `system.SetCode` and `system.setCodeWithoutChecks`, which will work in standalone chains but will break the parachain once called by root (democracy). There are also...
With https://github.com/zeitgeistpm/zeitgeist/pull/711 pools are now closed until the market starts. A nice improvement would be to allow to collaboratively add liquidity without a lower bound to that pool until the...