davesag / ERC884-reference-implementation

An Interface and Reference Implementation of the ERC-884 DGCL Token.
https://medium.com/coinmonks/tokenising-shares-introducing-erc-884-cc491258e413
MIT License
42 stars 17 forks source link

Update zeppelin-solidity to the latest version šŸš€ #6

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.8.0 of zeppelin-solidity was just published.

Dependency zeppelin-solidity
Current Version 1.7.0
Type dependency

The version 1.8.0 is not covered by your current version range.

If you donā€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of zeppelin-solidity.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donā€™t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v1.8.0

This release contains the full implementation of EIP721, following the last details settled in the recently closed EIP. Thanks to all the community for your contributions! šŸš€

Changelog

v1.7.0...v1.8.0

  • āœØ Final EIP721 implementation (#803)
  • šŸ”„ Add Transfer event to BurnableToken (#735)
  • šŸ‘Øā€šŸ« ECRecovery recover is now internal (#818)
  • šŸ’… Documentation and tests enhancements
Commits

The new version differs by 16 commits.

  • cacf036 v1.8.0
  • e96164f ERC721 full implementation (#803)
  • 9f52e94 Move ERC20 tests to ERC20 custom folder (#772)
  • c9936e2 Changed test assertion description for clarity (#831)
  • e299a79 Change ECRecovery recover method's visibility to internal (#818)
  • b33260a Remove assert and send in favor of transfer for PullPayment.sol (#823)
  • 3fb8eca Gender of signer is irrelevant and distracting (#822)
  • c3cbdb4 Fix version error for truffle-flattener. (#794)
  • 7586e38 Fixes typo in SafeMath subtraction docs (#806)
  • d1146e8 Add Whitelist contract (#746)
  • 8d4eee4 Bugfix/fix individuallycapped flaky test (#789)
  • 903751c Tiny indentation fix in MintedCrowdsale (#792)
  • 9fd6117 Fixed typo in Crowdsale contract comment (#793)
  • 3c48912 Fix capped crowdsale flaky test (#773)
  • b3a8602 Use constructor arguments (#731)

There are 16 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: