Commit Graph

153 Commits (2b3aa0d220e239e124e9c8c711c52bd6058ec908)

Author SHA1 Message Date
Francisco Giordano bd994a88de
Remove HasNoEther, HasNoTokens, HasNoContracts, and NoOwner (#1254) 7 years ago
Leo Arias 2441fd7d17 Move contracts to subdirectories (#1253) 7 years ago
Leo Arias 964bc4044a Remove underscores from event parameters. (#1258) 7 years ago
Vyom Sharma 4385fd5a23 added explicit visibility (#1261) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
viquezclaudio b6943263d2 Added "_" sufix to internal variables (#1171) 7 years ago
Roman Exempliarov 9e6307f34b ERC721 pausable token (#1154) 7 years ago
Lev Dubinets 2adb491637 Add ERC165Query library (#1086) 7 years ago
Francisco Giordano 4dcdd293e8
StandardToken encapsulation (#1197) 7 years ago
Nicolás Venturo d51e38758e
Math.average (#1170) 7 years ago
jeano 9aa30e1960 Add Modulo operation for getting the quotient (#915) 7 years ago
Nicolás Venturo 41e6b2e992
Make ERC721.exists internal (#1193) 7 years ago
barakman 17309e5924 Change `uint` to `uint256` (#1160) 7 years ago
Francisco Giordano bf34911857 Remove Math.min64 and Math.max64 (#1156) 7 years ago
Doug Crescenzi ef347ffccc Consolidated ERC20 Interface and Implementation Files (#1125) 7 years ago
Leo Arias f49721576f Remove abbreviations from parameters (#1142) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 7 years ago
Nicolás Venturo 73be06412f
Remove payable from Destructible constructor (#1107) 7 years ago
Yong Zhen Yu 6bd8842ab5 removed and tested unecessary gas cost (#1017) 7 years ago
Nicolás Venturo 67b67b791e
Changed before for beforeAll, refactored Bouncer tests. (#1094) 7 years ago
Matt Condon 3318b91697
feat: add AutoIncrementing contract (#1023) 7 years ago
Nicolás Venturo 8fd072cf8e Escrows (#1014) 7 years ago
Alex Beregszaszi c2ad8c3f57 Update the use of call() with selector only. (#1033) 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
Matt Condon f18c3bc438
feat: initial implementation of ERC1046 (#933) 7 years ago
Matt Condon 92b695f2fb
Fix/whitelisted crowdsale (#981) 7 years ago
chriseth b4406d385f Use abi.encodeWithSignature together with raw call() (#1008) 7 years ago
Alex Beregszaszi 78e39aa2ad Do not use implicit type conversion for address literals (#1002) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Arun Kumar 9f1d294ba4 Move Whitelist contract to access directory (#994) 7 years ago
Adam Flesher b0292cf628 Add `isValidSignatureAndData` to Bouncer to verify method calls (#973) 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
Matt Condon 2637bd89be
fix: add comment about rbacwithadmin being rather powerful (#936) 7 years ago
Matt Condon e3f866c982
fix: remove daylimit.sol, closes #925 (#964) 7 years ago
Leo Arias 746673a94f
style: use the max-len solidity rule (#944) 7 years ago
Leo Arias ba4cf03da7
contracts mocks: replace deprecated constant with view (#931) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Anton Bukov 8f2a4785cb Make ERC827 methods payable (#838) 7 years ago
Francisco Giordano dd8758fedf
move misplaced MathMock (#900) 7 years ago
Matt Condon 6a7114fdb4
Bouncer contract implementation (#883) 7 years ago
Santiago Palladino 0926729c8f
Add StandardBurnableToken implementation (#870) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Facundo Spagnuolo bd5f7f5774
Fix SafeMath test file (#865) 7 years ago
Matt Condon a6bef44790
fix: remove admin functionality from RBAC.sol fixes #802 (#836) 7 years ago
Leo Arias 82ce197e44 tests: fix most of the static warnings (#844) 7 years ago