add 165 to 721 (#972)
* make _tokenId indexed in Transfer and Approval events via: https://github.com/ethereum/EIPs/pull/1124/files * fix: make name() and symbol() external instead of public * feat: implement ERC721's ERC165 * feat: erc165 tests * fix: don't use chai-as-promised in direct await * fix: reorganize to /introspection * feat: abstract all erc165 tests to a behavior * feat: disallow registering 0xffffffff
Showing
contracts/introspection/ERC165.sol
0 → 100644
| ... | ... | @@ -59,6 +59,7 @@ |
| "solidity-coverage": "^0.5.0", | ||
| "solium": "^1.1.7", | ||
| "truffle": "^4.1.8", | ||
| "truffle-hdwallet-provider": "0.0.3" | ||
| "truffle-hdwallet-provider": "0.0.3", | ||
| "web3-utils": "^1.0.0-beta.34" | ||
| } | ||
| } |
test/helpers/makeInterfaceId.js
0 → 100644
Please
register
or
sign in
to comment