Closed rainbreak closed 8 years ago
Add tests/gas.sol and use logs_gas to get a gas cost estimate of public functions:
tests/gas.sol
logs_gas
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.
Closed by #28
Add
tests/gas.sol
and uselogs_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.