DAVFoundation / xplore

⛓ A block explorer for local Ethereum testnets
MIT License
62 stars 65 forks source link

Issue #30: Add getMiningStatus to src/actions/index.js #33

Closed bencassidy closed 6 years ago

bencassidy commented 6 years ago

Description

Added call to getMiningStatus in src/actions/index.js

Related Issue

Fixes #30

Motivation and Context

Step towards displaying the current status of mining at the top section of the application

How Has This Been Tested?

No functional changes as far as I can tell, so I didn't test anything on xplore. I ran the jest tests and they passed.

Types of changes

Checklist:

griffobeid commented 6 years ago

This looks great @bencassidy but there is one issue. It doesn't look like your fork is up to date with the project and that causes an issue when merging. Take a look at this gist, it makes staying up to date with the project easy.

Otherwise, everything looks great! :+1:

bencassidy commented 6 years ago

@griffobeid conflicts resolved 👍

griffobeid commented 6 years ago

Thanks, @bencassidy and congrats on your first pull request! :tada: 👍 I hope to see more contributions for you 😄