Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
This was never merged back to master from release/1.5.0 branch
  • Loading branch information
ksaric authored and kderme committed Aug 20, 2021
1 parent a089c53 commit 7622aaa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog for smash


## 1.5.0

### Story

- Update dependencoes to support Alonzo
- Handle chain rollbacks correctly
- [CAD-2547] - Add Prometheus metrics for slot_no
- [CAD-2581] - Use the general db-sync plugins system to implement SMASH
- [CAD-2651] - Fix/improve caching
- [CAD-2671] - Modify cardano-sync to enable reusing from SMASH
- [CAD-2724] - CLI option to switch to existing SMASH server filtering
- [CAD-2810] - Add CLI for checking of pool metadata hash
- [CAD-2811] - Fix error handling to show last 10 results by default

### Bug

- [CAD-2832] - Smash syncing from scratch every restart


## 1.4.0

### Story
Expand All @@ -16,6 +36,7 @@
- [CAD-2416] - Database connection inconsistency
- [CAD-2476] - SMASH not returning active pools that were previously retired


## 1.3.0

### Story
Expand All @@ -33,6 +54,7 @@
- [CAD-2179] - pool_id delist endpoint is returning 200 for any string (not only for valid pool_ids)
- [CAD-2181] - All queries that don't return anything should return 404


## 1.2.0

### Story
Expand All @@ -48,6 +70,7 @@
- [CAD-2088] - Resolve paths relative to the config file, not the executable
- [CAD-2093] - Use qualified module names


## 1.1.0

### Story
Expand Down
2 changes: 1 addition & 1 deletion smash-servant-types/smash-servant-types.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: smash-servant-types
version: 1.4.0
version: 1.5.0
description:
Shared servant API types for SMASH

Expand Down
2 changes: 1 addition & 1 deletion smash/smash.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: smash
version: 1.4.0
version: 1.5.0
description:
Please see the README on GitHub at <https://github.com/input-output-hk/smash#readme>

Expand Down

0 comments on commit 7622aaa

Please sign in to comment.