Commit Graph

233 Commits (fc19a7947c316d5047148762298dc650b5c0ed42)

Author SHA1 Message Date
Nicolás Venturo 48fe7b8cbf Changed .eq to .equal. (#1231) 7 years ago
Nicolás Venturo d58fac8281
Added mint and burn tests for zero amounts. (#1230) 7 years ago
Nicolás Venturo 4fb9bb7020
Minor test style improvements (#1219) 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 8d11dcc0e5
Increase testing coverage (#1195) 7 years ago
Nicolás Venturo 41e6b2e992
Make ERC721.exists internal (#1193) 7 years ago
Francisco Giordano b52912c702 change dos file format to unix (#1198) 7 years ago
Nicolás Venturo ac91af9a6a Replace all asserts with chai.should (#1183) 7 years ago
Nicolás Venturo 31fc572abe inLogs no longer returns a promise. (#1169) 7 years ago
Nicolás Venturo ba85aef95e Renamed behaviour to behavior. (#1151) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Nicolás Venturo 4544df47da
All tests now use account names, and dont use accounts[0] (except ERC… (#1137) 7 years ago
Nicolás Venturo 567b773242
Prefer const in test files (#1117) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 7 years ago
Yong Zhen Yu 6bd8842ab5 removed and tested unecessary gas cost (#1017) 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
Arun Kumar 40b5594f52 Promisify web3 sync requests in tests (#1009) 7 years ago
Paul Barclay 7d8e3ca8b2 Align ERC721 Receiver with current ERC721 standard. (#1047) 7 years ago
Maciej Górski 6b37ba36a1 Remove ERC827 token. (#1045) 7 years ago
Amir Bandeali dc1e352cc4 Don't emit Approval event when approval is cleared on transfer (#1039) 7 years ago
Matt Condon e1dc1411fc WIP: Fix/erc721 (#993) 7 years ago
Matt Condon 259b9da3e6 add 165 to 721 (#972) 7 years ago
Alen 5326e7c36e Removed redundant modifiers from CappedToken. (#969) 7 years ago
Vittorio Minacori 39370ff690 Adding RBAC Mintable token (#923) 7 years ago
Schneider Jakob 85f079ee89 Removing more asserts in favor of require (#834) 7 years ago
Vittorio Minacori 76fe1548ae Fix ERC721 test is not checking name and symbol properly #910 (#911) 7 years ago
Anton Bukov 8f2a4785cb Make ERC827 methods payable (#838) 7 years ago
Elie 16535fbb87 Update ERC827.sol to not use function overloading (#871) 7 years ago
Santiago Palladino 0926729c8f
Add StandardBurnableToken implementation (#870) 7 years ago
Santiago Palladino e96164feea ERC721 full implementation (#803) 7 years ago
Facundo Spagnuolo 9f52e94339
Move ERC20 tests to ERC20 custom folder (#772) 7 years ago
Tal Ater c9936e231d Changed test assertion description for clarity (#831) 7 years ago
chriseth b3a8602928 Use constructor arguments (#731) 7 years ago
Roman Storm 5ef8554727 Add Transfer event to Burnable Token. (#735) 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 1eea95f9ac Move ERC721 files to custom folder (#700) 7 years ago
Facundo Spagnuolo 23afc74b59 Address feedback comments for ERC721 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
Facundo Spagnuolo 5b50e99a0d ERC721 required functionality tests 7 years ago
Facundo Spagnuolo b925b2dae6 Organize test files following contracts folders structure 7 years ago