6ad275befb
Improve ERC20s tests coverage ( #712 )
...
* Improve StandardToken tests coverage
* Improve BasicToken test coverage
* Improve MintableToken test coverage
* Improve BurnableToken test coverage
* Improve PausableToken tests coverage
2018-02-08 14:34:31 -03:00
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
f4228f1b49
fix: reference contract name rather than filepath ( #698 )
2018-01-25 11:52:51 -03:00
a5d5867092
feat: update pr templates, closes #696 ( #699 )
...
* feat: update pr templates, closes #696
* fix: move lint command to end of bullet
2018-01-25 11:26:29 -03:00
4d7c3cca75
Move token creation outside of crowdsale contract ( #690 )
...
Fixes #358
2018-01-24 11:44:35 -03:00
0541347034
v1.6.0
v1.6.0
2018-01-23 17:48:04 -03:00
c5d66183ab
Move ERC20 contracts to ERC20 custom folder ( #701 )
...
* Move ERC20 contracts to ERC20 custom folder
* Fix linter warnings for ERC20 contracts
2018-01-23 17:46:41 -03:00
1eea95f9ac
Move ERC721 files to custom folder ( #700 )
2018-01-23 17:03:05 -03:00
e16c4042c1
Merge pull request #627 from facuspagnuolo/feature/implement_erc721_standard
...
Implement ERC721 standard
2018-01-23 10:47:28 -03:00
e1d32acae8
Merge branch 'master' into feature/implement_erc721_standard
2018-01-23 10:29:55 -03:00
3b499a9cc3
Merge pull request #687 from sot528/fix/reference-of-rbac-usage
...
fix reference of RBAC usage.
2018-01-22 19:05:01 -08:00
4e77aaa0c3
Merge branch 'master' into fix/reference-of-rbac-usage
2018-01-22 17:46:47 -08:00
4be30dc3ae
Merge branch 'master' into feature/implement_erc721_standard
2018-01-19 17:43:03 -03:00
370e6a882a
ERC20 totalSupply changed from public property to a function ( #666 )
...
Fixes OpenZeppelin/zeppelin-solidity#434
2018-01-19 17:15:27 -03:00
9cc55ef2a5
use short circuit ( #654 )
2018-01-19 15:45:48 -03:00
48594890cf
Merge branch 'master' into feature/implement_erc721_standard
2018-01-19 15:36:52 -03:00
6979e3c83a
Merge pull request #693 from fulldecent/patch-1
...
Fix test name
2018-01-19 15:28:27 -03:00
96e0d35f11
Merge branch 'master' into fix/reference-of-rbac-usage
2018-01-19 15:17:23 -03:00
66402e9fec
Merge branch 'master' into patch-1
2018-01-19 15:15:29 -03:00
5b40202dd3
Merge pull request #691 from frangio/fix-643
...
Add note about not following semver
2018-01-19 12:53:54 -03:00
da95df6be5
Fix test name
2018-01-18 23:47:02 -05:00
250572f48d
add note about not following semver
2018-01-18 18:18:10 -03:00
ff9e9c4d85
Merge pull request #680 from ajsantander/azavalla-feature/inheritable-contract
...
Azavalla feature/inheritable contract
2018-01-18 17:41:44 -03:00
c8c0f21a3f
Merge branch 'master' into azavalla-feature/inheritable-contract
2018-01-18 17:29:48 -03:00
3a9a2c8888
Merge pull request #684 from ajsantander/refactor/info-md-updates
...
Updates to markdown documentation
2018-01-18 17:27:37 -03:00
a5ea0af65c
Merge branch 'master' into azavalla-feature/inheritable-contract
2018-01-18 17:20:07 -03:00
42553ec0c0
Merge branch 'master' into refactor/info-md-updates
2018-01-18 17:14:14 -03:00
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
3009553925
Update test names and js style
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
fe712c678a
[SimpleSavingsWallet.js] replace assertJump for expectThrow
2018-01-18 16:42:19 -03:00
c70ee937e6
[Inheritable.js] replace assertJump for expectThrow
2018-01-18 16:42:19 -03:00
46736da489
added test for SimpleSavingsWallet
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
433213537f
changed events names on inheritable test
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