Harald Heckmann

Results 68 comments of Harald Heckmann

I am wondering why we need the `Authorized` enum as proposed above. Shouldn't it be sufficient to set the `AuthorizedDisputeResolutionOrigin` config value in the runtime to the allowed origins and...

> @sea212 please merge master. @bkchr Rebased the branch onto main and squashed some commits together. You can [compare](https://github.com/paritytech/substrate/compare/master...sea212:substrate:1423d497c78d96cda2c1c58adf71cb4482d122b0) that only the commits from Substrate were rebased unmodified onto main...

Since some big changes in `pallet-balances` were introduced on main, this PR probably needs a review again. Essentially everything stayed the same, but now the lock `Reason` is ignored in...

Does anyone know what is going on here in regards to the CI? If I run the command locally all tests pass. The changes in this PR are even not...

Mergify is installed in this repo: ![image](https://github.com/zeitgeistpm/zeitgeist/assets/15378334/5c0c9f9f-c630-4844-81a9-a9c91500c9b2)

@maltekliemann Can you finalize this PR?

Is there a way to use anything else than `MultiLocation` as `AssetId`? One pallet used to allow transaction fee payment with assets is a standard Substrate frame pallet [`pallet-asset-tx-payment`](https://github.com/paritytech/polkadot-sdk/tree/832570545b0311f533499ead57d764a2bc04145c/substrate/frame/transaction-payment/asset-tx-payment). In...