hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

Reworked proposal sharing #2085

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Signed-off-by: Mikhail Boldyrev miboldyrev@gmail.com

Description of the Change

This change avoids copying of proposal where possible and makes the shared proposal constant. Also it applies the new aliasing policy to ProposalType.

Benefits

Less copying, less chances of unintended changes to shared proposals.

Possible Drawbacks

Longer type names due to the new aliasing policy.