Daniil Polyakov
Daniil Polyakov
### Description of the Change #### EvaluatesTo (#2001) * `Into EvaluatesTo` conversion now has stricter bounds which provides static type checking * For some cases there is no possibility to...
Right now `Account` stores permission tokens and roles. Roles are stored as ids, their permission tokens aren't stored at `Account`, instead they are stored in `WorldStateView`. The problem is that...
Right now we have to identify `PermissionTokens` using some constant string. It makes sense for external API, but inside Iroha it could be strong typed. If someone has something to...
Originaly proposed by @appetrosyan, see [this comment](https://github.com/hyperledger/iroha/pull/2582#issuecomment-1202977420)
After the merge of #2582 we will broke multisignature mechanism. It was working because of signature checking mistake (see #2580).
The `bool` inside the returning `Result` from `Transaction::check_signature_condition()` should be checked
### Description of the Change * Added kagami sub-command to generate valid client config * Added ci check * New config was tested with `iroha_client_cli` and it works. Current config...
After a merge of #2756 I noticed that we broke `configs/client/config.json`. And our ci didn't catch that. I suggest to add client config generation in kagami and add check with...