From 2348b38610fe8c447506fea9f76f913bbba631bd Mon Sep 17 00:00:00 2001 From: eXterkTi <32758690+eXterkTi@users.noreply.github.com> Date: Thu, 12 Aug 2021 16:00:07 +0800 Subject: [PATCH 1/2] Develop (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ci: add rc condition * ci: update ci * ci: fix * update readme in chinese (#8) * updating first section * fix erc20 tokens, faucet and templates * revised all * updating documentation * Update README-CN.md * specifying keypairs during demo“ * correcting images and typos * correcting images and typos * Update README-CN.md * Update README-CN.md * Update README-CN.md Co-authored-by: Edrick Yuhui Guan Co-authored-by: eXterkTi <32758690+eXterkTi@users.noreply.github.com> * Update README-CN.md * updating screenshots to 0.8.0-rc3 * fixing photo ref to event log * Update README-CN.md * correcting typos in photo ref * updating english readme * correcting format and typos * correcting format and typos * correcting format and typos * correcting format and typos * refining RPC Client intro * correcting format and typos * correcting format and typos * correcting format and typos * correcting format and typos * correcting typos * ran checks thru grammarly * correcting typos Co-authored-by: Leon Co-authored-by: GitHub Actions Co-authored-by: Phil Li --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 463b038..e38e2de 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ Click *Project* tag to switch to Project Manager. Then click *New* button on the - **Coin**: A simple coin contract template; - **ERC20 Token**: An ERC-20 token contract template; - **[Open Zeppelin] Basics**: A set of templates based on [Open Zeppelin](https://openzeppelin.com/) , which includes ERC-20, ERC-721(NFT), ERC-777 and ERC-1155 contract; +- **[Truffle] Metacoin**:Contract templates created by Ethereum Truffle. Ethereum Studio currently does not support deploying Metacoin contracts. +

From c14b84b0ed109051e859a6a439c4e686540abedd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 13 Aug 2021 13:43:10 +0000 Subject: [PATCH 2/2] v0.9.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e47ba95..b630a70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ethereum-studio", "description": "Graphic IDE for Ethereum smart contract development", - "version": "0.8.0-rc.3", + "version": "0.9.0-rc.1", "author": { "name": "Phil Li", "email": "phil.li@obsidians.io",