SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Remove authorizedMinters #220

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Simply reject any contract where the sender public key is nil or if the recipient is the sha-256 hash of the sender public key. Also remove the authorizedMinters parameter.

Since phase 1 is centralized, there will be not real need to incentivize minting and thus not required for MVP. This will be a feature in phase 2 instead.

HarryL5004 commented 5 years ago

Completed