7a0bfdfbb4
Enhancement/heritable encapsulation #692 ( #702 )
...
* Modified Gitignore for Sublime
* Added getter functions for public variables
* Added encapsulation to Heritable public variables.
* Added encapsulation to Heritable public variables.
* Added encapsulation to Heritable public variables.
* Updated tests to use getter methods instead of, now, private variables.
* Conformed variable names to current conventions.
* Requested changes
* revert package-lock.json changes
2018-01-26 18:20:35 -03:00
96e0d35f11
Merge branch 'master' into fix/reference-of-rbac-usage
2018-01-19 15:17:23 -03:00
a5ea0af65c
Merge branch 'master' into azavalla-feature/inheritable-contract
2018-01-18 17:20:07 -03:00
9d005b492d
Explicit uint size
2018-01-18 16:42:19 -03:00
22c1403e5b
Fix solidity style issue
2018-01-18 16:42:19 -03:00
5ea9bd44a1
[Heritable] added HeirOwnershipClaimed event
2018-01-18 16:42:19 -03:00
51c2c50437
[Heritable] ownerLives(): constant --> view
2018-01-18 16:42:19 -03:00
52b6181d78
renamed Inheritable --> Heritable
2018-01-18 16:42:19 -03:00
82c85121bb
changed Inherited event for OwnershipTransfered
2018-01-18 16:42:19 -03:00
e5960465a7
owner can't be set as heir
2018-01-18 16:42:19 -03:00
5716492ebd
setHeartbeatTimeout: public --> internal
2018-01-18 16:42:19 -03:00
c7807c5b58
changed view for constant
2018-01-18 16:42:19 -03:00
80ae074c57
marked ownerLives as view
2018-01-18 16:42:19 -03:00
d808e49b51
changed 'pronounce' for 'proclaim'
2018-01-18 16:42:19 -03:00
a8afb20c20
Use Inherited event instead of OwnershipTransfered
2018-01-18 16:42:19 -03:00
b709206f9f
fixes
2018-01-18 16:42:19 -03:00
2a560ad82f
name fix
2018-01-18 16:42:19 -03:00
4fe2157e36
Inheritable contract
2018-01-18 16:42:19 -03:00
dcf1f8d22d
Rename ERC23 occurrences to ERC223
2018-01-18 11:03:43 +02:00
b67856c69d
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
2018-01-17 16:24:29 -03:00
75439c1dd3
fix reference of RBAC usage.
2018-01-17 21:45:30 +09:00
3b48a671fd
fix: solium errors - whitespace related
2018-01-15 16:11:45 -05:00
bd2f1773cd
fix: solium errors - function-order only
2018-01-15 16:11:45 -05:00
e60aee61f2
fix: solium errors - blank-line only
2018-01-15 16:11:45 -05:00
b2e2d9ab1c
fix: solium errors - indentation only
2018-01-15 16:11:45 -05:00
4d263b7fc3
fix: the result of 'npm run lint:sol:fix'
2018-01-15 16:11:45 -05:00
677d05743c
feat: update event names for OZ standards and test them
2017-12-04 13:42:55 +02:00
5e55569db6
fix: make roles private
2017-12-01 18:15:44 +02:00
9bb2c958ec
feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public
2017-12-01 18:15:44 +02:00
e931c1cbfc
feat: RBAC authentication contract and role library
2017-12-01 18:15:44 +02: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
ac4a19dd7d
Use address type
2017-10-23 03:11:14 -07:00
09b1926c41
Use address type
2017-10-23 03:10:40 -07:00
b069827bad
fix typo.
2017-09-19 01:57:50 +09: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
07b688a0e6
Merge pull request #430 from frangio/fix-unchecked-transfer
...
Use SafeERC20 to transfer tokens safely
2017-09-07 20:33:43 -03:00
20187f2970
use SafeERC20#safeTransfer
2017-09-07 20:04:48 -03: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
51906bae6c
refactor
2017-08-24 21:42:31 +02:00
406004a99a
refactor HasNoTokens.sol
2017-08-24 21:42:31 +02:00
58e2e4d742
remove MultisigWallet in favor of ConsenSys/MultiSigWallet
2017-07-24 13:26:48 -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
b1e504d6c6
change uint to uint256
2017-06-19 18:55:09 -07:00