Skip to content

Commit

Permalink
Merge pull request #3 from Alethio/beta
Browse files Browse the repository at this point in the history
Updated circle-ci config file and changelog file
  • Loading branch information
baxy authored Jan 18, 2019
2 parents d716a81 + 00be7be commit 1607910
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ workflows:
only: /.*/
- trigger-docker-hub:
requires:
- build
- build
filters:
tags:
only: /^v[0-9.]+$/
branches:
only: master
only:
- master
- beta
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.1.2] - 2019-01-19
- Add action to block number value from historical mode to open EthStats block explorer on specific block page
- Add action to tx count and gas small charts to open EthStats block explorer at specific block page
- Add navigation form lastBlock to EthStats blockchain explorer
- Add navigation from bigCharts to block explorer coresponding block

## [1.1.1] - 2019-01-15
- Update propagation chart to support 50 bar
- Added CircleCI workflow to trigger docker hub build sequentially
Expand Down
2 changes: 1 addition & 1 deletion app/routes/pages/NetworkStatistics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class NetworkStatistics extends React.Component {
});
});
});
DsService.getRawRecord('pending/lastBlockData').then( ( record ) => {
DsService.getRawRecord('pending/v2/lastBlockData').then( ( record ) => {
record.subscribe(this.handlePendingLastBlockSubscribe.bind(this), true);
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethstats-network-dashboard",
"version": "1.1.1",
"version": "1.1.2",
"description": "EthStats - Network Monitor - Dashboard (net.ethstats.io)",
"homepage": "https://github.com/alethio/ethstats-network-dashboard",
"repository": "[email protected]:alethio/ethstats-network-dashboard.git",
Expand Down

0 comments on commit 1607910

Please sign in to comment.