c01203b0b7
Index addreses in events and explicit uint size
2018-01-18 16:58:45 -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
560a855dc7
further example documentation
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
a613cd03c9
added example use-case for Inheritable.sol
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
955517dc2e
fix: add ignore directives to SampleCrowdsale and SimpleToken
2018-01-15 16:11:45 -05: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
9f68c00855
Merge pull request #667 from spalladino/feature/655-safemath_docs
...
Add documentation to safemath functions
2018-01-15 18:03:09 -03:00
49b42e8696
Minor change in SafeMath sub documentation
2018-01-15 15:44:06 -03:00
13b75bd5af
Merge branch 'master' into master
2018-01-15 15:32:39 -03:00
21297e2b2c
Add documentation to safemath functions
...
Fixes #655
2018-01-11 11:12:13 -03:00
17884e91a1
Emit Trasnfer event on SimpleToken creation
2018-01-09 15:34:05 -03:00
a24031854b
Merge branch 'master' into master
2018-01-07 22:27:03 +02:00
586c88802d
Changed constant to view and more expressive comment
2018-01-05 17:30:10 +02:00
326df13bf3
Add ECRecoveryMock contract
2018-01-04 15:51:55 -03:00
04946211a5
Using the new overridable function
2018-01-03 11:14:02 +02:00
ebdba08218
Added overridable getTokenAmount function
2018-01-03 10:54:30 +02:00
090e2fca16
Remove duplicated constructor call in FinalizableCrowdsaleImpl
2018-01-02 16:26:02 -03:00
9af6ad5ddf
Merge pull request #610 from TalAter/master
...
Documented increaseApproval() and decreaseApproval()
2017-12-22 18:32:38 -03:00
5751eac444
Merge pull request #617 from spalladino/feature/reenable-coverage
...
Re-enable solidity coverage
2017-12-22 17:27:19 -03:00
f446f5c5cd
Use uint256 in TokenTimeLock contract
2017-12-22 10:34:29 -03:00
1455a5a942
Re-enable solidity coverage
...
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
2017-12-20 18:28:22 -03:00
687dc19a4a
Documented increaseApproval() and decreaseApproval()
2017-12-14 20:14:58 +02:00
161f25fc12
Made spelling for 'reentrant' consistent in comment
2017-12-07 22:48:55 -08:00
d91f4d4bc1
Consistent spellings of reentrant
...
Changed `rentrancy_lock` variable to `reentrancy_lock`
2017-12-06 16:03:55 -08:00
8375b6085f
Burnable Token should be inherited from Basic Token issue#596
2017-12-06 08:08:42 +03:00
83b941c76c
Merge pull request #580 from Shrugs/feat/rbac
...
feat: RBAC authentication contract and role library
2017-12-04 12:30:38 -03:00
677d05743c
feat: update event names for OZ standards and test them
2017-12-04 13:42:55 +02:00
aef0f63aee
There's no need to throw when burning 0 tokens
...
Throwing when trying to burn 0 tokens is an unnecessary special case.
If another contract wants to burn() a variable amount, it should not be forced to deal with this special case of burning 0.
2017-12-03 12:08:53 +01: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
47585b1117
fix: make SplitPayment payable by default
2017-11-24 17:02:53 +02:00