From 3d6a61054a3230bb43c420bffaaa0e66fe1b00a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Holm=20Gj=C3=B8rup?= Date: Mon, 23 Sep 2024 09:44:31 +0200 Subject: [PATCH] Update readme and changelog --- backend/CHANGELOG.md | 5 +++++ backend/README.md | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index 27d0174d0..4917b0ca3 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -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. diff --git a/backend/README.md b/backend/README.md index 8d5a55d9d..f322a4e48 100644 --- a/backend/README.md +++ b/backend/README.md @@ -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: