Chralt

Results 61 issues of Chralt

### Summary I expected an clippy error when using a specific type, which resolves to be an integer (`u128`). ### Reproducer I tried this code: ```rust pub type SpecificIntegerType =...

C-bug
I-false-negative

I always getting following language server error notifications for the `rust-analyzer`. `Request textDocument/semanticTokens/range failed.` `Request textDocument/inlayHint failed.` `Request textDocument/semanticTokens/full failed.` The Output debug print is the following. ```text Panic context:...

A-ty
S-unactionable

Fixes #654 Fixes #489 **Problem** There is no implementation for voting on multiple outcomes. **Solution** https://github.com/zeitgeistpm/zeitgeist/blob/0f197fcf68e087043dc97b494924acf7cb7bd72f/zrml/global-disputes/README.md

s:review-needed
i:spec-changed :warning:
i:transactions-changed :warning:

**Problem:** As I reviewed the changes of [Vivek's PR here](https://github.com/zeitgeistpm/zeitgeist/pull/713) I noticed, that the function looks ready for a refactoring, because there are many code paths and it's not easy...

p:low
t:enhancement

While implementing the global disputes mechanism I realised, that each new dispute only compares with the last dispute for a match, but it should compare with all disputes, if there...

p:medium
t:enhancement

The prediction market pallet works at the moment with [constant values](https://github.com/zeitgeistpm/zeitgeist/blob/314c2548f5b96738525beae43818632b50c60afe/primitives/src/constants.rs#L65-L83) as the `OracleBond`, `ValidityBond`, `AdvisoryBond` etc... Imagine the following scenario: Someone creates a permissionless market, which implies a [reserve...

p:medium
t:bug

I just waited for the fuzz tests a long time, just to get [a workflow error](https://github.com/zeitgeistpm/zeitgeist/runs/6788662220?check_suite_focus=true) in not the fuzz tests, but in clippy. Clippy should definitely come before the...

p:low
t:question

We need to introduce a named reserve for `pallet-swaps`. For example [here](https://github.com/zeitgeistpm/zeitgeist/blob/619e3e426c646e77fdfa22ae32ce795a3c81addb/zrml/swaps/src/lib.rs#L425) we should use the `reserve_named` method. _Originally posted by @maltekliemann in https://github.com/zeitgeistpm/zeitgeist/pull/629#discussion_r894446445_

p:medium
t:maintenance

Hello, I found out, that the standard template doesn't show the second key input of a StorageDoubleMap. Responses is a StorageDoubleMap with two unsigned integer keys. When I query the...

bug

Hey valuable Substrate maintainers, I found out, that the witness limits the number of deletions [here](https://github.com/paritytech/substrate/blob/23bb5a6255bbcd7ce2999044710428bc4a7a924f/frame/assets/src/functions.rs#L682), but when there are too many accounts for one asset, then a sufficiently high...

Z1-question
Z0-unconfirmed