AxLabs / grantshares-contracts

GrantShares: Smart Contracts 🌱
Apache License 2.0
5 stars 2 forks source link

Remove the old contract code #35

Closed csmuller closed 2 years ago

csmuller commented 2 years ago

Because the update mechanism from old to new contract code is tested in the tests, all contract classes are duplicated. There is an Old version of all contract classes. Since the update was successfully executed on chain, we can now safely remove the old classes and remove (or comment) the tests that were specifically written for this update.