Skip to content

Commit

Permalink
Merge pull request #169 from sickpig/prep-for-release-0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sickpig authored Oct 22, 2021
2 parents 7db669c + 18d1c8e commit a2a6620
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#### v0.0.8
##### 2021-10-22

- Identify Input Payload Contract (voter.cash)
- add support to recognize flipstarter transaction
- fix a tx decoder error in case of no inputs
- add a new source for exchange rates for all fiat that are not supported by kraken
- use USD as default currency
- add 1h difficulty estimate and probvide diff value for the next block
- improve pagination
- fix various layouts and display problems
- use `git log --no-merges v0.0.7..v0.0.8` for a detailed list of changes

#### v0.0.7
##### 2020-11-26

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": "bch-rpc-explorer",
"version": "0.0.7",
"version": "0.0.8",
"description": "Self-hosted Bitcoin Cash blockchain explorer",
"private": false,
"bin": "bin/cli.js",
Expand Down

0 comments on commit a2a6620

Please sign in to comment.