From 90e468e12dee6b859d82a1f25e47b4d7441beed9 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:31:29 +0200 Subject: [PATCH 1/4] update tims --- .../stage_data/dev/00001_fund14_event.sql | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/event-db/stage_data/dev/00001_fund14_event.sql b/src/event-db/stage_data/dev/00001_fund14_event.sql index 704cf38497..8019054a02 100644 --- a/src/event-db/stage_data/dev/00001_fund14_event.sql +++ b/src/event-db/stage_data/dev/00001_fund14_event.sql @@ -29,22 +29,22 @@ INSERT INTO event ( 14, 'Fund 14', 'Catalyst Testnet - Fund 14', - '2025-06-12 10:00:00', -- Registration Snapshot Time - '2025-06-12 10:15:00', -- Snapshot Start. + '2025-07-20 10:00:00', -- Registration Snapshot Time + '2025-07-20 10:15:00', -- Snapshot Start. 25000000, -- Voting Power Threshold 100, -- Max Voting Power PCT NULL, -- Review Rewards - '2025-06-04 10:00:00', -- Start Time - '2025-06-21 02:00:00', -- End Time - '2025-06-04 10:00:00', -- Insight Sharing Start - '2025-06-04 10:00:00', -- Proposal Submission Start - '2025-06-04 10:00:00', -- Refine Proposals Start - '2025-06-04 10:00:00', -- Finalize Proposals Start - '2025-06-04 10:00:00', -- Proposal Assessment Start - '2025-06-04 10:00:00', -- Assessment QA Start - '2025-06-16 12:00:00', -- Voting Starts - '2025-06-18 09:00:00', -- Voting Ends - '2025-06-21 02:00:00', -- Tallying Ends + '2025-07-14 10:00:00', -- Start Time + '2025-08-04 16:00:00', -- End Time + '2025-07-14 10:00:00', -- Insight Sharing Start + '2025-07-14 10:00:00', -- Proposal Submission Start + '2025-07-14 10:00:00', -- Refine Proposals Start + '2025-07-14 10:00:00', -- Finalize Proposals Start + '2025-07-14 10:00:00', -- Proposal Assessment Start + '2025-07-14 10:00:00', -- Assessment QA Start + '2025-08-04 06:00:00', -- Voting Starts + '2025-08-04 11:00:00', -- Voting Ends + '2025-08-04 16:00:00', -- Tallying Ends NULL, -- Block 0 Data NULL, -- Block 0 Hash 1, -- Committee Size From 4bd6759f720c14c8c53396770b08a519cb6b663d Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:56:10 +0200 Subject: [PATCH 2/4] update tims --- src/event-db/stage_data/dev/00001_fund14_event.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/event-db/stage_data/dev/00001_fund14_event.sql b/src/event-db/stage_data/dev/00001_fund14_event.sql index 8019054a02..8bdf561a09 100644 --- a/src/event-db/stage_data/dev/00001_fund14_event.sql +++ b/src/event-db/stage_data/dev/00001_fund14_event.sql @@ -43,7 +43,7 @@ INSERT INTO event ( '2025-07-14 10:00:00', -- Proposal Assessment Start '2025-07-14 10:00:00', -- Assessment QA Start '2025-08-04 06:00:00', -- Voting Starts - '2025-08-04 11:00:00', -- Voting Ends + '2025-08-04 12:00:00', -- Voting Ends '2025-08-04 16:00:00', -- Tallying Ends NULL, -- Block 0 Data NULL, -- Block 0 Hash @@ -75,4 +75,4 @@ SET name = EXCLUDED.name, committee_size = EXCLUDED.committee_size, committee_threshold = EXCLUDED.committee_threshold, extra = EXCLUDED.extra, - cast_to = EXCLUDED.cast_to; \ No newline at end of file + cast_to = EXCLUDED.cast_to; From dd1b0d488835eecb1491b4c7b8eb41cbc18d5220 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:58:34 +0200 Subject: [PATCH 3/4] update tims --- src/event-db/stage_data/dev/00001_fund14_event.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event-db/stage_data/dev/00001_fund14_event.sql b/src/event-db/stage_data/dev/00001_fund14_event.sql index 8bdf561a09..634f947b57 100644 --- a/src/event-db/stage_data/dev/00001_fund14_event.sql +++ b/src/event-db/stage_data/dev/00001_fund14_event.sql @@ -43,7 +43,7 @@ INSERT INTO event ( '2025-07-14 10:00:00', -- Proposal Assessment Start '2025-07-14 10:00:00', -- Assessment QA Start '2025-08-04 06:00:00', -- Voting Starts - '2025-08-04 12:00:00', -- Voting Ends + '2025-08-04 11:00:00', -- Voting Ends '2025-08-04 16:00:00', -- Tallying Ends NULL, -- Block 0 Data NULL, -- Block 0 Hash From 6697a8e3107c29a09d77a33f57fd23cf1e56f47b Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Mon, 14 Jul 2025 19:39:36 +0200 Subject: [PATCH 4/4] fix docker --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index c7b327730a..cff4477ab4 100644 --- a/Earthfile +++ b/Earthfile @@ -99,7 +99,7 @@ all: BUILD ./src/jormungandr/jcli+docker --tag=$tag --registry=$registry_final BUILD ./src/catalyst-toolbox/catalyst-toolbox+docker --tag=$tag --registry=$registry_final BUILD ./src/voting-tools-rs+docker --tag=$tag --registry=$registry_final - BUILD ./src/cat-data-service+publish --tag=$tag --registry=$registry_final + BUILD ./src/cat-data-service+docker --tag=$tag --registry=$registry_final BUILD ./services/voting-node+package --tag=$tag --registry=$registry_final BUILD ./utilities/ideascale-importer+docker --tag=$tag --registry=$registry_final @@ -148,7 +148,7 @@ tag-workspace: local: LOCALLY BUILD ./containers/event-db-migrations+package - BUILD ./src/cat-data-service+publish + BUILD ./src/cat-data-service+docker BUILD ./services/voting-node+package RUN mkdir -p ./local