hyperledger / iroha

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

Rename `Upgrade::new` into `Upgrade::executor` #4511

Open mversic opened 2 months ago

mversic commented 2 months ago

Upgrade::new is very vague. Either rename it into Upgrade::executor or UpgradeExecutor::new. The assumption here is that there will be other things to upgrade, not only executor. Is this correct?

PanGan21 commented 2 months ago

Hi is this issue still open to contributions?