From 620a4dd40949a3c3e9a52947298a1257108e26f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Rosales?= Date: Wed, 13 Nov 2024 19:55:06 -0600 Subject: [PATCH] chore(cat-gateway): fix CQL comments --- .../index/queries/purge/cql/delete_chain_root_for_role0_key.cql | 2 +- .../db/index/queries/purge/cql/get_chain_root_for_role0_key.cql | 2 +- .../index/queries/purge/cql/get_cip36_registration_invalid.cql | 2 +- .../bin/src/db/index/schema/cql/chain_root_for_stake_addr.cql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalyst-gateway/bin/src/db/index/queries/purge/cql/delete_chain_root_for_role0_key.cql b/catalyst-gateway/bin/src/db/index/queries/purge/cql/delete_chain_root_for_role0_key.cql index 5285b565f7c..dfffe6d83d7 100644 --- a/catalyst-gateway/bin/src/db/index/queries/purge/cql/delete_chain_root_for_role0_key.cql +++ b/catalyst-gateway/bin/src/db/index/queries/purge/cql/delete_chain_root_for_role0_key.cql @@ -1,4 +1,4 @@ --- Delete Chain Root For Role0 Key. RBAC 509 registrations. +-- Delete Chain Root For Role0 Key (RBAC 509 registrations). DELETE FROM chain_root_for_role0_key WHERE role0_key = :role0_key AND slot_no = :slot_no diff --git a/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_chain_root_for_role0_key.cql b/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_chain_root_for_role0_key.cql index b817f18bc79..6f64ffc05e7 100644 --- a/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_chain_root_for_role0_key.cql +++ b/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_chain_root_for_role0_key.cql @@ -1,4 +1,4 @@ --- Get all primary keys from Chain Root For Role0 Key. RBAC 509 registrations. +-- Get all primary keys from Chain Root For Role0 Key (RBAC 509 registrations). SELECT role0_key, slot_no, diff --git a/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_cip36_registration_invalid.cql b/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_cip36_registration_invalid.cql index 3ebfc5d6eff..7883352bca7 100644 --- a/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_cip36_registration_invalid.cql +++ b/catalyst-gateway/bin/src/db/index/queries/purge/cql/get_cip36_registration_invalid.cql @@ -1,4 +1,4 @@ --- Get all primary keys from CIP-36 invalid registration by Stake Address. +-- Get all primary keys from CIP-36 Invalid Registration by Stake Address. SELECT stake_address, slot_no, diff --git a/catalyst-gateway/bin/src/db/index/schema/cql/chain_root_for_stake_addr.cql b/catalyst-gateway/bin/src/db/index/schema/cql/chain_root_for_stake_addr.cql index 0bf88a7321e..0ccaf81cf0d 100644 --- a/catalyst-gateway/bin/src/db/index/schema/cql/chain_root_for_stake_addr.cql +++ b/catalyst-gateway/bin/src/db/index/schema/cql/chain_root_for_stake_addr.cql @@ -1,4 +1,4 @@ --- Index of Chain Root For Stake Address. RBAC 509 registrations. +-- Index of Chain Root For Stake Address (RBAC 509 registrations). CREATE TABLE IF NOT EXISTS chain_root_for_stake_addr ( -- Primary Key Data stake_addr blob, -- 32 Bytes of Stake Address.