Daniil Polyakov

Results 26 issues of 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...

Bug
iroha2
Refactor
Security

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...

iroha2
api-changes
Refactor
Security
Red

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...

good first issue
iroha2
Refactor
Yellow

Originaly proposed by @appetrosyan, see [this comment](https://github.com/hyperledger/iroha/pull/2582#issuecomment-1202977420)

good first issue
iroha2

After the merge of #2582 we will broke multisignature mechanism. It was working because of signature checking mistake (see #2580).

iroha2
Epic
Security

The `bool` inside the returning `Result` from `Transaction::check_signature_condition()` should be checked

Bug
iroha2
Security

### 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...

Bug
iroha2
CI

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...

Bug
iroha2
CI