diff --git a/backend-rust/Cargo.lock b/backend-rust/Cargo.lock index ea235797..10e9d4e8 100644 --- a/backend-rust/Cargo.lock +++ b/backend-rust/Cargo.lock @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "concordium-scan" -version = "0.1.16" +version = "0.1.17" dependencies = [ "anyhow", "async-graphql", diff --git a/backend-rust/Cargo.toml b/backend-rust/Cargo.toml index 654844dd..c1ff6328 100644 --- a/backend-rust/Cargo.toml +++ b/backend-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium-scan" -version = "0.1.16" +version = "0.1.17" edition = "2021" description = "CCDScan: Indexer and API for the Concordium blockchain" authors = ["Concordium "] diff --git a/backend-rust/migrations/0001_initialize.up.sql b/backend-rust/migrations/0001_initialize.up.sql index b9b01250..ad03f659 100644 --- a/backend-rust/migrations/0001_initialize.up.sql +++ b/backend-rust/migrations/0001_initialize.up.sql @@ -52,7 +52,8 @@ CREATE TYPE update_transaction_type AS ENUM ( 'TimeoutParametersUpdate', 'MinBlockTimeUpdate', 'BlockEnergyLimitUpdate', - 'FinalizationCommitteeParametersUpdate' + 'FinalizationCommitteeParametersUpdate', + 'ValidatorScoreParametersUpdate' ); CREATE TYPE transaction_type AS ENUM (