issues
search
groLabs
/
GSquared
GNU General Public License v3.0
1
stars
0
forks
source link
[feat] - Tranche Tokens refactoring
#90
Closed
SHAKOTN
closed
1 year ago
SHAKOTN
commented
1 year ago
What's done at this stage:
Remove migrations completely
Now each Gtoken keeps track of it's USD balance instead of
trancheBalances
storage array in GTranche
Passing
trancheTotalyValue
to burn/mint token functions so token balance is updated every time
Numerous tests fixes and fixtures adjustments
What's done at this stage:
trancheBalances
storage array in GTranchetrancheTotalyValue
to burn/mint token functions so token balance is updated every time