ChristoferVikstroem / FaTS

An open-source repository for a smart contract implementation in the KTH course DD2485.
MIT License
1 stars 0 forks source link

Lab Feedback #25

Closed ChristoferVikstroem closed 9 months ago

ChristoferVikstroem commented 9 months ago

Employee struct: Implement more information (gender and other potentially relevant information)

Less gas: Don't write; RegistryRight storage r = registryRights[companyKey]; Instead, use registryRights[companyKey] on each r-invokation. Implement this for all cases where this is relevant.