5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
2018-06-13 11:34:32 -07:00
72792a724d
ownable: add a notice on renounceOwnership ( #937 )
...
* ownable: add a notice on renounceOwnership
* Apply the suggestion by @shrugs
2018-06-10 16:39:54 -03:00
7fb84b42d5
Refactoring Superuser contract to allow Owners to transfer ownership … ( #978 )
...
* Refactoring Superuser contract to allow Owners to transfer ownership when they are not superusers #50
* Refactoring tests to create a contract instance for each of them #50
2018-06-05 17:28:42 -03:00
746673a94f
style: use the max-len solidity rule ( #944 )
2018-05-14 11:42:32 -06: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
7e44204d9b
added function to renounce ownership ( #907 )
2018-05-03 13:25:18 -03: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
e60aee61f2
fix: solium errors - blank-line only
2018-01-15 16:11:45 -05: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
03ad0efd29
Small code style change
...
http://solidity.readthedocs.io/en/develop/style-guide.html#other-recommendations
The visibility modifiers for a function should come before any custom modifiers.
2017-11-20 23:13:32 +03:00
b395b06b65
Explicit public visibility on methods
2017-09-18 12:57:46 -03:00
6d8bb497c8
removing trailing whitespace
2017-09-16 10:20:06 -04:00
5035718e4b
fixed wrong call order in Ownable.transferOwnership
2017-09-07 11:59:36 +03:00
7a36a6c92a
fix calls to OwnershipTransferred
2017-09-06 10:31:23 +03:00
6beac0f215
add previousOwner field to OwnershipTransferred event
2017-09-06 10:29:25 +03:00
b59469c151
fire OwnershipTransferred event when the owner of an Ownable contract instance actually changed
2017-09-05 18:32:07 +03:00
b2e36314cb
Add requirement for address to not be 0 and throw error
2017-07-20 10:51:57 -07:00
18581f138f
converted if() throw convention to require()/assert()/revert()
2017-07-17 15:35:09 -03:00
6ede3d9001
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
2017-06-06 21:41:54 -06:00
83f2849446
Minor edits to doc commenst in lifecycle, ownership, payment contracts.
2017-05-24 16:49:43 -04:00
e851938199
Add natspec comments to four ownership contracts
2017-05-24 16:35:09 -04:00
b134645637
Merge pull request #150 from maraoz/solidty-version
...
solidity version 0.4.8
2017-02-23 09:12:54 -03:00
52b66c744f
solidity version 0.4.8
2017-02-21 19:29:03 -03:00
3d6988cf90
Update modifiers so that they fail "loudly" by throwing errors rather then silently no-oping. Updated tests to remain compatible with these changes
2017-02-21 00:05:59 +01:00
b1cb7b5975
implement solium recommendations
2017-02-17 18:31:16 -03:00
ca8f2f2362
rearrange folders
2017-01-16 17:23:28 -03:00