artiebits
5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
7 years ago
Gal Bracha
7a61371b19
Updated documentation Uppercasing function name for ERC02 basic token ( #720 )
7 years ago
John Shutt
ad12381549
update constructor syntax for solidity 0.4.23 in numerous contracts ( #921 )
...
* update solidity-coverage to ^0.5.0
* update truffle dependency to ^4.1.8
* update solium to ^1.1.7
* update all contracts to solidity ^0.4.23
7 years ago
Radek Ostrowski
77cc33fc5c
cleaned up unsued variable definition ( #753 )
7 years ago
Francisco Giordano
a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 ( #876 )
...
* Update to ganache-cli v6.1.0 and truffle v4.1.0
* Update to stable version of ganache-cli
* fix: update event emission warning
- Fix event emission warnings for solidity 4.21 after truffle has been
updated to use this version
* fix pr review comments
* update to truffle v4.1.5
* update package-lock
* add additional emit keywords
* update solidity-coverage to 0.4.15
* update to solium 1.1.6
* fix MerkleProof coverage analysis by testing through wrapper
* change version pragma to ^0.4.21
* fix solium linting errors
7 years ago
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