Shunkichi Sato
Shunkichi Sato
Besides shift & shuffle? See [discussion](https://github.com/hyperledger/iroha/pull/2124#discussion_r854453439)
### Feature request Make the CLI accept the path to the complied binary. ### Motivation The client can compose more flexible instructions than the existing ISIs with pre-evaluated expressions. ###...
## Description #### [feature] #2085: Authenticate personal accounts by ID This is a milestone for the following commit. The inclusion of the public key in the ID allows the ID...
### Feature request > 2. Open a separate issue to discuss whether we want to implement alias as part of Iroha or delegate this to external service (I would prefer...
As of f12077d35 there is a duplication between `transaction.signature.public_key` and `transaction.payload.authority.signatory`. The former could also serve as the latter role, but the problem is that `authority: AccountId` is required for...
> I think the point is the domain membership screening. > How should a new account apply for and be allowed to join a domain? > In terms of authority,...
## Description - Proof of concept for the new account, with non-essential parts omitted - There is room for optimization in actual implementation - This is in the form of...
### Feature request > 3. Open a separate issue to discuss implementation of multisig accounts ### Motivation https://github.com/hyperledger/iroha/issues/2085#issuecomment-1991254965 ### Who can help? _No response_
>  > https://blogs.oracle.com/linux/post/backporting-patches-using-git Regarding backports, my suggestion is to first make commits on the main branch and then apply them to every release branch as needed. > fixes should...
_Originally posted by @s8sato in https://github.com/hyperledger/iroha/pull/4573#discussion_r1596320435_ Define appropriate coverage measurement targets: - Numerator: - Should coverage by `p2p/tests/integration` be considered? - Denominator: - What parts of the code do not...