computablelabs / goest

Golang testing and sandbox for the Computable Protocol. 0xb00.
MIT License
8 stars 0 forks source link

remove initial balance from EtherToken. Change *Approval to *Allowanc… #142

Closed robrobbins closed 5 years ago

robrobbins commented 5 years ago

…e (and return bools). Update many specs.

130

135

robrobbins commented 5 years ago
robrobbins commented 5 years ago

These tickets pertain to TOB Audit issues No.3 and No.9

rgrchen commented 5 years ago

Reviewed and discussed with @robrobbins. Wanted to pressure test cryptoeconomic security by walking through a few launch scenarios and checking for unintended consequences. It’s looking good to me from that angle. Defer to @rbharath to give it a deeper look + code review.