Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Sep 23, 2024
1 parent 8c835ef commit 3d6a610
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased changes

- Support Concordium Protocol Version 7.
- Transition between Delegation and Validating immediately.
- Stake changes are immediate.
- Fix bug in validation which was branching on the node software version instead of the protocol version.

## 1.8.19
- Bugfix
- Fix performance of account statement export, by adding an index on table `graphql_account_statement_entries`, and streaming the data.
Expand Down
11 changes: 10 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Introduction
# Introduction
This is the backend of Concordium Scan.

# Getting Started

This project depends on [concordium-net-sdk](https://github.com/Concordium/concordium-net-sdk) as a Git Submodule, which can be installed using:

```
git submodule update --init --recursive
```

Check out the readme of this dependency for how to build it.

## Prerequisites
The following prerequisites must be met in order to run the test suite and/or run the backend locally:

Expand Down

0 comments on commit 3d6a610

Please sign in to comment.