Commit Graph

26 Commits (22c1403e5bf19d54fc92988a37087e050f259842)

Author SHA1 Message Date
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Alejandro Santander 815d9e1f45 Replace constant with view/pure 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
Dan Phifer e70dd18734 Moving business logic preconditions to the beginning of the function. 7 years ago
dmx374 b395b06b65 Explicit public visibility on methods 7 years ago
Roy Blankman 6d8bb497c8 removing trailing whitespace 7 years ago
Francisco Giordano aad25205cd add comment making explicit that SafeMath.sub can throw 8 years ago
Pavel Rubin 209e2de93b Fix for #400: Check that destination of token transfers is not 0x 8 years ago
Francisco Giordano 6331dd125d fix ERC20 to conform to standard 8 years ago
Francisco Giordano 759f8de81f fix import directories 8 years ago
Francisco Giordano e33d9bb41b remove all checks for short address attack (fixes #261) 8 years ago
RStorm b1e504d6c6 change uint to uint256 8 years ago
David Knott 6ede3d9001 Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 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 22f60eace0 Use libraries syntax sugar for revoking grants logic 8 years ago
Jorge Izquierdo a6a2ee2bf1 Merge with master 8 years ago
Manuel Araoz 7592122e4d fix indentation 8 years ago
Manuel Araoz 609869f087 change safe* to * 8 years ago
Manuel Araoz 4fad1505c7 Make SafeMath a library 8 years ago
Jerome de Tychey 5d75264f0f Fix for bigger payloads 8 years ago
Jerome de Tychey d9b9ed227b fix for short address attack 8 years ago
Manuel Araoz 52b66c744f solidity version 0.4.8 8 years ago
Esteban Ordano 70fbc7fe27 BasicToken.sol: Remove useless check 8 years ago
Manuel Araoz b99fc005a3 token contract doc improvements 8 years ago
Manuel Araoz 7bc35f6f78 polish BasicToken 8 years ago
Manuel Araoz 3e9bfbc77a add simple tests for BasicToken 8 years ago
Manuel Araoz 8acc783309 rename lite->basic 8 years ago