Commit Graph

417 Commits (0231fac51482b874621169351b9adaec51bd7ac3)

Author SHA1 Message Date
Matt Condon f4228f1b49 fix: reference contract name rather than filepath (#698) 7 years ago
Santiago Palladino 4d7c3cca75 Move token creation outside of crowdsale contract (#690) 7 years ago
Facundo Spagnuolo 1eea95f9ac Move ERC721 files to custom folder (#700) 7 years ago
William Entriken da95df6be5
Fix test name 7 years ago
Alejandro Santander 3009553925 Update test names and js style 7 years ago
zava 5ea9bd44a1 [Heritable] added HeirOwnershipClaimed event 7 years ago
zava 52b6181d78 renamed Inheritable --> Heritable 7 years ago
zava fe712c678a [SimpleSavingsWallet.js] replace assertJump for expectThrow 7 years ago
zava c70ee937e6 [Inheritable.js] replace assertJump for expectThrow 7 years ago
zava 46736da489 added test for SimpleSavingsWallet 7 years ago
zava 82c85121bb changed Inherited event for OwnershipTransfered 7 years ago
zava 5716492ebd setHeartbeatTimeout: public --> internal 7 years ago
zava 433213537f changed events names on inheritable test 7 years ago
zava b709206f9f fixes 7 years ago
zava 2a560ad82f name fix 7 years ago
zava 4fe2157e36 Inheritable contract 7 years ago
Facundo Spagnuolo 23afc74b59 Address feedback comments for ERC721 7 years ago
Ernestas Prisakaru dcf1f8d22d Rename ERC23 occurrences to ERC223 7 years ago
AugustoL b67856c69d Separate ERC20 and ERC827 form tokens implementations in contracts and test folders 7 years ago
AugustoL 4fbd44fd40 Reorganize tests and add library folder 7 years ago
AugustoL 7ddd66fb74 fix increaseApproval in ERC827Token with tests 7 years ago
Facundo Spagnuolo 5b50e99a0d ERC721 required functionality tests 7 years ago
Facundo Spagnuolo b925b2dae6 Organize test files following contracts folders structure 7 years ago
AugustoL 685d2087ca Add increase and decrease approval functions to ERC827 with tests 7 years ago
Ernestas Prisakaru a4029e7472 Fix error testing in DelayClaimable tests 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Francisco Giordano ea1cb5c54e add missing awaits in tests 7 years ago
AugustoL e911b4d556 Add findMethod function in ERC827Token test 7 years ago
AugustoL 7bd95b1e31 Overload ERC20 funcitons with new _data argument 7 years ago
AugustoL e57f4be1fb Rename SmartToken to ERC827 7 years ago
AugustoL a806520d6f change SmartToken test to work with new linter rules 7 years ago
AugustoL a4b1cd6e31 Add SmartToken contract with tests and documentation 7 years ago
Facundo Spagnuolo 17884e91a1 Emit Trasnfer event on SimpleToken creation 7 years ago
AugustoL edbc64f337 Add missing semicolon in ECRecovery test 7 years ago
AugustoL c73861d8b3 Use test message in ECRecovery tests and fix typos 7 years ago
AugustoL d78bcbbae5 change web3.eth.accounts for accounts in ECRecovery test 7 years ago
AugustoL 326df13bf3 Add ECRecoveryMock contract 7 years ago
Leo Arias 58ecbd6104 fix typo: that -> than 7 years ago
Matt Condon 7aa6f21147 fix: TokenDestructible typo fron->from 7 years ago
Facundo Spagnuolo 323d1fa941 Refactor assert revert helper to encapsulate promises (#628) 7 years ago
Santiago Palladino 1455a5a942 Re-enable solidity coverage 7 years ago
Leo Arias 4bb26c32b6 test: fix the mocks path in ReentrancyGuard test 7 years ago
Leo Arias fdfd90e6a4 fix the eslint static check 7 years ago
Leo Arias f162638cde test: add tests for max64 and min64 from Math 7 years ago
Matt Condon 63c8751e06 fix: linter errors 7 years ago
Matt Condon 677d05743c feat: update event names for OZ standards and test them 7 years ago
Matt Condon 9bb2c958ec feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public 7 years ago
Matt Condon e931c1cbfc feat: RBAC authentication contract and role library 7 years ago
Matt Condon d07bdccc0c feat: manually fix linting errors across tests 7 years ago
Matt Condon 227a335399 feat: move mock solidity contracts to mocks/ folder 7 years ago