nibbstack / erc721-validator-api

4 stars 4 forks source link

Get gas for each test case #6

Closed fulldecent closed 3 years ago

fulldecent commented 5 years ago

Vyper is working on an independent implementation of ERC-721. That's great.

They want to validate it with the Validator. That's better.

When running tests we should also output the amount of gas used for each test. This is a useful test artifact. Gas is also of particular interest in the Vyper community.

xpepermint commented 3 years ago

Implemented: https://github.com/0xcert/erc721-validator-ui/pull/6