makerdao / token-auction

Continuous Splitting Token Auction
GNU Affero General Public License v3.0
21 stars 21 forks source link

Gas cost analysis #27

Closed rainbreak closed 8 years ago

rainbreak commented 8 years ago

Add tests/gas.sol and use logs_gas to get a gas cost estimate of public functions:

Useful for keepers. Will give us a clue about possible auction dynamics and how much value an auction needs to be selling to be worthwhile.

rainbreak commented 8 years ago

Closed by #28