Harald Heckmann
Harald Heckmann
Adds a new runtime and integrates it into the client. Also fixes initial `parachainStaking.inflationConfig` at genesis.
See https://github.com/zeitgeistpm/zeitgeist/pull/750#pullrequestreview-1070073145
* **I'm submitting a ...** - [ ] Bug report - [x] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...
### What does it do? - Orderbook now uses `reserve` when the `maker_asset` supports it, otherwise an account that's unique per order is used to store the funds of the...
### What does it do? - Ensures that `XTokens` and `AssetRegistry` use the `XcmAsset` asset class. - Improves tests. ### What important points should reviewers know? ### Is there something...
### What does it do? - TBD ### What important points should reviewers know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are...
We have to automate some processes to save time: - [ ] Automatically create release draft when a new tag of the form `vX.Y.Z` is added (without any additions, i.e....
Fix benchmark workflow: It should execute the benchmark script. This way we can execute the script once per release to add new weights.
As done in [polkadot runtime](https://github.com/polkadot-fellows/runtimes/blob/94b2798b69ba6779764e20a50f056e48db78ebef/relay/polkadot/src/lib.rs#L1615-L1668)
Currently the pallet-assets instances in the runtime use a conservative `RemoveItemsLimit` configuration. Optimally configuring `RemoveItemsLimit` requires that weights for pallet-assets from the reference machine are available. Once those are available,...