Draft and lifecycles directories cleanup (#2122)
* Move Pausable into utils * Move Strings into utils * Move Counters into utils * Move SignedSafeMath into math * Remove ERC1046 * Make ERC20Snapshot.snapshot internal * Move ERC20Snapshot into ERC20 * Add drafts deprecation notice * Remove drafts directory * Add changelog entry * Apply suggestions from code review Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pragma solidity ^0.6.0;
|
||||
|
||||
import "../drafts/Strings.sol";
|
||||
import "../utils/Strings.sol";
|
||||
|
||||
contract StringsMock {
|
||||
function fromUint256(uint256 value) public pure returns (string memory) {
|
||||
|
||||
Reference in New Issue
Block a user