Draft EIP 1820 (#1677)
* Add barebones EIP1820 support. * Update openzeppelin-test-helpers dependency to have ERC1820 support. * Add tests for ERC1820. * Improve inline documentation. * Add changelog entry. * Update test-helpers, refactor tests to use new helpers. * Rename ERC1820 to ERC1820Implementer. * Improve implementer docstring. * Remove _implementsInterfaceForAddress. * update openzeppelin-test-helpers to 0.2.0 * Update contracts/drafts/ERC1820Implementer.sol Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Fix how solidity coverage is run to allow for free events. * Fix coverage testing script.
Showing
contracts/drafts/ERC1820Implementer.sol
0 → 100644
contracts/drafts/IERC1820Implementer.sol
0 → 100644
contracts/drafts/IERC1820Registry.sol
0 → 100644
contracts/mocks/ERC1820ImplementerMock.sol
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -51,11 +51,12 @@ |
| "eslint-plugin-standard": "^3.1.0", | ||
| "ethereumjs-util": "^6.0.0", | ||
| "ethjs-abi": "^0.2.1", | ||
| "ganache-cli": "6.1.8", | ||
| "openzeppelin-test-helpers": "^0.1.1", | ||
| "ganache-cli": "^6.4.1", | ||
| "ganache-cli-coverage": "github:Agusx1211/ganache-cli#c462b3fc48fe9b16756f7799885c0741114d9ed3", | ||
| "openzeppelin-test-helpers": "^0.2.0", | ||
| "pify": "^4.0.1", | ||
| "solhint": "^1.5.0", | ||
| "solidity-coverage": "https://github.com:rotcivegaf/solidity-coverage.git#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | ||
| "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | ||
| "truffle": "^5.0.0" | ||
| }, | ||
| "dependencies": {} | ||
| ... | ... |
test/drafts/ERC1820Implementer.test.js
0 → 100644
Please
register
or
sign in
to comment