Harald Heckmann

Results 95 issues of Harald Heckmann

# Release Checklist This is the release checklist for Zeitgeist v0.5.2. All following checks should be completed before publishing a new release of the Zeitgeist runtime or client. ## Runtime...

p:high
t:maintenance

Try-Runtime now uses a [standalone client](https://github.com/paritytech/try-runtime-cli). [The CI](https://github.com/zeitgeistpm/zeitgeist/blob/7000c0d6373087cb209fe628f9ae01e91edf22e7/.github/workflows/try-runtime.yml) must be adjusted to that. The [Try Runtime](https://github.com/marketplace/actions/try-runtime) GitHub Action can be used for that.

p:high
t:maintenance
l:S

When the code within a PR from a forked repository needs to be benchmarked, the check whether new commits arrived during the benchmark workflow returns true and cancels the workflow,...

p:low
t:maintenance

Currently the results of the benchmarks are not verified. Consequently, we have no way to know whether the expected benchmark behavior is equal to the actual benchmark behavior, eventually deriving...

p:high
t:enhancement

The following code requires an update to a new API, but it depends on https://github.com/Moonsong-Labs/moonkit/pull/14 which is only available starting from `polkadot-v1.3.0`: https://github.com/zeitgeistpm/zeitgeist/blob/6f94464b54cc2bacf47aaeefae08bc2501b9ccb6/node/src/service/service_parachain.rs#L28-L33 https://github.com/zeitgeistpm/zeitgeist/blob/6f94464b54cc2bacf47aaeefae08bc2501b9ccb6/node/src/service/service_parachain.rs#L426-L428 https://github.com/zeitgeistpm/zeitgeist/blob/6f94464b54cc2bacf47aaeefae08bc2501b9ccb6/node/src/service/service_parachain.rs#L442-L444

p:high
t:maintenance

The file at [runtime/battery-station/src/integration_tests/xcm/genesis/rococo.rs](https://github.com/zeitgeistpm/zeitgeist/blob/60e97754d7ef7bea5a94e915f3d2216ec733f199/runtime/battery-station/src/integration_tests/xcm/genesis/rococo.rs) should be replaced by [rococo-emulated-chain](https://github.com/paritytech/polkadot-sdk/tree/release-polkadot-v1.4.0/cumulus/parachains/integration-tests/emulated/chains/relays/rococo) after an update to `polkadot-v1.4.0` or later.

p:low
t:maintenance

# Release Checklist This is the release checklist for Zeitgeist v0.5.1. All following checks should be completed before publishing a new release of the Zeitgeist runtime or client. ## Runtime...

p:high
t:maintenance

**Pools** Currently a pool is only set as stale and never removed. Every pool that every existed will persist in storage for all time. This is the same for markets....

p:low
t:enhancement

Currently the Battery Station runtime and Zeitgeist runtime crate contain an almost identical integration test module which can most likely be deduplicated significantly. In addition to that, most of the...

p:low
t:maintenance
l:M

The [orml-asset-registry](https://github.com/open-web3-stack/open-runtime-module-library/tree/master/asset-registry) pallet does already include a `runtime-benchmarks` feature, but no benchmark logic yet. Once the benchmark logic is available, register the benchmark and add custom weights for `AssetRegistry`. Rating...

p:low
t:enhancement