Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Sep 1, 2023
1 parent 7e5f664 commit 2171a83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
pull_request:
branches: [ main, 'cbw-1248/implementation-smart-contract-aggregate' ]
branches: [ main, 'cbw-1248/implementation-smart-contract-aggregate', 'cbw-1249/add-observability' ]

jobs:
build:
Expand Down
11 changes: 10 additions & 1 deletion backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## Unreleased changes
- Added feature which fetched Smart Contract data from node and store as events.
- Added Prometheus metrics which give durations of imports, count of relevant processed transaction events and retry counts.
- Added Prometheus metrics
- Durations of imports, count of relevant processed transaction events and retry counts.
- Duration of GraphQL endpoints
- Added health checks, where application goes into degraded state if some job stops running. These health checks are now making endpoint `rest/health` redundant and it is removed.
- Added GraphQL endpoints
- Smart Contract listing with pagination
- Updated
- `HotChocolate` nuget libraries from major `12` to `13`. Because of this done some migration changes like adding `RegisterDbContext<GraphQlDbContext>(DbContextKind.Pooled)`
to GraphQL schema configuration.

All relevant migrations are documented at https://chillicream.com/docs/hotchocolate/v13/migrating/migrate-from-12-to-13.

## 1.6.3
- Added Account Balance to Account Statement export file.
Expand Down

0 comments on commit 2171a83

Please sign in to comment.