artiebits
5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
7 years ago
Nicolás Venturo
5651538045
Clarified the rationaly behind the mul branch test. ( #970 )
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
DeltaBalances
c63b203c1d
Small SafeMath.sol gas improvements (add & mul). ( #894 )
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
Klaus Hott Vidal
1d2d18f9da
Small gas improvement in SafeMath.sol ( #811 )
7 years ago
Phillip Birtcher
7586e383c2
Fixes typo in SafeMath subtraction docs ( #806 )
7 years ago
Santiago Palladino
49b42e8696
Minor change in SafeMath sub documentation
7 years ago
Santiago Palladino
21297e2b2c
Add documentation to safemath functions
...
Fixes #655
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
Chen Yi-Cyuan
5ad07e1892
improve mum performance and reduce gas cost
7 years ago
Joseph Krug
353285e5d9
Added Constant to SafeMath functions as they don't modify storage
8 years ago
Francisco Giordano
ba383a6d20
refactor max and min out of SafeMath
8 years ago
Francisco Giordano
a66f5f8f03
format SafeMath documentation as NatSpec
8 years ago
RStorm
b1e504d6c6
change uint to uint256
8 years ago
Dave Appleton
2020d56ba4
assert is now built in
8 years ago
David Knott
6ede3d9001
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
8 years ago
Jorge Izquierdo
c4f78a5dd5
Remove unnecessary checks from safeDiv
8 years ago
Jorge Izquierdo
a6a2ee2bf1
Merge with master
8 years ago
Manuel Araoz
609869f087
change safe* to *
8 years ago
Manuel Araoz
4fad1505c7
Make SafeMath a library
8 years ago
Oleksii Matiiasevych
31c05c4c7d
Remove excessive condition from SafeMath.safeAdd()
...
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.
8 years ago
Manuel Araoz
52b66c744f
solidity version 0.4.8
8 years ago
Manuel Araoz
b1cb7b5975
implement solium recommendations
8 years ago
Jorge Izquierdo
917b129517
Add safeDiv and min/max functions to SafeMath
8 years ago
Jorge Izquierdo
1697518da8
Make vested stock calculation more testable
8 years ago
Manuel Araoz
35363c01b1
improve docs of base contracts
8 years ago
Manuel Araoz
83f4104699
migrate to 0.4.4
8 years ago
Manuel Araoz
0a0f8c58a2
StandardToken first version
8 years ago