Michal Stefanow
|
3d3f20f7e3
|
Removing obsolete comment - explicit check in place (#851)
|
7 years ago |
Facundo Spagnuolo
|
c5d66183ab
|
Move ERC20 contracts to ERC20 custom folder (#701)
* Move ERC20 contracts to ERC20 custom folder
* Fix linter warnings for ERC20 contracts
|
7 years ago |
Santiago Palladino
|
370e6a882a
|
ERC20 totalSupply changed from public property to a function (#666)
Fixes OpenZeppelin/zeppelin-solidity#434
|
7 years ago |
AugustoL
|
b67856c69d
|
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
|
7 years ago |
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
as suggested by izqui in case a function calls transfer under the hood
|
8 years ago |
Jerome de Tychey
|
d9b9ed227b
|
fix for short address attack
as suggested by /u/izqui9 here https://www.reddit.com/r/ethereum/comments/63s917/worrysome_bug_exploit_with_erc20_token/dfwmhc3/
Attack description:
https://blog.golemproject.net/how-to-find-10m-by-just-reading-blockchain-6ae9d39fcd95
|
8 years ago |
Manuel Araoz
|
52b66c744f
|
solidity version 0.4.8
|
8 years ago |
Esteban Ordano
|
70fbc7fe27
|
BasicToken.sol: Remove useless check
The condition this commit removes is already implemented by the call to `safeSub`
|
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 |