From 076b9758787a2148739b23ce87b48d69a8259905 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Tue, 22 May 2018 13:43:25 -0400 Subject: [PATCH 1/7] removed line that was causing issues --- shyftDb/shyft_database_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shyftDb/shyft_database_util.go b/shyftDb/shyft_database_util.go index 30fb97a020..09c50eb9ae 100644 --- a/shyftDb/shyft_database_util.go +++ b/shyftDb/shyft_database_util.go @@ -22,7 +22,7 @@ type SBlock struct { Number string GasUsed string GasLimit string - TxCount stringgit@github.com:ShyftNetwork/shyft_go-ethereum.git + TxCount string UncleCount string Age string ParentHash string From 8e6ff5f621c414aef8df270107a1fd1b596bb106 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Tue, 22 May 2018 17:29:29 -0400 Subject: [PATCH 2/7] changed a few UI components --- shyftBlockExplorerUI/public/index.html | 2 +- .../src/components/UI materials/loading.css | 67 +++++++++++++++++++ .../src/components/UI materials/loading.js | 8 +++ .../src/components/home/home.css | 2 + .../src/components/home/home.js | 2 +- .../components/table/accounts/accountRows.js | 17 ++++- .../table/accounts/accountsTable.js | 4 +- .../table/accounts/detailAccountsTable.js | 8 ++- .../src/components/table/accounts/table.css | 5 ++ .../src/components/table/blocks/blockRows.js | 5 +- .../src/components/table/blocks/blockTable.js | 4 +- .../table/transactions/transactionRow.js | 1 + .../table/transactions/transactionTable.js | 6 +- shyftBlockExplorerUI/src/containers/App.js | 10 +-- 14 files changed, 122 insertions(+), 19 deletions(-) create mode 100644 shyftBlockExplorerUI/src/components/UI materials/loading.css create mode 100644 shyftBlockExplorerUI/src/components/UI materials/loading.js diff --git a/shyftBlockExplorerUI/public/index.html b/shyftBlockExplorerUI/public/index.html index 799c8d3180..d4b9ff03aa 100644 --- a/shyftBlockExplorerUI/public/index.html +++ b/shyftBlockExplorerUI/public/index.html @@ -21,7 +21,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Block Explorer