From 1fbe6389505a8c2bfcf98725325f2c79cb6b2b5a Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Tue, 12 Dec 2017 16:07:04 -0800 Subject: Remove redundant totalSupply from token interface --- packages/contracts/contracts/tokens/Token_v2.sol | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages') diff --git a/packages/contracts/contracts/tokens/Token_v2.sol b/packages/contracts/contracts/tokens/Token_v2.sol index 027f706f4..e1088c560 100644 --- a/packages/contracts/contracts/tokens/Token_v2.sol +++ b/packages/contracts/contracts/tokens/Token_v2.sol @@ -2,9 +2,6 @@ pragma solidity 0.4.18; contract Token_v2 { - /// @return total amount of tokens - function totalSupply() public view returns (uint) {} - /// @notice send `_value` token to `_to` from `msg.sender` /// @param _to The address of the recipient /// @param _value The amount of token to be transferred -- cgit v1.2.3 From 6bda6a22e3551707e7069e8ad6ea34d1ba0abd4d Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 13 Dec 2017 16:05:20 +0100 Subject: Add new packages to main README --- packages/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/website/package.json b/packages/website/package.json index f005668f8..537a2dc01 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,5 +1,5 @@ { - "name": "website", + "name": "@0xproject/website", "version": "0.0.2", "private": true, "description": "Website and 0x portal dapp", -- cgit v1.2.3