|
|
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 |
|
|
|
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 |
|
|
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
2017-06-06 21:41:54 -06:00 |
|
|
|
d08185fc3e
|
Edit natspec documentation typos
|
2017-05-26 00:29:15 +03:00 |
|
|
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
2017-05-24 16:51:01 -04:00 |
|
|
|
83f2849446
|
Minor edits to doc commenst in lifecycle, ownership, payment contracts.
|
2017-05-24 16:49:43 -04:00 |
|
|
|
1547922b61
|
Added natspec to the remaining ownership contracts and payment contracts
|
2017-05-24 16:45:45 -04:00 |
|
|
|
e851938199
|
Add natspec comments to four ownership contracts
|
2017-05-24 16:35:09 -04:00 |
|
|
|
7d83a08658
|
8.2.3 removed ownable
|
2017-04-05 18:27:34 -03:00 |
|
|
|
fad287007b
|
7.2 add preconditions to Shareable contructor
|
2017-04-05 18:27:34 -03:00 |
|
|
|
52120a8c42
|
5.3 always throw on error
|
2017-04-05 18:27:34 -03:00 |
|
|
|
a1aa74f96d
|
5.2 all contracts now solidity ^0.4.8
|
2017-04-05 18:25:14 -03:00 |
|
|
|
a344d42a00
|
Merge pull request #170 from Recmo/feature/no-owner
Prevent contracts from owning Ether, Tokens and other contracts.
|
2017-03-31 16:51:18 -03:00 |
|
|
|
7f7238378c
|
change type of owners from uint[] to address[]
fixes #175
|
2017-03-31 13:14:59 -03:00 |
|
|
|
1d2b989e8e
|
Fix typo in comment
|
2017-03-31 09:39:29 +01:00 |
|
|
|
ac3b3652c3
|
Add NoOwner
|
2017-03-23 15:48:22 +00:00 |
|