Harald Heckmann
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...
Solved in https://github.com/zeitgeistpm/zeitgeist/pull/1201
Mergify is installed in this repo: 
@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...