input-output-hk / decentralized-software-updates

Research on a decentralized software update mechanism for blockchain systems
Apache License 2.0
7 stars 2 forks source link

Do not let proposals with same version number be approved at the same time #146

Open dnadales opened 4 years ago

dnadales commented 4 years ago

At the moment we do not check that each stakeholder votes for at most one proposal with a given version number. This should be prevented to resolve any ambiguities that might result from having proposals with the same version being approved at the same time. For instance, different implementation might give different proposals different priority when they are approved at the same time and have the same version.