From 7474b62169e8c976a4cfee0be9a208ff159e18b0 Mon Sep 17 00:00:00 2001 From: Harry Solovay Date: Mon, 4 Nov 2024 09:34:15 -0500 Subject: [PATCH 1/2] add mainnet MIP5 --- server/proposals/proposals.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/server/proposals/proposals.json b/server/proposals/proposals.json index 4cd3b7ea..082a9c67 100644 --- a/server/proposals/proposals.json +++ b/server/proposals/proposals.json @@ -81,6 +81,19 @@ "url": "", "version": "V2", "network": "devnet" + }, + { + "id": 6, + "key": "MIP5", + "category": "Core", + "title": "MIP Upgrade", + "description": "Introduces some major improvements to the MIP process, ensuring that the governance of Mina Protocol becomes more transparent, effective, and aligned with the wishes of the community.", + "start_time": 1731736800000, + "end_time": 1732914000000, + "epoch": 12, + "url": "https://docs.google.com/document/d/1nX5CeSJxebpbyN74cGgiFM0Xv8zXJFr8yhM1spLe7KY", + "version": "V2", + "network": "mainnet" } ] } From e3eda844d48f70fd2ae4e99a7f0b4c6cab662c13 Mon Sep 17 00:00:00 2001 From: michal0 Date: Mon, 4 Nov 2024 15:46:02 +0100 Subject: [PATCH 2/2] modify timestamps according to issue 19 --- server/proposals/proposals.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/proposals/proposals.json b/server/proposals/proposals.json index 082a9c67..2abd5ad1 100644 --- a/server/proposals/proposals.json +++ b/server/proposals/proposals.json @@ -88,8 +88,8 @@ "category": "Core", "title": "MIP Upgrade", "description": "Introduces some major improvements to the MIP process, ensuring that the governance of Mina Protocol becomes more transparent, effective, and aligned with the wishes of the community.", - "start_time": 1731736800000, - "end_time": 1732914000000, + "start_time": 1733022000000, + "end_time": 1734199020000, "epoch": 12, "url": "https://docs.google.com/document/d/1nX5CeSJxebpbyN74cGgiFM0Xv8zXJFr8yhM1spLe7KY", "version": "V2",