From 0197bac4f5be930bfd16275c77bdaa58d63d6bda Mon Sep 17 00:00:00 2001 From: "tq.tuan" Date: Sun, 10 Mar 2024 11:49:01 +0700 Subject: [PATCH 1/3] correct command for init pgf funding --- packages/docs/pages/users/public-goods-stewards/proposing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/users/public-goods-stewards/proposing.mdx b/packages/docs/pages/users/public-goods-stewards/proposing.mdx index cd6e698b..8d11ccac 100644 --- a/packages/docs/pages/users/public-goods-stewards/proposing.mdx +++ b/packages/docs/pages/users/public-goods-stewards/proposing.mdx @@ -55,7 +55,7 @@ In order to submit the proposal, the governance participant can use the followin ```shell copy namada client init-proposal \ - --pgf-proposal \ + --pgf-funding \ --data-path PGF_proposal.json ``` From fb57fca626f4b6da63bc57504a0a91cd8e5af34c Mon Sep 17 00:00:00 2001 From: "tq.tuan" Date: Sun, 10 Mar 2024 12:29:36 +0700 Subject: [PATCH 2/3] update example pfg funding --- .../users/public-goods-stewards/proposing.mdx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/docs/pages/users/public-goods-stewards/proposing.mdx b/packages/docs/pages/users/public-goods-stewards/proposing.mdx index 8d11ccac..78dcba74 100644 --- a/packages/docs/pages/users/public-goods-stewards/proposing.mdx +++ b/packages/docs/pages/users/public-goods-stewards/proposing.mdx @@ -19,7 +19,7 @@ Below is an example of a `PGFProposal` that a governance participant could submi "motivation": "Nobody knows technical research better than me. Trust me. I know it. I have the best technical research. I will be the best steward. Last night, Namada called me and said, Stewie, thank you. I will make public goods funding great again", "details": "As a genius baby, I possess an unmatched level of intelligence and a visionary mindset. I will utilize these qualities to solve the most complex problems, and direct public goods funding towards weapons of mass destruction ... i mean open source software for weapons of mass destruction" }, - "author": "stewie", + "author": """, "voting_start_epoch": 3, "voting_end_epoch": 6, "grace_epoch": 12 @@ -27,18 +27,17 @@ Below is an example of a `PGFProposal` that a governance participant could submi "data": { "continuous": [ { - "target": { - "amount": 420, - "address": "" - }, - "action": "add" + "Internal": { + "amount": "1000", + "target": "" + } } ], "retro": [ { - "target": { - "amount": 1337, - "address": "" + "Internal": { + "amount": "1500", + "target": "" } } ] From 582eaacf3efa908038426551e486e9aaa9bae56e Mon Sep 17 00:00:00 2001 From: "tq.tuan" Date: Sun, 10 Mar 2024 12:34:26 +0700 Subject: [PATCH 3/3] remove comma --- packages/docs/pages/users/public-goods-stewards/proposing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/users/public-goods-stewards/proposing.mdx b/packages/docs/pages/users/public-goods-stewards/proposing.mdx index 78dcba74..33a6c61e 100644 --- a/packages/docs/pages/users/public-goods-stewards/proposing.mdx +++ b/packages/docs/pages/users/public-goods-stewards/proposing.mdx @@ -19,7 +19,7 @@ Below is an example of a `PGFProposal` that a governance participant could submi "motivation": "Nobody knows technical research better than me. Trust me. I know it. I have the best technical research. I will be the best steward. Last night, Namada called me and said, Stewie, thank you. I will make public goods funding great again", "details": "As a genius baby, I possess an unmatched level of intelligence and a visionary mindset. I will utilize these qualities to solve the most complex problems, and direct public goods funding towards weapons of mass destruction ... i mean open source software for weapons of mass destruction" }, - "author": """, + "author": "", "voting_start_epoch": 3, "voting_end_epoch": 6, "grace_epoch": 12