Commit Graph

25 Commits (d5194725b7634fb12947dabf35fc58796180ba2e)

Author SHA1 Message Date
Hadrien Croubois 5db7413827
re-enabling safemath revert reasons in ERC20, ERC777 and ERC1155 (#2491) 4 years ago
Andre Korol 974c534210
Update contracts to support Solidity 0.8.x (#2442) 4 years ago
Francisco Giordano f06738828b
Migrate to Hardhat (#2397) 4 years ago
Francisco Giordano ace35fdeda
Update all dependencies transitively (#2363) 4 years ago
Nicolás Venturo c7705712ba
Remove in-constructor requirements (#2195) 5 years ago
Nicolás Venturo 0408e51ae6
Bundle ERC20Detailed (#2161) 5 years ago
Nicolás Venturo baaadde3c5
Remove ERC20._burnFrom (#2119) 5 years ago
Nicolás Venturo 5f92adc2e7 Migrate from truffle to test-environment (#2007) 5 years ago
Nicolás Venturo 3274d9db00
Upgrade to @openzeppelin/test-helpers@0.5.1 (#1942) 5 years ago
Aram Elchyan 5d34dbecea Functions in SafeMath contract overloaded to accept custom error messages (#1828) 6 years ago
Yohann Pereira 489d2e85f1 Replace chai.should with chai.expect (#1780) 6 years ago
Nicolás Venturo a71c3bce32
Update test-helpers to v0.4.0. (#1770) 6 years ago
Nicolás Venturo f7ff3e7e67 Disallow ERC20._transfer from the zero address. (#1752) 6 years ago
Nicolás Venturo ad18098d65
Disallow ERC20._transfer from the zero address. (#1752) 6 years ago
Nicolás Venturo 6c2b7c260d Add ERC20 compatibility to ERC777. (#1735) 6 years ago
Nicolás Venturo aa4c9feabd
Add ERC20 compatibility to ERC777. (#1735) 6 years ago
Balaji Pachai 3682c6575c Added message string for require() (#1704) 6 years ago
Prince Sinha 963f1eb35b removed unnecessary require and renaming of null to zero (#1717) 6 years ago
Nicolás Venturo 3a5da75876
ERC20._approve (#1609) 6 years ago
Nicolás Venturo 3e82db2f6f
Migration to truffle 5 (and web3 1.0 (and BN)) (#1601) 6 years ago
Aniket 70fd243e3b Test setup helper added (#1482) 6 years ago
Nicolás Venturo 7ef2730506
Approval events on transferFrom and burnFrom (#1524) 6 years ago
Nicolás Venturo 7cd0d5a452 Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363) 6 years ago
Nicolás Venturo 598a0358fc Dangling commas are now required. (#1359) 6 years ago
Jakub Bogacz 39db4b4b05 Feature/use expect event in test logs assertions #1232 (#1343) 6 years ago
Martín 49d2dd9e08 Add Mock suffix to variable names #1172 (#1324) 6 years ago
Aniket 9f5b73df37 added a test helper with common constants (#1400) 6 years ago
Nicolás Venturo b0da0fded0
Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363) 6 years ago
Aniket 58a42443df added a test helper with common constants (#1400) 6 years ago
Nicolás Venturo a6889776f4 Dangling commas are now required. (#1359) 6 years ago
Jakub Bogacz 536262f2ec Feature/use expect event in test logs assertions #1232 (#1343) 6 years ago
Martín 4b21fcf5af Add Mock suffix to variable names #1172 (#1324) 6 years ago
Francisco Giordano 84e63bbf8b
Fix decrease allowance and add non-zero address precondition to approve (#1293) 6 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
Nicolás Venturo 48fe7b8cbf Changed .eq to .equal. (#1231) 7 years ago
Francisco Giordano 7618b91d9c
Fix balance and allowance checks in _burn and _burnFrom (#1218) 7 years ago
Nicolás Venturo 20cf885430
No longer assigning awaits to temporary variables. (#1216) 7 years ago
Francisco Giordano 4dcdd293e8
StandardToken encapsulation (#1197) 7 years ago
Nicolás Venturo ac91af9a6a Replace all asserts with chai.should (#1183) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
zaryab ebd4b5e73d decrease approval condition fix (greater than and equal to) (#1063) 7 years ago
Nicolás Venturo cea2a85a42
Remove Babel (#1074) 7 years ago
Facundo Spagnuolo 9f52e94339
Move ERC20 tests to ERC20 custom folder (#772) 7 years ago
Facundo Spagnuolo 6ad275befb
Improve ERC20s tests coverage (#712) 7 years ago
Matt Condon f4228f1b49 fix: reference contract name rather than filepath (#698) 7 years ago
Facundo Spagnuolo b925b2dae6 Organize test files following contracts folders structure 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
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