Gas with hyperledger Fabric? -
with ethereum, gas anti-denial of service measure. equivalent in hyperledger fabric avoid abuse of chaincode invocation transactions (invoke)? nvp expected check abuse?
from understood, there no need such gas system in hyperledger fabric.
the blockchain supposed work in "private" mode, meaning know other peers in network. easy detect malicious peer , revoke access. also, there no "mining" process, consensus rules triggered each incoming transaction. results in lighter block generation process compared bitcoin or ethereum example.
however, can still implement own custom gas system chaincode add kind of "transaction fee" before validating invoke transaction, don't think possible "mine" gas in current state of project.
Comments
Post a Comment