hyperledger / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
434 stars 277 forks source link

[suggestion] Offer only predefined set of signature check conditions #3526

Closed mversic closed 1 year ago

mversic commented 1 year ago

Related to #3088

The issue is described in the previous ticket. We have to make sure that our signature check conditions are valid and don't suffer from halting problem

DCNick3 commented 1 year ago

AFAIU, it would be enough to support two options:

mversic commented 1 year ago

require all the signatures from the account's signatory (corresponding to the default SignatureCheckCondition)

or a subset of all account's signatories