Harald Heckmann

Results 95 issues of Harald Heckmann

Currently `distribute_pool_share_rewards` assumes that only one outcome asset will remain as the resolved outcome. It should be aware of scalar pools and in case of scalar pool should: - burn...

p:medium
t:enhancement

The actual tag that a parachain node docker image is build upon is not to [DockerHub](https://hub.docker.com/r/zeitgeistpm/zeitgeist-node-parachain). This makes it difficult to select an image based on a specific zeitgeist node...

p:low
t:maintenance

Currently we have to execute the complete benchmark of the runtime and include the result weights manually, whenever a release contains a codebase upgrade. We already have a [workflow to...

p:medium
t:enhancement

[The workflow that contains the job to execute the fuzz tests](https://github.com/zeitgeistpm/zeitgeist/blob/51c79db9f44a6d8491b2b398b911466fa32e58df/.github/workflows/rust.yml) should be extended to [collect test coverage data](https://rust-fuzz.github.io/book/cargo-fuzz/coverage.html#generate-code-coverage-data) during the *fuzz* job. Another step within the *fuzz* job should...

p:low
t:enhancement

[The workflow that contains the job to execute the tests](https://github.com/zeitgeistpm/zeitgeist/blob/51c79db9f44a6d8491b2b398b911466fa32e58df/.github/workflows/rust.yml) should be extended to [collect test coverage data](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/instrument-coverage.html#test-coverage) during the *test* job. Another step within the *test* job should [create...

p:low
t:enhancement

After @Robiquet reported the problem of invoking the `getSpotPrices` rpc for scalar market to me, I was also unable to invoke it correctly. It seems to be impossible to invoke...

p:medium
t:maintenance
l:M

Fixes #12276 This PR adds two events to the balances pallet, namely: ```rust /// Some free balance was locked out from specific operations. Locked { who: T::AccountId, amount: T::Balance, reason:...

A0-please_review
C1-low
D1-audited 👍
B1-note_worthy
T1-runtime

**What is requested?** Whenever some balance is locked or unlocked, a corresponding event `Locked` or `Unlocked` should be emitted. **What problem would it solve?** The events in the balances pallet...

I8-enhancement 🎁
Z1-mentor
Q2-easy

Using native execution leads to more specific error descriptions and a backtrace that pinpoints the line that caused the error

s:review-needed