78e39aa2ad
Do not use implicit type conversion for address literals ( #1002 )
...
Uses the explicit address(0) for the zero address
2018-06-13 16:21:24 -07:00
5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
2018-06-13 11:34:32 -07:00
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
2018-05-08 18:02:00 -07:00
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
2018-04-09 20:48:32 -03:00
c5d66183ab
Move ERC20 contracts to ERC20 custom folder ( #701 )
...
* Move ERC20 contracts to ERC20 custom folder
* Fix linter warnings for ERC20 contracts
2018-01-23 17:46:41 -03:00
370e6a882a
ERC20 totalSupply changed from public property to a function ( #666 )
...
Fixes OpenZeppelin/zeppelin-solidity#434
2018-01-19 17:15:27 -03:00
955517dc2e
fix: add ignore directives to SampleCrowdsale and SimpleToken
2018-01-15 16:11:45 -05:00
17884e91a1
Emit Trasnfer event on SimpleToken creation
2018-01-09 15:34:05 -03:00
b50391862c
Changes to remove warnings
2017-11-23 10:41:18 -03:00
e6213767fa
Update all solidity versions to 0.4.18
2017-11-22 18:52:52 -03:00
b069827bad
fix typo.
2017-09-19 01:57:50 +09:00
61f62eb3c7
Fix INITIAL_SUPPLY in SimpleToken example
...
Use token decimals
2017-09-11 12:13:19 -03:00
1827cbfd2a
changed decimal to be uint8 so that it matches the ERC20 specification.
2017-08-24 10:41:41 -03:00
a799d218fd
add constant qualifier
2017-07-26 16:12:05 -03:00
9f0cbd3303
move example contract
2017-07-26 16:12:05 -03:00