Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2020

This PR contains the following updates:

Package Type Update Change
@openzeppelin/contracts-ethereum-package (source) dependencies major 2.5.0 -> 3.0.0

Release Notes

OpenZeppelin/openzeppelin-contracts

v3.0.0

Compare Source

New features
  • AccessControl: new contract for managing permissions in a system, replacement for Ownable and Roles. (#​2112)
  • SafeCast: new functions to convert to and from signed and unsigned values: toUint256 and toInt256. (#​2123)
  • EnumerableMap: a new data structure for key-value pairs (like mapping) that can be iterated over. (#​2160)
Breaking changes
  • ERC721: burn(owner, tokenId) was removed, use burn(tokenId) instead. (#​2125)
  • ERC721: _checkOnERC721Received was removed. (#​2125)
  • ERC721: _transferFrom and _safeTransferFrom were renamed to _transfer and _safeTransfer. (#​2162)
  • Ownable: removed _transferOwnership. (#​2162)
  • PullPayment, Escrow: withdrawWithGas was removed. The old withdraw function now forwards all gas. (#​2125)
  • Roles was removed, use AccessControl as a replacement. (#​2112)
  • ECDSA: when receiving an invalid signature, recover now reverts instead of returning the zero address. (#​2114)
  • Create2: added an amount argument to deploy for contracts with payable constructors. (#​2117)
  • Pausable: moved to the utils directory. (#​2122)
  • Strings: moved to the utils directory. (#​2122)
  • Counters: moved to the utils directory. (#​2122)
  • SignedSafeMath: moved to the math directory. (#​2122)
  • ERC20Snapshot: moved to the token/ERC20 directory. snapshot was changed into an internal function. (#​2122)
  • Ownable: moved to the access directory. (#​2120)
  • Ownable: removed isOwner. (#​2120)
  • Secondary: removed from the library, use Ownable instead. (#​2120)
  • Escrow, ConditionalEscrow, RefundEscrow: these now use Ownable instead of Secondary, their external API changed accordingly. (#​2120)
  • ERC20: removed _burnFrom. (#​2119)
  • Address: removed toPayable, use payable(address) instead. (#​2133)
  • ERC777: _send, _mint and _burn now use the caller as the operator. (#​2134)
  • ERC777: removed _callsTokensToSend and _callTokensReceived. (#​2134)
  • EnumerableSet: renamed get to at. (#​2151)
  • ERC165Checker: functions no longer have a leading underscore. (#​2150)
  • ERC721Metadata, ERC721Enumerable: these contracts were removed, and their functionality merged into ERC721. (#​2160)
  • ERC721: added a constructor for name and symbol. (#​2160)
  • ERC20Detailed: this contract was removed and its functionality merged into ERC20. (#​2161)
  • ERC20: added a constructor for name and symbol. decimals now defaults to 18. (#​2161)
  • Strings: renamed fromUint256 to toString (#​2188)

Renovate configuration

📅 Schedule: "before 2pm" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 7, 2020

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/openzeppelin-contracts-ethereum-package-3.x branch July 7, 2020 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants