Skip to content

Commit

Permalink
Preparing for 0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sickpig committed Nov 12, 2020
1 parent 99ff2c6 commit 3126a55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### v0.0.5
##### 2020-11-12

- Initial support for [BUIP 129](https://gitlab.com/bitcoinunlimited/BUIP/-/blob/master/129.md) (@Dagurval)
- Add block time to the home page
- Use a more performant bitcoin-core fork library (@EchterAgo)
- Add some proto support fort testnet4 and scalenet genesis (@EchterAgo)
- Display "NO IFP" tag next blocks that signal for it
- Fix miner info overwrite caused modifying the same object (@EchterAgo)
- Fix a redis cache issue (@EchterAgo)

#### v0.0.4
##### 2020-09-07

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

0 comments on commit 3126a55

Please sign in to comment.