Commit Graph

12 Commits (35d70397b64e0b92a0e90da1e1ecb984da1797ef)

Author SHA1 Message Date
Nicolás Venturo be5ed7364b
Release v2.1.0 solc 0.5.x (#1568) 6 years ago
Nicolás Venturo 5471fc808a
Updated code style to 4 space indentation and 120 characters per line. (#1508) 6 years ago
Aniket 109eba9273 Replaces `amount` with `value` for consistency (#1378) 6 years ago
Francisco Giordano e7aa8dedbc Turn off blank-lines Solium rule (#1284) 6 years ago
Aniket fd4de77651 Replaces `amount` with `value` for consistency (#1378) 6 years ago
Nicolás Venturo 1b0c6b94b9 Removed mintingFinished. (#1351) 6 years ago
Nicolás Venturo 5fdeaa81d5
Removed mintingFinished. (#1351) 6 years ago
Francisco Giordano 9b37104655
Turn off blank-lines Solium rule (#1284) 6 years ago
Leo Arias fa49e5189d Remove Minted and TokensBurned events (#1305) 6 years ago
Leo Arias 6c4c8989b3 Use prefix underscore for state variables and no underscore for parameters (#1282) 6 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 6 years ago
Leo Arias 616124e37c Update modifiers to call public view functions (#1277) 7 years ago
Leo Arias 7bb87237f3 Improve encapsulation on ERCs (#1270) 7 years ago
Leo Arias 45c0c072d1 Improve encapsulation on lifecycle, ownership and payments (#1269) 7 years ago
Francisco Giordano 2e0713becb
Rename ERC interfaces to I prefix (#1252) 7 years ago
Francisco Giordano 4dcdd293e8
StandardToken encapsulation (#1197) 7 years ago
Vittorio Minacori ca9e317259 Update Truffle and Solium (#1105) 7 years ago
Arun Kumar 07020e9544 Remove redundant @dev tags (#995) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
Leo Arias 746673a94f
style: use the max-len solidity rule (#944) 7 years ago
Vittorio Minacori 39370ff690 Adding RBAC Mintable token (#923) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Francisco Giordano 9c262571ae rename to openzeppelin-solidity 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
Santiago Palladino 370e6a882a ERC20 totalSupply changed from public property to a function (#666) 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
Dora E. Mondrian e4427befbb Use address type 7 years ago
Mikhail Melnik 2d83c557b1 Finish minting should me called only once 7 years ago
dmx374 b395b06b65 Explicit public visibility on methods 7 years ago
Petr Korolev b12db57f34 Fixed typo 8 years ago
SylTi 4fe837704b Add Transfer event when token is minted to be fully ERC20 compliant & 8 years ago
Peter Murray 18581f138f converted if() throw convention to require()/assert()/revert() 8 years ago
RStorm b1e504d6c6 change uint to uint256 8 years ago
David Knott ffe464a43e Refactors the Mintable Token contract 8 years ago
David Knott 6ede3d9001 Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
David Knott d08185fc3e Edit natspec documentation typos 8 years ago
maurelian c4796bb918 Fix comments again 8 years ago
maurelian d357cf3a2e Minor changes to doc comments for token and other contracts 8 years ago
João Gabriel Carvalho f6f91298f0 Add natspec to all remaing contracts, except for vestedToken.sol 8 years ago
Jorge Izquierdo a6a2ee2bf1 Merge with master 8 years ago
Manuel Araoz 609869f087 change safe* to * 8 years ago
tatiesmars 37c6782f95 Add MintFinished event to MintableToken #191 8 years ago
David Knott a605f66972 Create and test MintableToken contract 8 years ago