54a1d2eacc
Implement tokensByIndex extension
...
- Remove restrictions from mock mint and burn calls
2018-03-09 17:19:11 -03:00
3745025a1e
Add more tests for ERC721
2018-03-09 17:19:11 -03:00
71cbc511ec
Support for new ERC721 interface
...
- Tests for new features are pending
- ERC721 is abstract, since it requires metadata implementation
- Move some methods into DeprecatedERC721 contract
- Reorganise base vs full implementation
- Pending tokenByIndex
2018-03-09 17:19:11 -03:00
ca163a849b
Implement ERC721 optional & approveAll functionality
2018-03-09 17:19:11 -03:00
1192e684c2
Rename current ERC721 implementation to BaseERC721
2018-03-09 17:19:11 -03:00
b3a8602928
Use constructor arguments ( #731 )
2018-02-26 18:24:19 -03:00
5ef8554727
Add Transfer event to Burnable Token. ( #735 )
...
Fixes #732
2018-02-20 15:44:50 -07:00
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
f4228f1b49
fix: reference contract name rather than filepath ( #698 )
2018-01-25 11:52:51 -03:00
1eea95f9ac
Move ERC721 files to custom folder ( #700 )
2018-01-23 17:03:05 -03:00
48594890cf
Merge branch 'master' into feature/implement_erc721_standard
2018-01-19 15:36:52 -03:00
23afc74b59
Address feedback comments for ERC721
2018-01-18 10:15:59 -03:00
b67856c69d
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
2018-01-17 16:24:29 -03:00
4fbd44fd40
Reorganize tests and add library folder
2018-01-17 15:59:15 -03:00
5b50e99a0d
ERC721 required functionality tests
2018-01-16 16:05:01 -03:00
b925b2dae6
Organize test files following contracts folders structure
2018-01-16 13:03:35 -03:00