From 4d84c73a4094f2b939f993725d02d101d7331ed5 Mon Sep 17 00:00:00 2001 From: Jack Hodgkinson <30505104+jhodgdev@users.noreply.github.com> Date: Thu, 3 Feb 2022 14:59:47 +0000 Subject: [PATCH] initiated effects --- docs/tech-design/governor.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/tech-design/governor.md b/docs/tech-design/governor.md index 85bf7e6..914db13 100644 --- a/docs/tech-design/governor.md +++ b/docs/tech-design/governor.md @@ -2,7 +2,7 @@ | Specification | Implementation | Last revision | |:-----------:|:--------------:|:-------------:| -| WIP | WIP | v0.1 2022-01-26 | +| WIP | WIP | v0.1 2022-02-03 | *** @@ -17,3 +17,11 @@ [Jack Hodgkinson]: https://github.com/jhodgdev **Current Status**: + +First draft. Subject to review by @emiflake. + +--- + +The governor is a simpler component than others in the system but +still provides an invaluable role. Firstly, it acts as a repository for all the governance parameters e.g. the duration of proposal phases or GT thresholds. Secondly, and perhaps most importantly, it verifies whether proposals have passed legally and, if they have, grants their [effects](effects.md) powerful [governance authority tokens](authority-tokens.md). +