diff --git a/.editorconfig b/.editorconfig
index 5a1f1df..a4f2817 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,3 +13,4 @@ max_line_length = 120
[*.html]
indent_size = 4
tab_width = 4
+max_line_length = off
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b5438b..029c8fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,15 +2,23 @@
All notable changes to the "azureblockchain" extension will be documented in this file.
-## 0.1.0
-- Initial release
-## 0.1.1
+## 0.1.3
-- Updated menu options
+- various bug fixes
+- moved logic app/function/flow generators out of Truffle build directory into their own directory
+- refactoring of Welcome/Requirements pages
## 0.1.2
- doc and bug fixes for contract code generation
+## 0.1.1
+
+- Updated menu options
+
+## 0.1.0
+
+- Initial release
+
diff --git a/package.json b/package.json
index 905f455..e48b577 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"publisher": "AzBlockchain",
"preview": true,
"icon": "images/blockchain-service-logo.png",
- "version": "0.1.2",
+ "version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-azure-blockchain-ethereum"
@@ -51,7 +51,6 @@
"onCommand:azureBlockchainService.connectConsortium",
"onCommand:drizzle.generateSmartContractUI",
"onCommand:azureBlockchainService.copyRPCEndpointAddress",
- "onCommand:azureBlockchainService.copyAccessKey",
"onCommand:azureBlockchainService.createConsortium",
"onCommand:azureBlockchainService.disconnectConsortium"
],
@@ -166,11 +165,6 @@
"title": "Copy RPC Endpoint Address",
"category": "Azure Blockchain"
},
- {
- "command": "azureBlockchainService.copyAccessKey",
- "title": "Copy Access Key",
- "category": "Azure Blockchain"
- },
{
"command": "azureBlockchainService.createConsortium",
"title": "Create Azure Blockchain Service",
@@ -178,7 +172,7 @@
},
{
"command": "azureBlockchainService.disconnectConsortium",
- "title": "Disconnect Consortium",
+ "title": "Disconnect",
"category": "Azure Blockchain"
},
{
@@ -238,10 +232,6 @@
"when": "false",
"command": "azureBlockchainService.copyRPCEndpointAddress"
},
- {
- "when": "false",
- "command": "azureBlockchainService.copyAccessKey"
- },
{
"when": "false",
"command": "azureBlockchainService.disconnectConsortium"
@@ -308,11 +298,6 @@
"when": "view == AzureBlockchain && viewItem == consortium",
"group": "azureBlockchain-0@0"
},
- {
- "command": "azureBlockchainService.copyAccessKey",
- "when": "view == AzureBlockchain && viewItem == consortium",
- "group": "azureBlockchain-0@1"
- },
{
"command": "azureBlockchainService.startGanacheServer",
"when": "view == AzureBlockchain && viewItem == localconsortium && azureBlockchainService:isGanacheRunning == false",
@@ -326,7 +311,7 @@
{
"command": "azureBlockchainService.disconnectConsortium",
"when": "view == AzureBlockchain && viewItem == consortium",
- "group": "azureBlockchain-1@1"
+ "group": "azureBlockchain-0@1"
},
{
"command": "azureBlockchainService.copyRPCEndpointAddress",
@@ -336,7 +321,7 @@
{
"command": "azureBlockchainService.disconnectConsortium",
"when": "view == AzureBlockchain && viewItem == localconsortium",
- "group": "azureBlockchain-1@1"
+ "group": "azureBlockchain-0@1"
}
],
"explorer/context": [
diff --git a/resources/welcome/index.html b/resources/welcome/index.html
index 1329300..8a36700 100644
--- a/resources/welcome/index.html
+++ b/resources/welcome/index.html
@@ -6,152 +6,157 @@
-
-
-
-
-
-
Quick Starts
-
-
-
-
Connect to an Existing Consortium
-
Click below button to connect to an Azure, public or local consortium.
-
Connect to Consortium
-
-
-
-
-
Say Hello to Azure Blockchain in 1 Minute
+
+
+
+
+
+
Quick Starts
+
-
-
-
-
Create a New Azure Blockchain Service
-
-
- To create a new Azure Blockchain Service if you don't have one.
-
- -
-
From the Command Palette, or Azure Blockchain tab, click on "Create Azure Blockchain Service
-
-
-
- If you have an existing Azure Blockchain Service, you may connect to it.
-
- -
-
From the Command Palette, or Azure Blockchain tab, click on "Connect to Consortium" and select Azure Blockchain Service
-
-
-
-
-
-
-
-
-
Create a Smart Contract and Project Folder
-
-
- To create a basic smart contract folder structure and contract.
-
- -
-
From the Command Palette click on "New Solidity Project"
-
-
-
-
-
-
-
-
-
Interact with your Smart Contract
-
-
- To interact with your contract
-
- -
-
Coming soon!
-
-
-
-
-
+
Create a New Azure Blockchain Service
+
Click below button to create an Azure Blockchain Service
+
Create Azure Blockchain Service
-
Learn more about our partners
-
+
+
+
Connect to an Existing Consortium
+
Click below button to connect to an Azure, public or local consortium.
+
Connect to Consortium
-
-
+
↑
+
+