Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metaspartan/explorer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: herrBez/explorer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 9, 2018

  1. Add support for unit measures different from mainnet

    This is a step forward to support private networks
    herrBez committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    af7decb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Use block number 1 timestamp as 0 time

    Removed hard-coded timestamp
    herrBez committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    31f0375 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    21f2834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96dfa5e View commit details
    Browse the repository at this point in the history
  3. Add "real-time" estimation of network hash-rate

    The estimation is not precise also because the timestamp have seconds
    granularity, therefore they are rounded. It gives at least an indication
    about the order of magnitude of the network hashrate
    herrBez committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    91ac624 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Reuse already defined filters throughout all the controllers

    Reuse the already defined filter module in all controllers, defined
    timestamp format filter. The aim is to minimize the repeated code #2
    herrBez committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    a3fe39c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Make blockInfos more similar to etherscan block view

    Add filters for percentage and time elapsed.
    Add in blockInfos the information about the time elapsed from block
    "received" and "now". Add percentage of gas used (i.e. gasUsed/gasLimit)
    herrBez committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    ca4caa5 View commit details
    Browse the repository at this point in the history
Loading