Consensys / ethql

A GraphQL interface to Ethereum :fire:
Apache License 2.0
622 stars 85 forks source link

Adds support for checking interface support via ERC-165 #94

Closed jonathan-buhler closed 4 years ago

jonathan-buhler commented 6 years ago

Completes #92, checks if contract supports ERC-165 and if so, checks whether the queried interface standard is supported by the contract. I chose not to include tests both because the standards are still in constant development and because the contracts are changing so frequently I figured it would do more harm than good. Of course I'd be happy to cook some up if needed!