maxonrow / maxonrow-go

Maxonrow Blockchain
https://www.maxonrow.com/
5 stars 6 forks source link

Enhancement make Max Length of Endorser list configurable #179

Closed yenkhoon closed 4 years ago

yenkhoon commented 4 years ago
b00f commented 4 years ago

@jeansoonsik and @carlo-chung

Imagine, a person send a spam transaction with thousands of endorser's address, We can easily revoke his KYC. We have mechanism to prevent the spamming in our blockchain. This extra check is just make our NFT more sophisticated and hard to maintain.

carlo-chung commented 4 years ago

We set maximum length for many things in our blockchain, e.g. name, properties, metadata, etc, for the same reason, an endorser list needs to have a maximum length too. Under a governed blockchain, even though we have a revoke KYC function, that doesn't imply we don't control the limits. Furthermore, this is a good feature for some business use cases.

yenkhoon commented 4 years ago

Do we need a limit for maintenance to set the endorser list limit?