From b2ea4f6aafd35951fd1f002f8c8aafc79bb02b0f Mon Sep 17 00:00:00 2001
From: Fabio Berger
Date: Thu, 17 Jan 2019 12:53:09 +0100
Subject: Update requirement sections
---
packages/dev-tools-pages/ts/pages/coverage.tsx | 22 ++++++++++++++++------
packages/dev-tools-pages/ts/pages/profiler.tsx | 24 +++++++++++++++++-------
packages/dev-tools-pages/ts/pages/trace.tsx | 24 +++++++++++++++++-------
3 files changed, 50 insertions(+), 20 deletions(-)
(limited to 'packages/dev-tools-pages/ts')
diff --git a/packages/dev-tools-pages/ts/pages/coverage.tsx b/packages/dev-tools-pages/ts/pages/coverage.tsx
index de03d3a9c..0e0630a0c 100644
--- a/packages/dev-tools-pages/ts/pages/coverage.tsx
+++ b/packages/dev-tools-pages/ts/pages/coverage.tsx
@@ -70,16 +70,24 @@ const Coverage: React.StatelessComponent<{}> = () => (
Use{' '}
-
- ganache-cli
+
+ Geth
{' '}
- as a backing node.
+ as a backing node. We recommend using our{' '}
+
+ Devnet Docker container
+ {' '}
+ which sets up a Geth node for testing purposes.{' '}
+
+ Ganache support is a work in progress.
+
Understand and use{' '}
web3-provider-engine
- .
+
+ .
@@ -92,7 +100,8 @@ const Coverage: React.StatelessComponent<{}> = () => (
Sol-coverage is a subprovider that needs to be prepended to your{' '}
provider engine
- . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-coverage
+
+ . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-coverage
ships with the SolCompilerArtifactAdapter for use with{' '}
Sol-compiler
@@ -100,7 +109,8 @@ const Coverage: React.StatelessComponent<{}> = () => (
and TruffleArtifactAdapter for use with the{' '}
Truffle framework
- . You can also write your own and support any artifact format.
+
+ . You can also write your own and support any artifact format.
diff --git a/packages/dev-tools-pages/ts/pages/profiler.tsx b/packages/dev-tools-pages/ts/pages/profiler.tsx
index feca368ba..96fad3495 100644
--- a/packages/dev-tools-pages/ts/pages/profiler.tsx
+++ b/packages/dev-tools-pages/ts/pages/profiler.tsx
@@ -67,16 +67,24 @@ const Profiler: React.StatelessComponent<{}> = () => (
Use{' '}
-
- ganache-cli
+
+ Geth
{' '}
- as a backing node.
+ as a backing node. We recommend using our{' '}
+
+ Devnet Docker container
+ {' '}
+ which sets up a Geth node for testing purposes.{' '}
+
+ Ganache support is a work in progress.
+
Understand and use{' '}
web3-provider-engine
- .
+
+ .
@@ -89,15 +97,17 @@ const Profiler: React.StatelessComponent<{}> = () => (
Sol-trace is a subprovider that needs to be prepended to your{' '}
provider engine
- . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-trace
- ships with the SolCompilerArtifactAdapter for use with{' '}
+
+ . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-trace ships
+ with the SolCompilerArtifactAdapter for use with{' '}
Sol-compiler
{' '}
and TruffleArtifactAdapter for use with the{' '}
Truffle framework
- . You can also write your own and support any artifact format.
+
+ . You can also write your own and support any artifact format.
diff --git a/packages/dev-tools-pages/ts/pages/trace.tsx b/packages/dev-tools-pages/ts/pages/trace.tsx
index 1fa159461..8b2ec8373 100644
--- a/packages/dev-tools-pages/ts/pages/trace.tsx
+++ b/packages/dev-tools-pages/ts/pages/trace.tsx
@@ -37,16 +37,24 @@ const Trace: React.StatelessComponent<{}> = () => (
Use{' '}
-
- ganache-cli
+
+ Geth
{' '}
- as a backing node.
+ as a backing node. We recommend using our{' '}
+
+ Devnet Docker container
+ {' '}
+ which sets up a Geth node for testing purposes.{' '}
+
+ Ganache support is a work in progress.
+
Understand and use{' '}
web3-provider-engine
- .
+
+ .
@@ -59,15 +67,17 @@ const Trace: React.StatelessComponent<{}> = () => (
Sol-trace is a subprovider that needs to be prepended to your{' '}
provider engine
- . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-trace
- ships with the SolCompilerArtifactAdapter for use with{' '}
+
+ . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-trace ships
+ with the SolCompilerArtifactAdapter for use with{' '}
Sol-compiler
{' '}
and TruffleArtifactAdapter for use with the{' '}
Truffle framework
- . You can also write your own and support any artifact format.
+
+ . You can also write your own and support any artifact format.
--
cgit v1.2.3